Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-07-02Use TupleDescAttr macro consistentlyDavid Rowley
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-03-02pageinspect: Fix crash with gist_page_items()Michael Paquier
2023-02-13Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
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-08Update copyright for 2022Bruce Momjian
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-02-15Add "LP_DEAD item?" column to GiST pageinspect functionsPeter Geoghegan
2021-02-15Avoid misinterpreting GiST pages in pageinspect.Peter Geoghegan
2021-01-18Check for BuildIndexValueDescription returning NULL in gist_page_itemsHeikki Linnakangas
2021-01-17pageinspect: Fix relcache leak in gist_page_items().Heikki Linnakangas
2021-01-13Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas