index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
/
gistfuncs.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-20
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Use TupleDescAttr macro consistently
David Rowley
2024-07-02
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-19
*
pageinspect: Fix crash with gist_page_items()
Michael Paquier
2023-03-02
*
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
pageinspect: Fix handling of all-zero pages
Michael Paquier
2022-04-14
*
pageinspect: Use better macros to get special page area for GIN and GiST
Michael Paquier
2022-04-02
*
pageinspect: Add more sanity checks to prevent out-of-bound reads
Michael Paquier
2022-03-27
*
pageinspect: Fix handling of page sizes and AM types
Michael Paquier
2022-03-16
*
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-03-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Add "LP_DEAD item?" column to GiST pageinspect functions
Peter Geoghegan
2021-02-14
*
Avoid misinterpreting GiST pages in pageinspect.
Peter Geoghegan
2021-02-14
*
Check for BuildIndexValueDescription returning NULL in gist_page_items
Heikki Linnakangas
2021-01-18
*
pageinspect: Fix relcache leak in gist_page_items().
Heikki Linnakangas
2021-01-18
*
Add functions to 'pageinspect' to inspect GiST indexes.
Heikki Linnakangas
2021-01-13