Commits

DateSubjectAuthorReleases
2026-04-01 Use standard C23 and C++ attributes if available Peter Eisentraut 19 (unreleased)
2026-02-23 Make use of pg_popcount() in more places. Nathan Bossart 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in more areas of the tree Michael Paquier 19 (unreleased)
2025-09-24 Remove PointerIsValid() Peter Eisentraut 19 (unreleased)
2025-03-29 Use PRI?64 instead of "ll?" in format strings (continued). Peter Eisentraut 18.0
2025-02-06 radixtree: Fix crash when non-creator begins iteration over shared tree. Masahiko Sawada 17.3
2025-01-06 Always use the caller-provided context for radix tree leaves John Naylor 18.0
2025-01-06 Get rid of radix tree's general purpose memory context John Naylor 18.0
2025-01-06 Use caller's memory context for radix tree iteration state John Naylor 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-09 Include necessary header files in radixtree.h. Masahiko Sawada 18.0
2024-12-09 Include necessary header files in radixtree.h. Masahiko Sawada 17.3
2024-06-21 Prevent access of uninitialized memory in radix tree nodes John Naylor 17.0
2024-04-27 Small cosmetic fixes in radix tree template John Naylor 17.0
2024-04-25 radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable. Masahiko Sawada 17.0
2024-04-18 Fix typos and duplicate words Daniel Gustafsson 17.0
2024-04-08 Teach radix tree to embed values at runtime John Naylor 17.0
2024-04-08 Use bump context for TID bitmaps stored by vacuum John Naylor 17.0
2024-03-29 Remove superfluous trailing semicolons Daniel Gustafsson 17.0
2024-03-25 Fix potential integer handling issue in radixtree.h. Masahiko Sawada 17.0
2024-03-07 Fix incorrect format specifier for int64 John Naylor 17.0
2024-03-07 Fix redefinition of typedefs John Naylor 17.0
2024-03-07 Add template for adaptive radix tree John Naylor 17.0