Commits

DateSubjectAuthorReleases
2023-02-21 Fix erroneous Valgrind markings in AllocSetRealloc. Tom Lane 14.8
2023-02-21 Fix erroneous Valgrind markings in AllocSetRealloc. Tom Lane 13.11
2023-02-21 Fix erroneous Valgrind markings in AllocSetRealloc. Tom Lane 12.15
2023-02-21 Fix erroneous Valgrind markings in AllocSetRealloc. Tom Lane 11.20
2023-02-21 Fix erroneous Valgrind markings in AllocSetRealloc. Tom Lane 15.3
2023-02-20 Add MSVC support for pg_leftmost_one_pos32() and friends John Naylor 16.0
2023-01-04 Fix some compiler warnings in aset.c and generation.c David Rowley 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-15 Static assertions cleanup Peter Eisentraut 16.0
2022-10-28 Remove AssertArg and AssertState Peter Eisentraut 16.0
2022-10-10 Harden memory context allocators against bogus chunk pointers. Tom Lane 16.0
2022-09-07 Make more effort to put a sentinel at the end of allocated memory David Rowley 16.0
2022-08-29 Improve performance of and reduce overheads of memory management David Rowley 16.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-12-22 Fix incorrect format placeholders Peter Eisentraut 15.0
2021-04-06 Add function to log the memory contexts of specified backend process. Fujii Masao 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-04-23 Remove useless (and broken) logging logic in memory context functions. Tom Lane 13.0
2020-03-19 Revert "Specialize MemoryContextMemAllocated()." Jeff Davis 13.0
2020-03-18 Specialize MemoryContextMemAllocated(). Jeff Davis 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-28 Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code. Tom Lane 13.0
2019-10-04 Use Size instead of int64 to track allocated memory Tomas Vondra 13.0
2019-10-03 Allow repalloc() to give back space when a large chunk is downsized. Tom Lane 9.4.25