Commits

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2026-04-01 Use standard C23 and C++ attributes if available Peter Eisentraut 19 (unreleased)
2026-03-30 Detect pfree or repalloc of a previously-freed memory chunk. Tom Lane 16.14
2026-03-30 Detect pfree or repalloc of a previously-freed memory chunk. Tom Lane 18.4
2026-03-30 Detect pfree or repalloc of a previously-freed memory chunk. Tom Lane 17.10
2026-03-30 Detect pfree or repalloc of a previously-freed memory chunk. Tom Lane 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-09-24 Remove PointerIsValid() Peter Eisentraut 19 (unreleased)
2025-08-03 Improve our support for Valgrind's leak tracking. Tom Lane 19 (unreleased)
2025-03-13 pg_noreturn to replace pg_attribute_noreturn() Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-03-13 Make the order of the header file includes consistent Peter Eisentraut 17.0
2024-03-04 Optimize GenerationAlloc() and SlabAlloc() David Rowley 17.0
2024-02-27 Adjust memory allocation functions to allow sibling calls David Rowley 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-07-16 Shrink memory contexts struct sizes David Rowley 17.0
2023-04-14 Adjust Valgrind macro usage to protect chunk headers David Rowley 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-21 Fix newly introduced bug in slab.c David Rowley 16.0
2022-12-20 Improve the performance of the slab memory allocator David Rowley 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-09-01 Fix some possibly latent bugs in slab.c David Rowley 10.23