summaryrefslogtreecommitdiff
path: root/contrib/pg_walinspect/sql
AgeCommit message (Expand)Author
2023-10-19During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas
2023-03-31Add show_data option to pg_get_wal_block_info.Peter Geoghegan
2023-03-30Show record information in pg_get_wal_block_info.Peter Geoghegan
2023-03-23Improve a bit the tests of pg_walinspectMichael Paquier
2023-03-16Tweak regression test of pg_walinspect to be less collation-sensitiveMichael Paquier
2023-03-14Rework design of functions in pg_walinspectMichael Paquier
2023-03-13Refactor and improve tests of pg_walinspectMichael Paquier
2023-03-10pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()Michael Paquier
2023-01-23pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-04-08Fix buildfarm failures in pg_walinspect tests.Jeff Davis
2022-04-08Add contrib/pg_walinspect.Jeff Davis