Commit Graph

14 Commits (master)

Author SHA1 Message Date
Tom Lane 68ff25eef1 contrib/pageinspect: Use SQL-standard function bodies. 9 months ago
Tom Lane 1fd3dd2048 Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
Tom Lane aeaaf520f4 Mark pageinspect's disk-accessing functions as parallel restricted. 3 years ago
Michael Paquier 127404fbe2 pageinspect: Improve page_header() for pages of 32kB 4 years ago
Heikki Linnakangas 756ab29124 Add functions to 'pageinspect' to inspect GiST indexes. 5 years ago
Michael Paquier ddbd5d8731 Add to pageinspect function to make t_infomask/t_infomask2 human-readable 6 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Robert Haas 08bf6e5295 pageinspect: Support hash indexes. 9 years ago
Robert Haas e3b607cd7a Update pageinspect extension for parallel query. 9 years ago
Teodor Sigaev d6061f83a1 Improve pageinspect module 10 years ago
Alvaro Herrera 7516f52594 BRIN: Block Range Indexes 11 years ago
Robert Haas 45ffeb7e00 pageinspect: Use new pg_lsn datatype. 12 years ago
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum 13 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago