aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/slab.c
Commit message (Expand)AuthorAge
* Adjust Valgrind macro usage to protect chunk headersDavid Rowley2023-04-15
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix newly introduced bug in slab.cDavid Rowley2022-12-22
* Improve the performance of the slab memory allocatorDavid Rowley2022-12-20
* 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
* Use MAXALIGN() in calculations using sizeof(SlabBlock)David Rowley2022-08-30
* 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
* Allocate freechunks bitmap as part of SlabContextTomas Vondra2020-01-17
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Add transparent block-level memory accountingTomas Vondra2019-10-01
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* 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
* Mostly-cosmetic improvements in memory chunk header alignment coding.Tom Lane2017-11-24
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int).Heikki Linnakangas2017-05-18
* Fix two valgrind issues in slab allocator.Andres Freund2017-04-04
* Suppress compiler warning in slab.c.Tom Lane2017-03-08
* Reduce size of common allocation header.Andres Freund2017-02-28
* Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund2017-02-27