summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/sql
AgeCommit message (Expand)Author
2025-02-07Virtual generated columnsPeter Eisentraut
2024-12-17Detect version mismatch in brin_page_itemsTomas Vondra
2024-09-13Fix contrib/pageinspect's test for sequences.Nathan Bossart
2024-09-12Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart
2024-08-16Remove incidental md5() function use from testPeter Eisentraut
2024-04-17Stabilize test of BRIN parallel createTomas Vondra
2024-04-17Revert "Stabilize test of BRIN parallel create"Tomas Vondra
2024-04-16Stabilize test of BRIN parallel createTomas Vondra
2024-04-14Add regression test for BRIN parallel buildsTomas Vondra
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2023-12-19pageinspect: Fix failure with hash_bitmap_info() for partitioned indexesMichael Paquier
2023-12-08Add empty BRIN ranges during CREATE INDEXTomas Vondra
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
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