aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/mcxt.c
Commit message (Expand)AuthorAge
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Several Cygwin fixes pointed out by Reini Urban.Bruce Momjian2004-08-29
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-08
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane2002-12-16
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-15
* Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian2002-11-13
* Add palloc0 function to inline MemSet for newNode call.Bruce Momjian2002-11-10
* Oops, back out newNode changes. We are not ready for that yet.Bruce Momjian2002-10-11
* Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian2002-10-11
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-12
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-10
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Out-of-bounds memory allocation request sizes should be treated as justTom Lane2001-02-06
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut2001-01-11
* Add some more Assert checks.Tom Lane2000-08-22
* Here is the patch with memory leak checker. This checker allow detectBruce Momjian2000-07-11
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-21
* Add:Bruce Momjian2000-01-26
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Hi,Bruce Momjian1999-03-22
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-06
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Compile and warning cleanupBruce Momjian1996-11-08