summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/bump.c
AgeCommit message (Expand)Author
2025-05-11Fix incorrect "return NULL" in BumpAllocLarge().Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-16Push dedicated BumpBlocks to the tail of the blocks listDavid Rowley
2024-04-09Remove unused BumpBlockIsValid macroDavid Rowley
2024-04-07Fix incorrect KeeperBlock macro in bump.cDavid Rowley
2024-04-07Introduce a bump memory allocatorDavid Rowley