Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-05-13 | Pre-beta mechanical code beautification, step 1: run pgindent. | Tom Lane | 19 (unreleased) |
| 2026-01-01 | Update copyright for 2026 | Bruce Momjian | 19 (unreleased) |
| 2025-11-21 | Remove useless casts to (void *) | Peter Eisentraut | 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-05-11 | Fix incorrect "return NULL" in BumpAllocLarge(). | Tom Lane | 18.0 |
| 2025-05-11 | Fix incorrect "return NULL" in BumpAllocLarge(). | Tom Lane | 17.6 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-04-18 | Fix typos and duplicate words | Daniel Gustafsson | 17.0 |
| 2024-04-16 | Push dedicated BumpBlocks to the tail of the blocks list | David Rowley | 17.0 |
| 2024-04-09 | Remove unused BumpBlockIsValid macro | David Rowley | 17.0 |
| 2024-04-07 | Fix incorrect KeeperBlock macro in bump.c | David Rowley | 17.0 |
| 2024-04-07 | Introduce a bump memory allocator | David Rowley | 17.0 |