Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-05-11 | Make palloc_array() and friends safe against integer overflow. | Tom Lane | 17.10 |
| 2025-12-19 | Add guard to prevent recursive memory context logging. | Fujii Masao | 17.8 |
| 2024-04-07 | Introduce a bump memory allocator | David Rowley | 17.0 |
| 2024-04-07 | Enlarge bit-space for MemoryContextMethodID | David Rowley | 17.0 |
| 2024-03-08 | Avoid recursion in MemoryContext functions | Alexander Korotkov | 17.0 |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut | 17.0 |
| 2024-02-27 | Adjust memory allocation functions to allow sibling calls | David Rowley | 17.0 |
| 2024-01-29 | Add EXPLAIN (MEMORY) to report planner memory consumption | Alvaro Herrera | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-12-19 | Simplify newNode() by removing special cases | Heikki Linnakangas | 17.0 |