You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/pageinspect
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
..
expected pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
sql pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
.gitignore pageinspect: Add tests 9 years ago
Makefile Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
brinfuncs.c Update copyright for 2024 2 years ago
btreefuncs.c Consolidate ItemPointer to Datum conversion functions 2 years ago
fsmfuncs.c Update copyright for 2024 2 years ago
ginfuncs.c Update copyright for 2024 2 years ago
gistfuncs.c Update copyright for 2024 2 years ago
hashfuncs.c Update copyright for 2024 2 years ago
heapfuncs.c Update copyright for 2024 2 years ago
meson.build Update copyright for 2024 2 years ago
pageinspect--1.0--1.1.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
pageinspect--1.1--1.2.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
pageinspect--1.2--1.3.sql pageinspect/BRIN: minor tweaks 11 years ago
pageinspect--1.3--1.4.sql Add forgotten file in commit d6061f83a1 10 years ago
pageinspect--1.4--1.5.sql Update pageinspect extension for parallel query. 9 years ago
pageinspect--1.5--1.6.sql pageinspect: Add bt_page_items function with bytea argument 8 years ago
pageinspect--1.5.sql Update pageinspect extension for parallel query. 9 years ago
pageinspect--1.6--1.7.sql Skip full index scan during cleanup of B-tree indexes when possible 7 years ago
pageinspect--1.7--1.8.sql pageinspect: Fix types used for bt_metap() columns. 5 years ago
pageinspect--1.8--1.9.sql Use full 64-bit XIDs in deleted nbtree pages. 4 years ago
pageinspect--1.9--1.10.sql pageinspect: Improve page_header() for pages of 32kB 4 years ago
pageinspect--1.10--1.11.sql Mark pageinspect's disk-accessing functions as parallel restricted. 3 years ago
pageinspect--1.11--1.12.sql Show empty BRIN ranges in brin_page_items 2 years ago
pageinspect.control Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
pageinspect.h Update copyright for 2024 2 years ago
rawpage.c Update copyright for 2024 2 years ago