]> granicus.if.org Git - postgresql/history - src/backend/utils/mmgr/aset.c
Code review for holdable-cursors patch. Fix error recovery, memory
[postgresql] / src / backend / utils / mmgr / aset.c
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