aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/aset.c
Commit message (Expand)AuthorAge
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Improve valgrind logic in aset.c, and fix multiple issues in generation.c.Tom Lane2017-11-24
* Mostly-cosmetic improvements in memory chunk header alignment coding.Tom Lane2017-11-24
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane2017-03-08
* Reduce size of common allocation header.Andres Freund2017-02-28
* Make useful infrastructure from aset.c generally available.Andres Freund2017-02-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make AllocSetContextCreate throw an error for bad context-size parameters.Tom Lane2016-08-29
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Update copyright for 2016Bruce Momjian2016-01-02
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-25
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-04
* Rename variable in AllocSetContextCreate to be consistent.Jeff Davis2015-02-21
* Move out-of-memory error checks from aset.c to mcxt.cRobert Haas2015-01-29
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* 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
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Cleanup for pull-up-isReset patch.Tom Lane2011-05-24
* Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas2011-05-21
* Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane2011-05-02
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Silence compiler warning on 64-bit windows buildMagnus Hagander2010-01-01
* Speed up AllocSetFreeIndex, which is a significant cost in palloc and pfree,Tom Lane2009-07-21
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add some debug support code to try to catch future mistakes in the area ofTom Lane2008-04-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Remove an "optimization" I installed in 2001, to make repalloc() attempt toTom Lane2007-08-12
* Adjust the output of MemoryContextStats() so that the stats for aNeil Conway2007-08-07
* Marginal performance hack: remove the loop that used to be needed toTom Lane2007-04-30
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Improve memory management code to avoid inefficient behavior when a contextTom Lane2006-12-27
* Modify aset.c to track the next intended block allocation size explicitly.Tom Lane2006-11-08
* pgindent run for 8.2.Bruce Momjian2006-10-04