summaryrefslogtreecommitdiff
path: root/src/bin/pg_archivecleanup
AgeCommit message (Expand)Author
2025-05-05Translation updatesPeter Eisentraut
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-07-02Convert some extern variables to staticPeter Eisentraut
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-01-04Update copyright for 2024Bruce Momjian
2024-01-03Fix some typosMichael Paquier
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-08-07Translation updatesPeter Eisentraut
2023-07-19pg_archivecleanup: Add --clean-backup-historyMichael Paquier
2023-07-19pg_archivecleanup: Refactor loop doing old segment removalsMichael Paquier
2023-06-30Introduce long options in pg_archivecleanupMichael Paquier
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Order getopt argumentsPeter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
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-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-07-29Add some missing exit() calls in error paths for various binariesMichael Paquier
2021-06-21Translation updatesPeter Eisentraut
2021-05-17Translation updatesPeter Eisentraut
2021-05-10Translation updatesPeter Eisentraut
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2020-09-17Improve common/logging.c's support for multiple verbosity levels.Tom Lane
2020-05-18Translation updatesPeter Eisentraut
2020-05-11Translation updatesPeter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-06-17Translation updatesPeter Eisentraut
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-20Translation updatesPeter Eisentraut
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane