summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/expected
Commit message (Expand)AuthorAgeFilesLines
* pageinspect: Fix crash with gist_page_items()Michael Paquier2023-03-022-7/+11
* Add bt_multi_page_stats() function to contrib/pageinspect.Tom Lane2023-01-021-4/+117
* Prevent instability in contrib/pageinspect's regression test.Tom Lane2022-11-211-1/+2
* pageinspect: Fix handling of all-zero pagesMichael Paquier2022-04-146-0/+95
* pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier2022-03-275-11/+61
* pageinspect: Fix handling of page sizes and AM typesMichael Paquier2022-03-166-0/+73
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov2022-02-071-10/+8
* pageinspect: Improve page_header() for pages of 32kBMichael Paquier2021-07-121-0/+16
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-081-2/+4
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-241-11/+11
* Add "LP_DEAD item?" column to GiST pageinspect functionsPeter Geoghegan2021-02-141-16/+16
* Disable vacuum page skipping in selected test cases.Tom Lane2021-01-201-13/+3
* pageinspect: Change block number arguments to bigintPeter Eisentraut2021-01-195-0/+55
* Fix test failure with wal_level=minimal.Heikki Linnakangas2021-01-131-0/+10
* Fix portability issues in the new gist pageinspect test.Heikki Linnakangas2021-01-131-40/+12
* Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas2021-01-131-0/+87
* Add an explicit test to catch changes in checksumming calculations.Tom Lane2020-03-082-0/+80
* Teach pageinspect about nbtree deduplication.Peter Geoghegan2020-02-291-0/+7
* Redesign pageinspect function printing infomask bitsMichael Paquier2019-09-191-128/+46
* Add to pageinspect function to make t_infomask/t_infomask2 human-readableMichael Paquier2019-09-121-0/+180
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-071-26/+38
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-201-1/+1
* Make FSM test portable.Amit Kapila2019-02-041-18/+5
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-041-38/+39
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-281-39/+38
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-281-38/+39
* pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera2018-05-091-1/+5
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-041-7/+9
* Fix new test case to not be endian-dependent.Tom Lane2018-01-041-3/+3
* Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane2018-01-041-0/+17
* hash: Increase the number of possible overflow bitmaps by 8x.Robert Haas2017-08-041-3/+3
* pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut2017-04-041-0/+13
* Expand hash indexes more gradually.Robert Haas2017-04-031-2/+2
* pageinspect: Add page_checksum functionPeter Eisentraut2017-03-171-0/+6
* pageinspect: Add test for page_header functionPeter Eisentraut2017-03-171-0/+6
* hash: Add write-ahead logging support.Robert Haas2017-03-141-1/+0
* Add relkind checks to certain contrib modulesStephen Frost2017-03-091-0/+9
* pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas2017-02-091-12/+6
* Cache hash index's metapage in rel->rd_amcache.Robert Haas2017-02-071-4/+4
* pageinspect: Remove platform-dependent values from hash tests.Robert Haas2017-02-031-17/+36
* pageinspect: Support hash indexes.Robert Haas2017-02-021-0/+150
* Fix gin_leafpage_items().Tom Lane2016-11-041-2/+9
* pageinspect: Make page test more portablePeter Eisentraut2016-11-021-3/+3
* pageinspect: Make btree test more portablePeter Eisentraut2016-11-011-3/+3
* pageinspect: Add testsPeter Eisentraut2016-11-014-0/+199