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_basebackup
/
pg_receivewal.c
Commit message (
Expand
)
Author
Age
*
Standardize the printf format for st_size
Peter Eisentraut
2020-09-24
*
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
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
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
*
pg_basebackup: Use atexit()
Peter Eisentraut
2019-01-07
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-14
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
pg_receivewal: Add --no-sync option.
Robert Haas
2017-10-29
*
pg_basebackup: Add option to create replication slot
Peter Eisentraut
2017-09-27
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
pg_receivewal: Add --endpos option
Peter Eisentraut
2017-09-11
*
pg_receivewal: Improve verbose mode
Peter Eisentraut
2017-08-15
*
Message style improvements
Peter Eisentraut
2017-08-04
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Avoid slow shutdown of pg_basebackup.
Tom Lane
2017-04-27
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09