aboutsummaryrefslogtreecommitdiff
path: root/contrib/pageinspect/gistfuncs.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Introduce CompactAttribute array in TupleDesc, take 2David Rowley2024-12-20
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Use TupleDescAttr macro consistentlyDavid Rowley2024-07-02
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Update copyright for 2024Bruce Momjian2024-01-03
* pageinspect: Fix gist_page_items() with included columnsMichael Paquier2023-05-19
* pageinspect: Fix crash with gist_page_items()Michael Paquier2023-03-02
* Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut2023-02-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* pageinspect: Fix handling of all-zero pagesMichael Paquier2022-04-14
* pageinspect: Use better macros to get special page area for GIN and GiSTMichael Paquier2022-04-02
* pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier2022-03-27
* pageinspect: Fix handling of page sizes and AM typesMichael Paquier2022-03-16
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-04
* Add "LP_DEAD item?" column to GiST pageinspect functionsPeter Geoghegan2021-02-14
* Avoid misinterpreting GiST pages in pageinspect.Peter Geoghegan2021-02-14
* Check for BuildIndexValueDescription returning NULL in gist_page_itemsHeikki Linnakangas2021-01-18
* pageinspect: Fix relcache leak in gist_page_items().Heikki Linnakangas2021-01-18
* Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas2021-01-13