summaryrefslogtreecommitdiff
path: root/src/bin/pg_waldump
AgeCommit message (Expand)Author
6 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-05-05Translation updatesPeter Eisentraut
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-06-24Translation updatesPeter Eisentraut
2024-06-13Add missing source files to nls.mkPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-14Make formatting in nls.mk files more consistentPeter Eisentraut
2024-05-06Translation updatesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-09-14Quote filenames in error messagesDaniel Gustafsson
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
2023-08-07Translation updatesPeter Eisentraut
2023-07-05pg_waldump: Add test case for notice messagePeter Eisentraut
2023-07-05pg_waldump: Add more testsPeter Eisentraut
2023-06-28Add timeline ID to file names generated with pg_waldump --save-fullpageMichael Paquier
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-03Add missing TAP test namePeter Eisentraut
2023-04-17Put new command-line option into sensible order in help outputPeter Eisentraut
2023-04-08Add missing .gitignore entry.Tom Lane
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-21pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut
2023-03-08Break up long GETTEXT_FILES listsPeter 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-12-20Add copyright notices to meson filesAndrew Dunstan
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-25Add missing source files to pg_waldump/nls.mkAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
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-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-27Translation updatesPeter Eisentraut
2022-05-20pg_waldump: Improve option parsing error messagesPeter Eisentraut
2022-05-16Translation updatesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane