aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/mcxt.c
Commit message (Expand)AuthorAge
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Report memory context stats upon out-of-memory in repalloc[_huge].Tom Lane2016-03-13
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve performance in freeing memory contextsKevin Grittner2015-12-08
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-25
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Add palloc_extended for frontend and backend.Fujii Masao2015-04-03
* Redefine MemoryContextReset() as deleting, not resetting, child contexts.Tom Lane2015-02-27
* Invent a memory context reset/delete callback mechanism.Tom Lane2015-02-27
* Provide a way to supress the "out of memory" error when allocating.Robert Haas2015-01-30
* Move out-of-memory error checks from aset.c to mcxt.cRobert Haas2015-01-29
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add an Assertion that you don't palloc within a critical section.Heikki Linnakangas2014-04-04
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Update copyright for 2014Bruce Momjian2014-01-07
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch2013-06-27
* Cooperate with the Valgrind instrumentation framework.Noah Misch2013-06-26
* Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.Noah Misch2013-06-26
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix thinko in previous commitAlvaro Herrera2012-10-08
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Invent a new memory context primitive, MemoryContextSetParent.Tom Lane2011-09-11
* Cleanup for pull-up-isReset patch.Tom Lane2011-05-24
* Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas2011-05-21
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make backend header files C++ safePeter Eisentraut2009-07-16
* Update copyright for 2009.Bruce Momjian2009-01-01
* If pnstrdup is going to be promoted to a generally available function,Tom Lane2008-06-28
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Adjust the output of MemoryContextStats() so that the stats for aNeil Conway2007-08-07
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Further marginal speed hacking: in MemoryContextReset, don't callTom Lane2005-05-14