summaryrefslogtreecommitdiff
path: root/src/include/lib/radixtree.h
AgeCommit message (Expand)Author
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-01-06Always use the caller-provided context for radix tree leavesJohn Naylor
2025-01-06Get rid of radix tree's general purpose memory contextJohn Naylor
2025-01-06Use caller's memory context for radix tree iteration stateJohn Naylor
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-09Include necessary header files in radixtree.h.Masahiko Sawada
2024-06-21Prevent access of uninitialized memory in radix tree nodesJohn Naylor
2024-04-27Small cosmetic fixes in radix tree templateJohn Naylor
2024-04-25radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable.Masahiko Sawada
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-08Teach radix tree to embed values at runtimeJohn Naylor
2024-04-08Use bump context for TID bitmaps stored by vacuumJohn Naylor
2024-03-29Remove superfluous trailing semicolonsDaniel Gustafsson
2024-03-25Fix potential integer handling issue in radixtree.h.Masahiko Sawada
2024-03-07Fix incorrect format specifier for int64John Naylor
2024-03-07Fix redefinition of typedefsJohn Naylor
2024-03-07Add template for adaptive radix treeJohn Naylor