summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/sql
AgeCommit message (Expand)Author
2023-03-02pageinspect: Fix crash with gist_page_items()Michael Paquier
2023-01-02Add bt_multi_page_stats() function to contrib/pageinspect.Tom Lane
2022-11-21Prevent instability in contrib/pageinspect's regression test.Tom Lane
2022-04-14pageinspect: Fix handling of all-zero pagesMichael Paquier
2022-03-27pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier
2022-03-16pageinspect: Fix handling of page sizes and AM typesMichael Paquier
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2021-07-12pageinspect: Improve page_header() for pages of 32kBMichael Paquier
2021-01-20Disable vacuum page skipping in selected test cases.Tom Lane
2021-01-19pageinspect: Change block number arguments to bigintPeter Eisentraut
2021-01-13Fix test failure with wal_level=minimal.Heikki Linnakangas
2021-01-13Fix portability issues in the new gist pageinspect test.Heikki Linnakangas
2021-01-13Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas
2020-03-08Add an explicit test to catch changes in checksumming calculations.Tom Lane
2019-09-19Redesign pageinspect function printing infomask bitsMichael Paquier
2019-09-12Add to pageinspect function to make t_infomask/t_infomask2 human-readableMichael Paquier
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-02-04Make FSM test portable.Amit Kapila
2019-02-04Avoid creation of the free space map for small heap relations, take 2.Amit Kapila
2019-01-28Revert "Avoid creation of the free space map for small heap relations."Amit Kapila
2019-01-28Avoid creation of the free space map for small heap relations.Amit Kapila
2018-05-09pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera
2018-01-04Fix new test case to not be endian-dependent.Tom Lane
2018-01-04Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane
2017-04-05pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut
2017-03-17pageinspect: Add page_checksum functionPeter Eisentraut
2017-03-17pageinspect: Add test for page_header functionPeter Eisentraut
2017-03-09Add relkind checks to certain contrib modulesStephen Frost
2017-02-03pageinspect: Remove platform-dependent values from hash tests.Robert Haas
2017-02-02pageinspect: Support hash indexes.Robert Haas
2016-11-04Fix gin_leafpage_items().Tom Lane
2016-11-02pageinspect: Make page test more portablePeter Eisentraut
2016-11-02pageinspect: Make btree test more portablePeter Eisentraut
2016-11-01pageinspect: Add testsPeter Eisentraut