]> granicus.if.org Git - postgresql/history - src/backend/utils/mmgr/mcxt.c
Management of free memory pages.
[postgresql] / src / backend / utils / mmgr / mcxt.c
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-03-13 Tom LaneReport memory context stats upon out-of-memory in repal...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-08 Kevin GrittnerImprove performance in freeing memory contexts
2015-08-25 Tom LaneLimit the verbosity of memory context statistics dumps.
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-04-03 Fujii MasaoAdd palloc_extended for frontend and backend.
2015-02-27 Tom LaneRedefine MemoryContextReset() as deleting, not resettin...
2015-02-27 Tom LaneInvent a memory context reset/delete callback mechanism.
2015-01-30 Robert HaasProvide a way to supress the "out of memory" error...
2015-01-29 Robert HaasMove out-of-memory error checks from aset.c to mcxt.c
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-04 Heikki LinnakangasAdd an Assertion that you don't palloc within a critica...
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-06-27 Noah MischPermit super-MaxAllocSize allocations with MemoryContex...
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-06-26 Noah MischRefactor aset.c and mcxt.c in preparation for Valgrind...
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-08 Alvaro HerreraFix thinko in previous commit
2012-10-08 Alvaro HerreraAdd support for easily declaring static inline functions
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-11 Tom LaneInvent a new memory context primitive, MemoryContextSet...
2011-05-24 Tom LaneCleanup for pull-up-isReset patch.
2011-05-21 Heikki LinnakangasPull up isReset flag from AllocSetContext to MemoryCont...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-13 Tom LaneSupport inlining various small performance-critical...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-06-28 Tom LaneIf pnstrdup is going to be promoted to a generally...
2008-06-18 Bruce MomjianMove wchar2char() and char2wchar() from tsearch into...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-07 Neil ConwayAdjust the output of MemoryContextStats() so that the...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-14 Tom LaneFurther marginal speed hacking: in MemoryContextReset...
2005-02-18 Tom LaneConvert MemoryContextSwitchTo() into an inline function...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-17 Bruce MomjianFix some typos.
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-08-29 Bruce MomjianSeveral Cygwin fixes pointed out by Reini Urban.
2004-08-08 Bruce MomjianAllow libpgport to call memory allocation routines...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
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).
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2002-12-16 Tom LaneCode review for palloc0 patch --- avoid dangerous and...
2002-12-15 Tom LaneTweak default memory context allocation policy so that...
2002-11-13 Bruce MomjianSplit MemSet into three parts to constant comparisons...
2002-11-10 Bruce MomjianAdd palloc0 function to inline MemSet for newNode call.
2002-10-11 Bruce MomjianOops, back out newNode changes. We are not ready for...
2002-10-11 Bruce MomjianPrevent tv_sec from becoming negative in connection...
2002-08-12 Tom LaneChange memory-space accounting mechanism in tuplesort...
2002-08-10 Bruce MomjianThis patch removes a lot of unused code related to...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
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-02-06 Tom LaneOut-of-bounds memory allocation request sizes should...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-11 Peter EisentrautRemove useless DLLIMPORT (only needed in header files).
2000-08-22 Tom LaneAdd some more Assert checks.
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-01-26 Bruce MomjianAdd:
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-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-22 Bruce MomjianHi,
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
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.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
next