summaryrefslogtreecommitdiff
path: root/src/include/utils/memutils_internal.h
AgeCommit message (Expand)Author
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-07Introduce a bump memory allocatorDavid Rowley
2024-04-07Enlarge bit-space for MemoryContextMethodIDDavid Rowley
2024-02-27Adjust memory allocation functions to allow sibling callsDavid Rowley
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-22Add palloc_aligned() to allow aligned memory allocationsDavid Rowley
2022-10-07Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane
2022-08-30Various cleanups of the new memory context header codeDavid Rowley
2022-08-29Improve performance of and reduce overheads of memory managementDavid Rowley