]> granicus.if.org Git - postgresql/history - src/backend/utils/mmgr/aset.c
pgindent run for 8.3.
[postgresql] / src / backend / utils / mmgr / aset.c
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-12 Tom LaneRemove an "optimization" I installed in 2001, to make...
2007-08-07 Neil ConwayAdjust the output of MemoryContextStats() so that the...
2007-04-30 Tom LaneMarginal performance hack: remove the loop that used...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-27 Tom LaneImprove memory management code to avoid inefficient...
2006-11-08 Tom LaneModify aset.c to track the next intended block allocati...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-06-28 Neil ConwayFix typo in comment.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-14 Tom LaneAllocSetStats should probably be using unsigned format...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-01 Tom LaneShort-circuit AllocSetReset if nothing has been palloc...
2005-06-04 Bruce MomjianBack out patch:
2005-06-04 Bruce MomjianTom Lane <tgl@sss.pgh.pa.us> writes:
2005-05-14 Tom LaneMinor speed hacks in AllocSetReset: avoid clearing...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneAdd some marginal tweaks to eliminate memory leakages...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Tom LaneReduce the minimum allocable chunk size to 8 bytes...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-13 Tom LaneAvoid corner cases where aset.c would unnecessarily...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2002-12-15 Tom LaneTweak default memory context allocation policy so that...
2002-09-04 Bruce Momjianpgindent run.
2002-08-12 Tom LaneChange memory-space accounting mechanism in tuplesort...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-06 Bruce MomjianChange made to elog:
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-19 Tom LaneTweak out-of-memory error messages to include the reque...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneImprove realloc() per idea from Karel Zak --- if chunk...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2001-01-06 Tom LaneLog memory context stats to stderr when reporting a...
2000-12-05 Tom LaneI've just seen what happens when the MEMORY_CONTEXT_CHE...
2000-12-01 Tom LanePursuant to a pghackers discussion back around 11-Jul...
2000-12-01 Tom LaneClean up MEMORY_CONTEXT_CHECKING code, and apply it...
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-07-12 Tom LaneRepair missing MEMORY_CONTEXT_CHECKING logic for realloc().
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-07-11 Bruce Momjian Here is the patch with memory leak checker. This check...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-05-21 Tom LaneAdd debug code to aid in memory-leak tracking: if SHOW_...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-08 Tom LaneExtend #ifdef CLOBBER_FREED_MEMORY debugging option...
2000-01-31 Tom LaneFix problems seen in parallel regress tests when SI...
2000-01-26 Bruce MomjianAdd:
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-08-24 Tom LaneAlter AllocSet routines so that requests larger than
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneModify aset.c logic so that blocks requested from mallo...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Jan WieckFixed problem with multiple portals shown up in portals...
1999-02-06 Jan WieckNew alloc set code using a memory block pool for small...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01