Commit Graph

37 Commits (master)

Author SHA1 Message Date
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 2 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Michael Paquier b81a71aa05 Assign error codes where missing for user-facing failures 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Robert Haas afd12774ae During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 2 years ago
David Rowley b4dbf3e924 Fix various typos 2 years ago
Peter Geoghegan df4f3ab517 Add show_data option to pg_get_wal_block_info. 2 years ago
Peter Geoghegan 122376f028 Show record information in pg_get_wal_block_info. 2 years ago
Peter Geoghegan bade01cb4d Fix recent pg_walinspect fpi_length bug. 2 years ago
Peter Geoghegan 637dce2254 pg_walinspect: Adjust memory context name. 2 years ago
Michael Paquier 0276ae42dd Improve a few things in pg_walinspect 2 years ago
Michael Paquier 4f1882b960 Improve a bit the tests of pg_walinspect 3 years ago
Michael Paquier e643a315fc Tweak regression test of pg_walinspect to be less collation-sensitive 3 years ago
Michael Paquier 5c1b662807 Rework design of functions in pg_walinspect 3 years ago
Michael Paquier 1f282c24e4 Refactor and improve tests of pg_walinspect 3 years ago
Michael Paquier 9ecb134a93 pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info() 3 years ago
Jeff Davis 69e8c7cf1d Limit memory usage of pg_walinspect functions. 3 years ago
Michael Paquier c31cf1c03d pg_walinspect: Add pg_get_wal_fpi_info() 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Eisentraut 57796a0f15 Use float8 datatype for percentiles in pg_walinspect stat functions 3 years ago
Jeff Davis d9fbb88629 Use correct LSN for error reporting in pg_walinspect 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Jeff Davis ed57cac84d pg_walinspect: fix case where flush LSN is in the middle of a record. 3 years ago
Michael Paquier 06cafd6f57 Fix typo in pg_walinspect.c 3 years ago
Jeff Davis dad9ba1c82 Fix buildfarm failures in pg_walinspect tests. 3 years ago
Jeff Davis 2258e76f90 Add contrib/pg_walinspect. 3 years ago