summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/aset.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* 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
* Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane2001-01-061-1/+13
* 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
* 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-111-29/+237
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-112/+253
* Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS isTom Lane2000-05-211-1/+39
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-10/+14
* 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-311-1/+6
* Add:Bruce Momjian2000-01-261-2/+3
* Fix it's and its to be correct.Bruce Momjian2000-01-051-2/+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-171-7/+1
* Final cleanupBruce Momjian1999-07-161-1/+2
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-47/+51
* Modify aset.c logic so that blocks requested from malloc getTom Lane1999-05-221-31/+114
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-9/+9
* Fixed problem with multiple portals shown up in portals_p2 regressionJan Wieck1999-02-071-10/+1
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-061-198/+169
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-8/+8
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-15/+1
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-19/+19
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-199/+212
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+9
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+3
* Compile and warning cleanupBruce Momjian1996-11-081-2/+2
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-4/+7
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+381