aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/aset.c
Commit message (Expand)AuthorAge
* 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
* Fix typo in comment.Neil Conway2006-06-28
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* AllocSetStats should probably be using unsigned format to show space totals.Tom Lane2006-02-14
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Short-circuit AllocSetReset if nothing has been palloc'd in the memoryTom Lane2005-09-01
* Back out patch:Bruce Momjian2005-06-04
* Tom Lane <tgl@sss.pgh.pa.us> writes:Bruce Momjian2005-06-04
* Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane2005-05-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Reduce the minimum allocable chunk size to 8 bytes (from 16). Now thatTom Lane2004-05-26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Avoid corner cases where aset.c would unnecessarily make malloc()Tom Lane2003-09-13
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* pgindent run.Bruce Momjian2002-09-04
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change made to elog:Bruce Momjian2002-03-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Tweak out-of-memory error messages to include the request size, so thatTom Lane2001-03-19
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Improve realloc() per idea from Karel Zak --- if chunk to be enlarged isTom Lane2001-01-23
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane2001-01-06