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
/
receivelog.h
Commit message (
Expand
)
Author
Age
*
Refactor receivelog.c parameters
Magnus Hagander
2016-03-11
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
*
Add --synchronous option to pg_receivexlog, for more reliable WAL writing.
Fujii Masao
2014-11-18
*
Add header comments to receivelog.h and streamutil.h.
Fujii Masao
2014-08-27
*
Add -F option to pg_receivexlog, for specifying fsync interval.
Fujii Masao
2014-08-08
*
Add pg_recvlogical, a tool to receive data logical decoding data.
Robert Haas
2014-03-18
*
Make pg_basebackup work with pre-9.3 servers, and add server version check.
Heikki Linnakangas
2013-03-25
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix base backup streaming xlog from standby
Magnus Hagander
2012-05-25
*
Implement streaming xlog for backup tools
Magnus Hagander
2011-10-26