summaryrefslogtreecommitdiff
path: root/src/bin/pg_resetwal
AgeCommit message (Expand)Author
2025-05-05Translation updatesPeter Eisentraut
2025-04-29Fix whitespace typo in stringPeter Eisentraut
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-02-21pg_resetwal: Add --char-signedness option to change the default char signedness.Masahiko Sawada
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-06-24Translation updatesPeter Eisentraut
2024-06-13Add missing source files to nls.mkPeter Eisentraut
2024-05-06Translation updatesPeter Eisentraut
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-18Add missing source files to nls.mkPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-20Add support for incremental backup.Robert Haas
2023-11-06Remove distprepPeter Eisentraut
2023-11-06pg_resetwal: Add more tests and test coveragePeter Eisentraut
2023-10-10pg_resetwal: Corrections around -c optionPeter Eisentraut
2023-10-02Replace use of stat()[7] by -s switch in TAP tests to retrieve file sizeMichael Paquier
2023-09-29Revert "pg_resetwal: Improve error with wrong/missing data directory"Peter Eisentraut
2023-09-28doc: Improve documentation about pg_resetwal -f optionPeter Eisentraut
2023-09-28pg_resetwal: Use frontend logging APIPeter Eisentraut
2023-09-28pg_resetwal: Regroup --help outputPeter Eisentraut
2023-09-28pg_resetwal: Improve error with wrong/missing data directoryPeter Eisentraut
2023-09-28pg_resetwal: Update an obsolete commentPeter Eisentraut
2023-08-29Reword user-facing message for "power of two"Daniel Gustafsson
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Use macros from xlog_internal.h for WAL segment logic in pg_resetwalMichael Paquier
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-15Revert ill-considered change in pg_resetwal output.Tom Lane
2022-09-14Use the terminology "WAL file" not "log file" more consistently.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-05-16Translation updatesPeter Eisentraut
2022-04-08Improve frontend error logging style.Tom Lane
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Centralize timestamp computation of control file on updatesMichael Paquier
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-08-20pg_resetwal: Improve numeric command-line argument parsingPeter Eisentraut
2021-08-06Fix wordingPeter Eisentraut
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan