aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/README
Commit message (Expand)AuthorAge
* Fix whitespacePeter Eisentraut2019-11-11
* Add transparent block-level memory accountingTomas Vondra2019-10-01
* Assorted minor doc/comment fixes.Tom Lane2018-04-28
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Generational memory allocatorSimon Riggs2017-11-23
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Improve memory use in logical replication applyPeter Eisentraut2017-05-09
* Fix two recently introduced grammar errors in mmgr/README.Andres Freund2017-03-03
* Overhaul memory management README.Andres Freund2017-02-28
* Do not let PostmasterContext survive into background workers.Tom Lane2016-08-03
* Improve mmgr README.Tom Lane2015-02-27
* Redefine MemoryContextReset() as deleting, not resetting, child contexts.Tom Lane2015-02-27
* Update grammarPeter Eisentraut2013-12-28
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Small wording improvements for source code READMEs.Bruce Momjian2008-04-09
* Revert README cleanups.Bruce Momjian2008-04-09
* Revert sentence removal from nickname in FAQ.Bruce Momjian2008-04-09
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* mmgr README tweak: "either" is no longer correct. The previous wordingNeil Conway2007-05-29
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update to describe new set of globally-known contexts planned for supportTom Lane2003-04-30
* Update notes about memory context scheme.Tom Lane2001-02-15
* Update implementation notes for new memory management logic.Tom Lane2000-07-15
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28