summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAgeFilesLines
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-271-68/+11
* Update notes about memory context scheme.Tom Lane2001-02-151-12/+15
* 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-243-6/+6
* Improve realloc() per idea from Karel Zak --- if chunk to be enlarged isTom Lane2001-01-231-2/+52
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-121-17/+19
* Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut2001-01-111-2/+2
* Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane2001-01-061-1/+13
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-021-58/+14
* I've just seen what happens when the MEMORY_CONTEXT_CHECKING code firesTom Lane2000-12-051-9/+13
* Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane2000-12-011-167/+204
* Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane2000-12-011-170/+202
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-161-7/+7
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* Add some more Assert checks.Tom Lane2000-08-221-1/+13
* Update implementation notes for new memory management logic.Tom Lane2000-07-151-41/+52
* Repair missing MEMORY_CONTEXT_CHECKING logic for realloc().Tom Lane2000-07-121-2/+11
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-6/+7
* Here is the patch with memory leak checker. This checker allow detectBruce Momjian2000-07-112-30/+259
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-287-1425/+1030
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-212-5/+60
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-123-14/+19
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-2/+2
* Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memoryTom Lane2000-03-081-1/+9
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-312-6/+11
* Add:Bruce Momjian2000-01-265-10/+15
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-2/+2
* Fix it's and its to be correct.Bruce Momjian2000-01-051-2/+2
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-6/+6
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-2/+2
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+3
* Repair incorrect cleanup of heap memory allocation duringTom Lane1999-09-091-3/+2
* Alter AllocSet routines so that requests larger thanTom Lane1999-08-241-40/+133
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-174-17/+4
* Final cleanupBruce Momjian1999-07-164-9/+9
* Update #include cleanupsBruce Momjian1999-07-164-9/+9
* Remove unused #includes in *.c files.Bruce Momjian1999-07-153-13/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-153-10/+3
* Rename to vararg_format().Bruce Momjian1999-06-191-3/+3
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-3/+3
* Reversed out Massimo patch.Bruce Momjian1999-06-121-19/+1
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-121-1/+19
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-1/+3
* pgindent run over code.Bruce Momjian1999-05-255-114/+117
* Modify aset.c logic so that blocks requested from malloc getTom Lane1999-05-221-31/+114