aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/aset.c
Commit message (Expand)AuthorAge
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Optimize GenerationAlloc() and SlabAlloc()David Rowley2024-03-04
* Refactor AllocSetAlloc(), separating hot and cold pathsDavid Rowley2024-02-28
* Adjust memory allocation functions to allow sibling callsDavid Rowley2024-02-27
* Update copyright for 2024Bruce Momjian2024-01-03
* Shrink memory contexts struct sizesDavid Rowley2023-07-17
* Adjust Valgrind macro usage to protect chunk headersDavid Rowley2023-04-15
* Fix erroneous Valgrind markings in AllocSetRealloc.Tom Lane2023-02-21
* Add MSVC support for pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-20
* Fix some compiler warnings in aset.c and generation.cDavid Rowley2023-01-05
* Update copyright for 2023Bruce Momjian2023-01-02
* Static assertions cleanupPeter Eisentraut2022-12-15
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Harden memory context allocators against bogus chunk pointers.Tom Lane2022-10-10
* Make more effort to put a sentinel at the end of allocated memoryDavid Rowley2022-09-07
* Improve performance of and reduce overheads of memory managementDavid Rowley2022-08-29
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix incorrect format placeholdersPeter Eisentraut2021-12-22
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* 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
* Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.Tom Lane2019-12-28
* Use Size instead of int64 to track allocated memoryTomas Vondra2019-10-04
* Allow repalloc() to give back space when a large chunk is downsized.Tom Lane2019-10-03
* Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLYTomas Vondra2019-10-01
* Add transparent block-level memory accountingTomas Vondra2019-10-01
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* 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
* 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
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane2017-03-08
* Reduce size of common allocation header.Andres Freund2017-02-28
* Make useful infrastructure from aset.c generally available.Andres Freund2017-02-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make AllocSetContextCreate throw an error for bad context-size parameters.Tom Lane2016-08-29
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Update copyright for 2016Bruce Momjian2016-01-02