aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_archivecleanup/pg_archivecleanup.c
Commit message (Expand)AuthorAge
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-28
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Initial pgindent run for v12.Tom Lane2019-05-22
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* pg_archivecleanup: Update file header comment a bitPeter Eisentraut2018-11-19
* Message style improvementsPeter Eisentraut2017-08-04
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* pg_archivecleanup: Add NLSPeter Eisentraut2016-11-04
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* pgindent run for 9.6Robert Haas2016-06-09
* Make WAL-related utilities handle .partial WAL files properly.Fujii Masao2015-07-03
* Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao2015-07-02
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Move pg_archivecleanup from contrib/ to src/bin/Peter Eisentraut2015-04-11