index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
/
aset.c
Commit message (
Expand
)
Author
Age
*
Modify aset.c to track the next intended block allocation size explicitly.
Tom Lane
2006-11-08
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix typo in comment.
Neil Conway
2006-06-28
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
AllocSetStats should probably be using unsigned format to show space totals.
Tom Lane
2006-02-14
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Short-circuit AllocSetReset if nothing has been palloc'd in the memory
Tom Lane
2005-09-01
*
Back out patch:
Bruce Momjian
2005-06-04
*
Tom Lane <tgl@sss.pgh.pa.us> writes:
Bruce Momjian
2005-06-04
*
Minor speed hacks in AllocSetReset: avoid clearing the freelist headers
Tom Lane
2005-05-14
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Add some marginal tweaks to eliminate memory leakages associated with
Tom Lane
2004-09-16
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that
Tom Lane
2004-05-26
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Avoid corner cases where aset.c would unnecessarily make malloc()
Tom Lane
2003-09-13
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/utils (except /adt).
Tom Lane
2003-07-25
*
Tweak default memory context allocation policy so that a context is not
Tom Lane
2002-12-15
*
pgindent run.
Bruce Momjian
2002-09-04
*
Change memory-space accounting mechanism in tuplesort.c and tuplestore.c
Tom Lane
2002-08-12
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Change made to elog:
Bruce Momjian
2002-03-06
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Tweak out-of-memory error messages to include the request size, so that
Tom Lane
2001-03-19
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Improve realloc() per idea from Karel Zak --- if chunk to be enlarged is
Tom Lane
2001-01-23
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
*
Log memory context stats to stderr when reporting a 'Memory exhausted'
Tom Lane
2001-01-06
*
I've just seen what happens when the MEMORY_CONTEXT_CHECKING code fires
Tom Lane
2000-12-05
*
Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's
Tom Lane
2000-12-01
*
Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,
Tom Lane
2000-12-01
*
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-16
*
Repair missing MEMORY_CONTEXT_CHECKING logic for realloc().
Tom Lane
2000-07-12
*
First stage of reclaiming memory in executor by resetting short-term
Tom Lane
2000-07-12
*
Here is the patch with memory leak checker. This checker allow detect
Bruce Momjian
2000-07-11
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is
Tom Lane
2000-05-21
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memory
Tom Lane
2000-03-08
*
Fix problems seen in parallel regress tests when SI buffer overruns (causing
Tom Lane
2000-01-31
*
Add:
Bruce Momjian
2000-01-26
*
Fix it's and its to be correct.
Bruce Momjian
2000-01-05
*
Alter AllocSet routines so that requests larger than
Tom Lane
1999-08-24
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
[next]