summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/README
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of and reduce overheads of memory managementDavid Rowley2022-08-291-20/+40
* Add more detail why repalloc and pfree do not accept NULL pointersPeter Eisentraut2022-08-281-0/+6
* Fix typos and some format mistakes in commentsMichael Paquier2020-06-121-1/+1
* Fix whitespacePeter Eisentraut2019-11-111-1/+0
* Add transparent block-level memory accountingTomas Vondra2019-10-011-0/+34
* Assorted minor doc/comment fixes.Tom Lane2018-04-281-1/+1
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-131-7/+5
* Generational memory allocatorSimon Riggs2017-11-231-0/+23
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-071-1/+1
* Improve memory use in logical replication applyPeter Eisentraut2017-05-091-0/+11
* Fix two recently introduced grammar errors in mmgr/README.Andres Freund2017-03-031-3/+3
* Overhaul memory management README.Andres Freund2017-02-281-173/+145
* Do not let PostmasterContext survive into background workers.Tom Lane2016-08-031-4/+6
* Improve mmgr README.Tom Lane2015-02-271-111/+123
* Redefine MemoryContextReset() as deleting, not resetting, child contexts.Tom Lane2015-02-271-3/+8
* Update grammarPeter Eisentraut2013-12-281-3/+3
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Small wording improvements for source code READMEs.Bruce Momjian2008-04-091-4/+4
* Revert README cleanups.Bruce Momjian2008-04-091-4/+4
* Revert sentence removal from nickname in FAQ.Bruce Momjian2008-04-091-4/+4
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-201-12/+12
* mmgr README tweak: "either" is no longer correct. The previous wordingNeil Conway2007-05-291-2/+2
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-13/+2
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-8/+8
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-11/+26
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-1/+21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update to describe new set of globally-known contexts planned for supportTom Lane2003-04-301-87/+101
* Update notes about memory context scheme.Tom Lane2001-02-151-12/+15
* Update implementation notes for new memory management logic.Tom Lane2000-07-151-41/+52
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-0/+379