Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-03-30 | Detect pfree or repalloc of a previously-freed memory chunk. | Tom Lane | 16.14 |
| 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-08-30 | Use MAXALIGN() in calculations using sizeof(SlabBlock) | David Rowley | 16.0 |
| 2022-08-29 | Improve performance of and reduce overheads of memory management | David Rowley | 16.0 |