summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/aset.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust Valgrind macro usage to protect chunk headersDavid Rowley2023-04-151-33/+45
* Fix erroneous Valgrind markings in AllocSetRealloc.Tom Lane2023-02-211-20/+33
* Add MSVC support for pg_leftmost_one_pos32() and friendsJohn Naylor2023-02-201-3/+3
* Fix some compiler warnings in aset.c and generation.cDavid Rowley2023-01-051-3/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Static assertions cleanupPeter Eisentraut2022-12-151-3/+3
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-9/+9
* Harden memory context allocators against bogus chunk pointers.Tom Lane2022-10-101-30/+84
* Make more effort to put a sentinel at the end of allocated memoryDavid Rowley2022-09-071-12/+29
* Improve performance of and reduce overheads of memory managementDavid Rowley2022-08-291-245/+288
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix incorrect format placeholdersPeter Eisentraut2021-12-221-1/+1
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-061-3/+5
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-5/+5
* Remove useless (and broken) logging logic in memory context functions.Tom Lane2020-04-231-26/+0
* Revert "Specialize MemoryContextMemAllocated()."Jeff Davis2020-03-191-33/+13
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-181-13/+33
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.Tom Lane2019-12-281-25/+31
* Use Size instead of int64 to track allocated memoryTomas Vondra2019-10-041-2/+4
* Allow repalloc() to give back space when a large chunk is downsized.Tom Lane2019-10-031-65/+77
* Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLYTomas Vondra2019-10-011-2/+4
* Add transparent block-level memory accountingTomas Vondra2019-10-011-0/+38
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-291-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-121-4/+6
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-271-47/+25
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-131-117/+253
* Improve valgrind logic in aset.c, and fix multiple issues in generation.c.Tom Lane2017-11-241-38/+83
* Mostly-cosmetic improvements in memory chunk header alignment coding.Tom Lane2017-11-241-5/+20
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-7/+7
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-2/+2
* Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane2017-03-081-42/+66
* Reduce size of common allocation header.Andres Freund2017-02-281-26/+22
* Make useful infrastructure from aset.c generally available.Andres Freund2017-02-271-113/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Make AllocSetContextCreate throw an error for bad context-size parameters.Tom Lane2016-08-291-14/+23
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-1/+5
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-251-12/+30
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-041-3/+8
* Rename variable in AllocSetContextCreate to be consistent.Jeff Davis2015-02-211-17/+17
* Move out-of-memory error checks from aset.c to mcxt.cRobert Haas2015-01-291-26/+13
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-8/+8
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-13/+10