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
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Remove useless (and broken) logging logic in memory context functions.
Tom Lane
2020-04-23
*
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-19
*
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.
Tom Lane
2019-12-28
*
Use Size instead of int64 to track allocated memory
Tomas Vondra
2019-10-04
*
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2019-10-03
*
Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2019-10-01
*
Add transparent block-level memory accounting
Tomas Vondra
2019-10-01
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Improve valgrind logic in aset.c, and fix multiple issues in generation.c.
Tom Lane
2017-11-24
*
Mostly-cosmetic improvements in memory chunk header alignment coding.
Tom Lane
2017-11-24
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Use doubly-linked block lists in aset.c to reduce large-chunk overhead.
Tom Lane
2017-03-08
*
Reduce size of common allocation header.
Andres Freund
2017-02-28
*
Make useful infrastructure from aset.c generally available.
Andres Freund
2017-02-27
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Make AllocSetContextCreate throw an error for bad context-size parameters.
Tom Lane
2016-08-29
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-25
*
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
*
Rename variable in AllocSetContextCreate to be consistent.
Jeff Davis
2015-02-21
*
Move out-of-memory error checks from aset.c to mcxt.c
Robert Haas
2015-01-29
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
*
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
*
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
Noah Misch
2013-06-26
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Cleanup for pull-up-isReset patch.
Tom Lane
2011-05-24
*
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-21
*
Improve aset.c's space management in contexts with small maxBlockSize.
Tom Lane
2011-05-02
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
[next]