Commits

DateSubjectAuthorReleases
2025-04-10 Rename global variable backing DSA area Daniel Gustafsson 18.0
2025-04-08 Add function to get memory context stats for processes Daniel Gustafsson 18.0
2025-03-29 Use PRI?64 instead of "ll?" in format strings (continued). Peter Eisentraut 18.0
2025-03-04 Add more assertions in palloc0() and palloc_extended() Michael Paquier 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-07-01 Preserve CurrentMemoryContext across Start/CommitTransactionCommand. Tom Lane 18.0
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
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-04-18 Fix various typos David Rowley 16.0
2023-04-14 Adjust Valgrind macro usage to protect chunk headers David Rowley 16.0
2023-04-05 Fix minor signed/unsigned mixup Peter Eisentraut 16.0
2023-01-11 Fix typos in code and comments Michael Paquier 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-22 Add palloc_aligned() to allow aligned memory allocations David Rowley 16.0
2022-11-12 Add repalloc0 and repalloc0_array Peter Eisentraut 16.0
2022-10-28 Remove AssertArg and AssertState Peter Eisentraut 16.0
2022-10-14 Make some minor improvements in memory-context infrastructure. Tom Lane 16.0