aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/receivelog.h
Commit message (Expand)AuthorAge
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-03
* Add --synchronous option to pg_receivexlog, for more reliable WAL writing.Fujii Masao2014-11-18
* Add header comments to receivelog.h and streamutil.h.Fujii Masao2014-08-27
* Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao2014-08-08
* Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas2014-03-18
* Make pg_basebackup work with pre-9.3 servers, and add server version check.Heikki Linnakangas2013-03-25
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix base backup streaming xlog from standbyMagnus Hagander2012-05-25
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26