aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAge
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-30
* 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
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* 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
* pgindent run.Bruce Momjian2002-09-04
* 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
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Change made to elog:Bruce Momjian2002-03-06
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-14
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Tweak out-of-memory error messages to include the request size, so thatTom Lane2001-03-19
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-27
* Update notes about memory context scheme.Tom Lane2001-02-15
* 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
* Improve realloc() per idea from Karel Zak --- if chunk to be enlarged isTom Lane2001-01-23
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut2001-01-11
* Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane2001-01-06
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* I've just seen what happens when the MEMORY_CONTEXT_CHECKING code firesTom Lane2000-12-05
* Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane2000-12-01
* Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane2000-12-01
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Add some more Assert checks.Tom Lane2000-08-22
* Update implementation notes for new memory management logic.Tom Lane2000-07-15
* Repair missing MEMORY_CONTEXT_CHECKING logic for realloc().Tom Lane2000-07-12
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* 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
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-21
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memoryTom Lane2000-03-08
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31