summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/generation.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Remove useless (and broken) logging logic in memory context functions.Tom Lane2020-04-231-20/+0
* Revert "Specialize MemoryContextMemAllocated()."Jeff Davis2020-03-191-20/+5
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-181-5/+20
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Use Size instead of int64 to track allocated memoryTomas Vondra2019-10-041-1/+1
* Add transparent block-level memory accountingTomas Vondra2019-10-011-0/+12
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-271-30/+22
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-131-28/+53
* Update typedefs.list and re-run pgindentRobert Haas2017-11-291-31/+31
* Improve valgrind logic in aset.c, and fix multiple issues in generation.c.Tom Lane2017-11-241-64/+109
* Mostly-cosmetic improvements in memory chunk header alignment coding.Tom Lane2017-11-241-31/+27
* Fix bug in generation.c's valgrind support.Tom Lane2017-11-241-0/+5
* Ensure sizeof(GenerationChunk) is maxaligned.Tom Lane2017-11-231-17/+24
* Tweak code for older compilersSimon Riggs2017-11-231-4/+4
* Generational memory allocatorSimon Riggs2017-11-231-0/+768