summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
AgeCommit message (Expand)Author
2002-08-12Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-14Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-01Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-19Tweak out-of-memory error messages to include the request size, so thatTom Lane
2001-02-27Tweak portal (cursor) code so that it will not call the executor againTom Lane
2001-02-15Update notes about memory context scheme.Tom Lane
2001-02-06Out-of-bounds memory allocation request sizes should be treated as justTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Improve realloc() per idea from Karel Zak --- if chunk to be enlarged isTom Lane
2001-01-12Add more critical-section calls: all code sections that hold spinlocksTom Lane
2001-01-11Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut
2001-01-06Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane
2001-01-02Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane
2000-12-05I've just seen what happens when the MEMORY_CONTEXT_CHECKING code firesTom Lane
2000-12-01Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane
2000-12-01Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane
2000-11-16Make pgsql compile on FreeBSD-alpha.Bruce Momjian
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-22Add some more Assert checks.Tom Lane
2000-07-15Update implementation notes for new memory management logic.Tom Lane
2000-07-12Repair missing MEMORY_CONTEXT_CHECKING logic for realloc().Tom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-07-11 Here is the patch with memory leak checker. This checker allow detectBruce Momjian
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-21Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-03-08Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memoryTom Lane
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
2000-01-26Add:Bruce Momjian
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-09-23Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian