summaryrefslogtreecommitdiff
path: root/contrib/pg_walinspect
AgeCommit message (Expand)Author
10 daysUse XLogRecPtrIsValid() in various placesÁlvaro Herrera
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-19During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix various typosDavid Rowley
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-28Fix recent pg_walinspect fpi_length bug.Peter Geoghegan
2023-03-27pg_walinspect: Adjust memory context name.Peter Geoghegan
2023-03-27Improve a few things in pg_walinspectMichael Paquier
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-02-20Limit memory usage of pg_walinspect functions.Jeff Davis
2023-01-23pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-05meson: Add windows resource filesAndres Freund
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-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-12Use float8 datatype for percentiles in pg_walinspect stat functionsPeter Eisentraut
2022-08-18Use correct LSN for error reporting in pg_walinspectJeff Davis
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-30pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis
2022-04-26Fix typo in pg_walinspect.cMichael Paquier
2022-04-08Fix buildfarm failures in pg_walinspect tests.Jeff Davis
2022-04-08Add contrib/pg_walinspect.Jeff Davis