Commits

DateSubjectAuthorReleases
2016-03-13 Report memory context stats upon out-of-memory in repalloc[_huge]. Tom Lane 9.5.2
2016-03-13 Report memory context stats upon out-of-memory in repalloc[_huge]. Tom Lane 9.6.0
2015-08-25 Limit the verbosity of memory context statistics dumps. Tom Lane 9.6.0
2015-05-14 Support "expanded" objects, particularly arrays, for better performance. Tom Lane 9.5.0
2015-02-27 Redefine MemoryContextReset() as deleting, not resetting, child contexts. Tom Lane 9.5.0
2015-02-27 Invent a memory context reset/delete callback mechanism. Tom Lane 9.5.0
2014-01-23 Allow use of "z" flag in our printf calls, and use it where appropriate. Tom Lane 9.4.0
2014-01-11 Fix possible crashes due to using elog/ereport too early in startup. Tom Lane 9.4.0
2014-01-11 Fix possible crashes due to using elog/ereport too early in startup. Tom Lane 8.4.20
2014-01-11 Fix possible crashes due to using elog/ereport too early in startup. Tom Lane 9.0.16
2014-01-11 Fix possible crashes due to using elog/ereport too early in startup. Tom Lane 9.1.12
2014-01-11 Fix possible crashes due to using elog/ereport too early in startup. Tom Lane 9.2.7
2014-01-11 Fix possible crashes due to using elog/ereport too early in startup. Tom Lane 9.3.3
2013-10-22 Get rid of use of asprintf() in favor of a more portable implementation. Tom Lane 9.4.0
2011-09-16 Redesign the plancache mechanism for more flexibility and efficiency. Tom Lane 9.2.0
2011-09-11 Invent a new memory context primitive, MemoryContextSetParent. Tom Lane 9.2.0
2011-05-24 Cleanup for pull-up-isReset patch. Tom Lane 9.1.0
2010-02-13 Support inlining various small performance-critical functions on non-GCC Tom Lane 9.0.0
2008-06-28 If pnstrdup is going to be promoted to a generally available function, Tom Lane 8.4.0
2007-03-13 First phase of plan-invalidation project: create a plan cache management Tom Lane 8.3.0
2005-05-14 Further marginal speed hacking: in MemoryContextReset, don't call Tom Lane 8.1.0
2005-02-18 Convert MemoryContextSwitchTo() into an inline function when using GCC. Tom Lane 8.1.0
2004-09-16 Add some marginal tweaks to eliminate memory leakages associated with Tom Lane 8.0.0
2004-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0
2004-06-05 Tweak palloc/repalloc to allow zero bytes to be requested, as per recent Tom Lane 8.0.0