summaryrefslogtreecommitdiff
path: root/src/bin/pg_waldump/pg_waldump.c
AgeCommit message (Expand)Author
4 hoursStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-14Quote filenames in error messagesDaniel Gustafsson
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
2023-07-05pg_waldump: Add test case for notice messagePeter Eisentraut
2023-06-28Add timeline ID to file names generated with pg_waldump --save-fullpageMichael Paquier
2023-04-17Put new command-line option into sensible order in help outputPeter Eisentraut
2023-03-21pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Fix incorrect copy-pasto in error message of pg_waldump.cMichael Paquier
2022-12-26pg_waldump: Add --save-fullpage=PATH to save full page images from WAL recordsMichael 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-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-20pg_waldump: Improve option parsing error messagesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-07Fix off-by-one error in pg_waldump, introduced in 5c279a6d350.Jeff Davis
2022-04-07Fix warning introduced in 5c279a6d350.Jeff Davis
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-03-28waldump: fix use-after-free in search_directory().Andres Freund
2022-03-25Improve command line options for pg_waldump.Thomas Munro
2022-03-24Add additional filtering options to pg_waldump.Thomas Munro
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-02-25pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-29Fix incorrect format placeholdersPeter Eisentraut
2021-12-02pg_waldump: Emit stats summary when interrupted by SIGINTMichael Paquier
2021-11-22Be more specific about OOM in XLogReaderAllocateAlvaro Herrera
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut
2021-07-01Allow specifying pg_waldump --rmgr option multiple times.Heikki Linnakangas
2021-06-29Add support for LZ4 with compression of full-page writes in WALMichael Paquier
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-08Add circular WAL decoding buffer.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-03-23pg_waldump: Fix bug in per-record statistics.Fujii Masao
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-05-13Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-04-03pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.Robert Haas