summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/gistfuncs.c
AgeCommit message (Expand)Author
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-14pageinspect: Fix handling of all-zero pagesMichael Paquier
2022-04-02pageinspect: Use better macros to get special page area for GIN and GiSTMichael 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-08Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier
2022-01-07Update copyright for 2022Bruce Momjian
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-02-14Add "LP_DEAD item?" column to GiST pageinspect functionsPeter Geoghegan
2021-02-14Avoid misinterpreting GiST pages in pageinspect.Peter Geoghegan
2021-01-18Check for BuildIndexValueDescription returning NULL in gist_page_itemsHeikki Linnakangas
2021-01-18pageinspect: Fix relcache leak in gist_page_items().Heikki Linnakangas
2021-01-13Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas