summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/sql
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-0/+11
* 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/+36
* pageinspect: Add more sanity checks to prevent out-of-bound readsMichael Paquier2022-03-275-12/+46
* pageinspect: Fix handling of page sizes and AM typesMichael Paquier2022-03-166-0/+61
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* pageinspect: Improve page_header() for pages of 32kBMichael Paquier2021-07-121-0/+6
* Disable vacuum page skipping in selected test cases.Tom Lane2021-01-201-9/+3
* pageinspect: Change block number arguments to bigintPeter Eisentraut2021-01-195-0/+29
* Fix test failure with wal_level=minimal.Heikki Linnakangas2021-01-131-0/+12
* Fix portability issues in the new gist pageinspect test.Heikki Linnakangas2021-01-131-4/+3
* Add functions to 'pageinspect' to inspect GiST indexes.Heikki Linnakangas2021-01-131-0/+18
* Add an explicit test to catch changes in checksumming calculations.Tom Lane2020-03-081-0/+31
* Redesign pageinspect function printing infomask bitsMichael Paquier2019-09-191-25/+17
* Add to pageinspect function to make t_infomask/t_infomask2 human-readableMichael Paquier2019-09-121-0/+42
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-071-21/+13
* Make FSM test portable.Amit Kapila2019-02-041-1/+2
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-041-13/+20
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-281-20/+13
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-281-13/+20
* pgstatindex, pageinspect: handle partitioned indexesAlvaro Herrera2018-05-091-1/+4
* Fix new test case to not be endian-dependent.Tom Lane2018-01-041-1/+1
* Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane2018-01-041-0/+8
* pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut2017-04-041-0/+4
* pageinspect: Add page_checksum functionPeter Eisentraut2017-03-171-0/+2
* pageinspect: Add test for page_header functionPeter Eisentraut2017-03-171-0/+2
* Add relkind checks to certain contrib modulesStephen Frost2017-03-091-0/+9
* pageinspect: Remove platform-dependent values from hash tests.Robert Haas2017-02-031-12/+43
* pageinspect: Support hash indexes.Robert Haas2017-02-021-0/+49
* Fix gin_leafpage_items().Tom Lane2016-11-041-2/+7
* pageinspect: Make page test more portablePeter Eisentraut2016-11-021-2/+2
* pageinspect: Make btree test more portablePeter Eisentraut2016-11-011-2/+2
* pageinspect: Add testsPeter Eisentraut2016-11-014-0/+79