summaryrefslogtreecommitdiff
path: root/contrib/pageinspect/sql/page.sql
AgeCommit message (Expand)Author
2025-02-07Virtual generated columnsPeter Eisentraut
2024-09-13Fix contrib/pageinspect's test for sequences.Nathan Bossart
2024-09-12Reintroduce support for sequences in pgstattuple and pageinspect.Nathan Bossart
2022-11-21Prevent instability in contrib/pageinspect's regression test.Tom Lane
2022-04-14pageinspect: Fix handling of all-zero pagesMichael Paquier
2022-03-16pageinspect: Fix handling of page sizes and AM typesMichael Paquier
2021-01-20Disable vacuum page skipping in selected test cases.Tom Lane
2021-01-19pageinspect: Change block number arguments to bigintPeter Eisentraut
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-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
2016-11-02pageinspect: Make page test more portablePeter Eisentraut
2016-11-01pageinspect: Add testsPeter Eisentraut