aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/generation.c
Commit message (Expand)AuthorAge
* Remove useless (and broken) logging logic in memory context functions.Tom Lane2020-04-23
* Revert "Specialize MemoryContextMemAllocated()."Jeff Davis2020-03-19
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-18
* Update copyrights for 2020Bruce Momjian2020-01-01
* Use Size instead of int64 to track allocated memoryTomas Vondra2019-10-04
* Add transparent block-level memory accountingTomas Vondra2019-10-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Improve valgrind logic in aset.c, and fix multiple issues in generation.c.Tom Lane2017-11-24
* Mostly-cosmetic improvements in memory chunk header alignment coding.Tom Lane2017-11-24
* Fix bug in generation.c's valgrind support.Tom Lane2017-11-24
* Ensure sizeof(GenerationChunk) is maxaligned.Tom Lane2017-11-23
* Tweak code for older compilersSimon Riggs2017-11-23
* Generational memory allocatorSimon Riggs2017-11-23