index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_archivecleanup
/
pg_archivecleanup.c
Commit message (
Expand
)
Author
Age
*
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
*
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-28
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
pg_archivecleanup: Update file header comment a bit
Peter Eisentraut
2018-11-19
*
Message style improvements
Peter Eisentraut
2017-08-04
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
pg_archivecleanup: Add NLS
Peter Eisentraut
2016-11-04
*
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Make WAL-related utilities handle .partial WAL files properly.
Fujii Masao
2015-07-03
*
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-07-02
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Move pg_archivecleanup from contrib/ to src/bin/
Peter Eisentraut
2015-04-11