summaryrefslogtreecommitdiff
path: root/contrib/pg_walinspect/pg_walinspect.c
AgeCommit message (Expand)Author
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-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-14Rework design of functions in 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-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
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-08Add contrib/pg_walinspect.Jeff Davis