Commit Graph

36 Commits (d90aa68c96a8c4a888e019b92b9448049cbd0811)

Author SHA1 Message Date
Nathan Bossart 0970889e35 Fix contrib/pageinspect's test for sequences. 1 year ago
Nathan Bossart 8a94af8a2d Reintroduce support for sequences in pgstattuple and pageinspect. 1 year ago
Michael Paquier bfbe4a146e pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier e72580232c pageinspect: Fix gist_page_items() with included columns 3 years ago
Michael Paquier 5ad63eee13 pageinspect: Fix crash with gist_page_items() 3 years ago
Tom Lane 47a22dc2cb Revert "Prevent instability in contrib/pageinspect's regression test." 3 years ago
Tom Lane 5cda142bb9 Prevent instability in contrib/pageinspect's regression test. 3 years ago
Michael Paquier df6bbe73b8 pageinspect: Fix handling of all-zero pages 4 years ago
Michael Paquier 27d3844418 pageinspect: Add more sanity checks to prevent out-of-bound reads 4 years ago
Michael Paquier b61e6214cf pageinspect: Fix handling of page sizes and AM types 4 years ago
Tom Lane c2dc1a7976 Disable vacuum page skipping in selected test cases. 5 years ago
Peter Eisentraut f18aa1b203 pageinspect: Change block number arguments to bigint 5 years ago
Heikki Linnakangas 5abca4b1cd Fix test failure with wal_level=minimal. 5 years ago
Heikki Linnakangas 6ecaaf810b Fix portability issues in the new gist pageinspect test. 5 years ago
Heikki Linnakangas 756ab29124 Add functions to 'pageinspect' to inspect GiST indexes. 5 years ago
Tom Lane 38ce06c37e Add an explicit test to catch changes in checksumming calculations. 6 years ago
Michael Paquier 58b4cb30a5 Redesign pageinspect function printing infomask bits 6 years ago
Michael Paquier ddbd5d8731 Add to pageinspect function to make t_infomask/t_infomask2 human-readable 6 years ago
Amit Kapila 7db0cde6b5 Revert "Avoid the creation of the free space map for small heap relations". 7 years ago
Amit Kapila 08ecdfe7e5 Make FSM test portable. 7 years ago
Amit Kapila b0eaa4c51b Avoid creation of the free space map for small heap relations, take 2. 7 years ago
Amit Kapila a23676503b Revert "Avoid creation of the free space map for small heap relations." 7 years ago
Amit Kapila ac88d2962a Avoid creation of the free space map for small heap relations. 7 years ago
Alvaro Herrera bef5fcc36b pgstatindex, pageinspect: handle partitioned indexes 8 years ago
Tom Lane 18869e202b Fix new test case to not be endian-dependent. 8 years ago
Tom Lane 39cfe86195 Fix incorrect computations of length of null bitmap in pageinspect. 8 years ago
Peter Eisentraut 193f5f9e91 pageinspect: Add bt_page_items function with bytea argument 9 years ago
Peter Eisentraut fef2bcdcba pageinspect: Add page_checksum function 9 years ago
Peter Eisentraut a02731cb10 pageinspect: Add test for page_header function 9 years ago
Stephen Frost c08d82f38e Add relkind checks to certain contrib modules 9 years ago
Robert Haas 29e312bc13 pageinspect: Remove platform-dependent values from hash tests. 9 years ago
Robert Haas 08bf6e5295 pageinspect: Support hash indexes. 9 years ago
Tom Lane 367b99bbb1 Fix gin_leafpage_items(). 9 years ago
Peter Eisentraut 00a86856c1 pageinspect: Make page test more portable 9 years ago
Peter Eisentraut f7c9a6e083 pageinspect: Make btree test more portable 9 years ago
Peter Eisentraut adfb81d9e1 pageinspect: Add tests 9 years ago