Commits

DateSubjectAuthorReleases
2026-03-14 Use fake LSNs to improve nbtree dropPin behavior. Peter Geoghegan 19 (unreleased)
2026-03-12 nbtree: Avoid allocating _bt_search stack. Peter Geoghegan 19 (unreleased)
2026-03-10 Require share-exclusive lock to set hint bits and to flush Andres Freund 19 (unreleased)
2026-01-26 Fix accidentally cast away qualifiers Peter Eisentraut 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-12-02 Add a test for incomplete splits in B-tree indexes Heikki Linnakangas 19 (unreleased)
2025-10-27 Remove Item type Peter Eisentraut 19 (unreleased)
2025-10-27 Add some const qualifications Peter Eisentraut 19 (unreleased)
2025-09-25 Improve stability of btree page split on ERRORs Michael Paquier 19 (unreleased)
2025-08-14 Avoid including tableam.h and xlogreader.h in nbtree.h Álvaro Herrera 19 (unreleased)
2025-03-11 nbtree: Make BTMaxItemSize into object-like macro. Peter Geoghegan 18.0
2025-02-13 Remove unnecessary (char *) casts [xlog] Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-27 Fix obsolete nbtree split buffer comment. Peter Geoghegan 18.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-02-16 Use new overflow-safe integer comparison functions. Nathan Bossart 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-09-08 Remove some more "snapshot too old" vestiges. Thomas Munro 17.0
2023-06-10 nbtree: Allocate new pages in separate function. Peter Geoghegan 16.0
2023-04-18 Remove useless argument from nbtree dedup function. Peter Geoghegan 16.0
2023-04-02 Pass down table relation into more index relation functions Andres Freund 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-04-01 Add macros in hash and btree AMs to get the special area of their pages Michael Paquier 15.0
2022-02-03 Add UNIQUE null treatment option Peter Eisentraut 15.0