summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/mcxt.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-20/+19
* Further marginal speed hacking: in MemoryContextReset, don't callTom Lane2005-05-141-2/+5
* Convert MemoryContextSwitchTo() into an inline function when using GCC.Tom Lane2005-02-181-1/+9
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix some typos.Bruce Momjian2004-10-171-2/+2
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-161-3/+21
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Several Cygwin fixes pointed out by Reini Urban.Bruce Momjian2004-08-291-2/+3
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-081-1/+36
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+2
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+4
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-6/+6
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-3/+5
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-2/+3
* Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane2002-12-161-5/+61
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-151-2/+2
* Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian2002-11-131-4/+4
* Add palloc0 function to inline MemSet for newNode call.Bruce Momjian2002-11-101-1/+24
* Oops, back out newNode changes. We are not ready for that yet.Bruce Momjian2002-10-111-24/+1
* Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian2002-10-111-1/+24
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-121-1/+34
* This patch removes a lot of unused code related to assertions andBruce Momjian2002-08-101-2/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-50/+49
* Out-of-bounds memory allocation request sizes should be treated as justTom Lane2001-02-061-5/+7
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut2001-01-111-2/+2
* Add some more Assert checks.Tom Lane2000-08-221-1/+13
* Here is the patch with memory leak checker. This checker allow detectBruce Momjian2000-07-111-1/+22
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-407/+353
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-211-4/+21
* Add:Bruce Momjian2000-01-261-2/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanupBruce Momjian1999-07-161-4/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* pgindent run over code.Bruce Momjian1999-05-251-21/+21
* Hi,Bruce Momjian1999-03-221-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-20/+20
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-061-5/+6
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+2