index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice2
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_ringflush
pgfruit
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
/
gistfuncs.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-07-02
Use TupleDescAttr macro consistently
David Rowley
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-05-19
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-03-02
pageinspect: Fix crash with gist_page_items()
Michael Paquier
2023-02-13
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-14
pageinspect: Fix handling of all-zero pages
Michael Paquier
2022-04-02
pageinspect: Use better macros to get special page area for GIN and GiST
Michael Paquier
2022-03-27
pageinspect: Add more sanity checks to prevent out-of-bound reads
Michael Paquier
2022-03-16
pageinspect: Fix handling of page sizes and AM types
Michael Paquier
2022-03-08
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-06-04
Adjust locations which have an incorrect copyright year
David Rowley
2021-02-15
Add "LP_DEAD item?" column to GiST pageinspect functions
Peter Geoghegan
2021-02-15
Avoid misinterpreting GiST pages in pageinspect.
Peter Geoghegan
2021-01-18
Check for BuildIndexValueDescription returning NULL in gist_page_items
Heikki Linnakangas
2021-01-17
pageinspect: Fix relcache leak in gist_page_items().
Heikki Linnakangas
2021-01-13
Add functions to 'pageinspect' to inspect GiST indexes.
Heikki Linnakangas