summaryrefslogtreecommitdiff
path: root/contrib/pg_walinspect
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* Fix various typosDavid Rowley2023-04-181-1/+1
* Add show_data option to pg_get_wal_block_info.Peter Geoghegan2023-03-315-21/+25
* Show record information in pg_get_wal_block_info.Peter Geoghegan2023-03-304-88/+140
* Fix recent pg_walinspect fpi_length bug.Peter Geoghegan2023-03-281-8/+7
* pg_walinspect: Adjust memory context name.Peter Geoghegan2023-03-271-1/+1
* Improve a few things in pg_walinspectMichael Paquier2023-03-271-15/+27
* Improve a bit the tests of pg_walinspectMichael Paquier2023-03-234-45/+47
* Tweak regression test of pg_walinspect to be less collation-sensitiveMichael Paquier2023-03-162-6/+15
* Rework design of functions in pg_walinspectMichael Paquier2023-03-146-163/+169
* Refactor and improve tests of pg_walinspectMichael Paquier2023-03-136-34/+128
* pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info()Michael Paquier2023-03-104-72/+152
* Limit memory usage of pg_walinspect functions.Jeff Davis2023-02-201-5/+53
* pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier2023-01-237-4/+213
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+3
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-2/+2
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-282-4/+4
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-272-4/+4
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+27
* Use float8 datatype for percentiles in pg_walinspect stat functionsPeter Eisentraut2022-09-122-12/+12
* Use correct LSN for error reporting in pg_walinspectJeff Davis2022-08-181-30/+23
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-18/+7
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-30/+30
* pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis2022-04-301-26/+33
* Fix typo in pg_walinspect.cMichael Paquier2022-04-261-1/+1
* Fix buildfarm failures in pg_walinspect tests.Jeff Davis2022-04-084-8/+20
* Add contrib/pg_walinspect.Jeff Davis2022-04-087-0/+1064