summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/sql/gist.sql
AgeCommit message (Expand)Author
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-03-02pageinspect: Fix crash with gist_page_items()Michael Paquier
2022-04-14pageinspect: Fix handling of all-zero pagesMichael Paquier
2022-03-27pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier
2022-03-16pageinspect: Fix handling of page sizes and AM typesMichael Paquier
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2021-01-13Fix test failure with wal_level=minimal.Heikki Linnakangas
2021-01-13Fix portability issues in the new gist pageinspect test.Heikki Linnakangas
2021-01-13Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas