index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
/
aset.c
Commit message (
Expand
)
Author
Age
*
Use doubly-linked block lists in aset.c to reduce large-chunk overhead.
Tom Lane
2017-03-08
*
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
*
Rename variable in AllocSetContextCreate to be consistent.
Jeff Davis
2015-02-21
*
Move out-of-memory error checks from aset.c to mcxt.c
Robert Haas
2015-01-29
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
*
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
*
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
Noah Misch
2013-06-26
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Cleanup for pull-up-isReset patch.
Tom Lane
2011-05-24
*
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-21
*
Improve aset.c's space management in contexts with small maxBlockSize.
Tom Lane
2011-05-02
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Silence compiler warning on 64-bit windows build
Magnus Hagander
2010-01-01
*
Speed up AllocSetFreeIndex, which is a significant cost in palloc and pfree,
Tom Lane
2009-07-21
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add some debug support code to try to catch future mistakes in the area of
Tom Lane
2008-04-11
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Remove an "optimization" I installed in 2001, to make repalloc() attempt to
Tom Lane
2007-08-12
*
Adjust the output of MemoryContextStats() so that the stats for a
Neil Conway
2007-08-07
*
Marginal performance hack: remove the loop that used to be needed to
Tom Lane
2007-04-30
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Improve memory management code to avoid inefficient behavior when a context
Tom Lane
2006-12-27
*
Modify aset.c to track the next intended block allocation size explicitly.
Tom Lane
2006-11-08
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix typo in comment.
Neil Conway
2006-06-28
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
AllocSetStats should probably be using unsigned format to show space totals.
Tom Lane
2006-02-14
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Short-circuit AllocSetReset if nothing has been palloc'd in the memory
Tom Lane
2005-09-01
*
Back out patch:
Bruce Momjian
2005-06-04
*
Tom Lane <tgl@sss.pgh.pa.us> writes:
Bruce Momjian
2005-06-04
*
Minor speed hacks in AllocSetReset: avoid clearing the freelist headers
Tom Lane
2005-05-14
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Add some marginal tweaks to eliminate memory leakages associated with
Tom Lane
2004-09-16
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that
Tom Lane
2004-05-26
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Avoid corner cases where aset.c would unnecessarily make malloc()
Tom Lane
2003-09-13
[next]