master
amcheck: Improve error message for partitioned index target.
amcheck: Fix snapshot usage in bt_index_parent_check
Add .gitignore to contrib/amcheck.
amcheck: Add gin_index_check() to verify GIN index
Add amcheck verification of heap relations belonging to btree indexes.
Add amcheck extension to contrib.
Allow amcheck to re-find tuples using new search.
Extend amcheck to check heap pages.
Teach contrib/amcheck to check the unique constraint violation
Update copyright for 2026
Pre-beta mechanical code beautification, step 1: run pgindent.
Use UnlockReleaseBuffer() in more places
Don't include storage/lock.h in so many headers
amcheck: Use correct varlena size accessor in bt_normalize_tuple()