summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/aset.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-261-8/+8
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Silence compiler warning on 64-bit windows buildMagnus Hagander2010-01-011-3/+3
* Speed up AllocSetFreeIndex, which is a significant cost in palloc and pfree,Tom Lane2009-07-211-9/+32
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add some debug support code to try to catch future mistakes in the area ofTom Lane2008-04-111-1/+52
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-11/+11
* Remove an "optimization" I installed in 2001, to make repalloc() attempt toTom Lane2007-08-121-49/+10
* Adjust the output of MemoryContextStats() so that the stats for aNeil Conway2007-08-071-3/+8
* Marginal performance hack: remove the loop that used to be needed toTom Lane2007-04-301-18/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Improve memory management code to avoid inefficient behavior when a contextTom Lane2006-12-271-6/+21
* Modify aset.c to track the next intended block allocation size explicitly.Tom Lane2006-11-081-27/+15
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Fix typo in comment.Neil Conway2006-06-281-4/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* AllocSetStats should probably be using unsigned format to show space totals.Tom Lane2006-02-141-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-66/+62
* Short-circuit AllocSetReset if nothing has been palloc'd in the memoryTom Lane2005-09-011-13/+35
* Back out patch:Bruce Momjian2005-06-041-12/+1
* Tom Lane <tgl@sss.pgh.pa.us> writes:Bruce Momjian2005-06-041-1/+12
* Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane2005-05-141-4/+10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-161-1/+23
* Pgindent run for 8.0.Bruce Momjian2004-08-291-6/+6
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Reduce the minimum allocable chunk size to 8 bytes (from 16). Now thatTom Lane2004-05-261-4/+4
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Avoid corner cases where aset.c would unnecessarily make malloc()Tom Lane2003-09-131-18/+15
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-11/+11
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-22/+32
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-151-5/+21
* pgindent run.Bruce Momjian2002-09-041-2/+3
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-121-5/+19
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Change made to elog:Bruce Momjian2002-03-061-11/+11
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-76/+85
* Tweak out-of-memory error messages to include the request size, so thatTom Lane2001-03-191-14/+20
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Improve realloc() per idea from Karel Zak --- if chunk to be enlarged isTom Lane2001-01-231-2/+52
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-121-17/+19
* Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane2001-01-061-1/+13
* I've just seen what happens when the MEMORY_CONTEXT_CHECKING code firesTom Lane2000-12-051-9/+13
* Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane2000-12-011-167/+204