Commits

DateSubjectAuthorReleases
2026-03-22 Add fake LSN support to hash index AM. Peter Geoghegan 19 (unreleased)
2026-03-16 Optimize hash index bulk-deletion with streaming read Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-30 Change IndexAmRoutines to be statically-allocated structs. Tom Lane 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-03-08 Fix typo Peter Eisentraut 18.0
2025-03-07 Rename amcancrosscompare Peter Eisentraut 18.0
2025-03-01 Set amcancrosscompare to true for hash Peter Eisentraut 18.0
2025-02-27 Generalize hash and ordering support in amapi Peter Eisentraut 18.0
2025-02-21 Drop opcintype from index AM strategy translation API Peter Eisentraut 18.0
2025-02-13 Remove unnecessary (char *) casts [xlog] Peter Eisentraut 18.0
2025-02-11 Add is_analyze parameter to vacuum_delay_point(). Nathan Bossart 18.0
2025-02-02 Convert strategies to and from compare types Peter Eisentraut 18.0
2025-01-31 Get rid of our dependency on type "long" for memory size calculations. Tom Lane 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-09-11 Replace gratuitous memmove() with memcpy() Peter Eisentraut 18.0
2024-09-10 Add amgettreeheight index AM API routine Peter Eisentraut 18.0
2024-03-13 Make the order of the header file includes consistent Peter Eisentraut 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-08 Allow parallel CREATE INDEX for BRIN indexes Tomas Vondra 17.0
2023-11-25 Reuse BrinDesc and BrinRevmap in brininsert Tomas Vondra 17.0
2023-10-24 Assert that buffers are marked dirty before XLogRegisterBuffer(). Jeff Davis 17.0
2023-03-20 Ignore BRIN indexes when checking for HOT updates Tomas Vondra 16.0