aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/receivelog.c
Commit message (Expand)AuthorAge
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Fix pg_receivexlog --synchronousSimon Riggs2016-08-29
* Refactor receivelog.c parametersMagnus Hagander2016-03-11
* Handle invalid libpq sockets in more placesPeter Eisentraut2016-03-08
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.Andres Freund2015-01-05
* Fix inconsequential fd leak in the new mark_file_as_archived() function.Andres Freund2015-01-04
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-03
* Fix bug in the test of file descriptor of current WAL file in pg_receivexlog.Fujii Masao2014-11-19
* Fix pg_receivexlog --slot so that it doesn't prevent the server shutdown.Fujii Masao2014-11-19
* Add --synchronous option to pg_receivexlog, for more reliable WAL writing.Fujii Masao2014-11-18
* Fix typos.Robert Haas2014-10-20
* Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao2014-08-19
* Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao2014-08-19
* Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao2014-08-08
* Refactor pg_receivexlog main loop code, for readability, take 2.Fujii Masao2014-08-06
* Add missing PQclear() calls into pg_receivexlog.Fujii Masao2014-08-02
* Fix bug in pg_receivexlog --verbose.Fujii Masao2014-08-02
* Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.Fujii Masao2014-07-24
* Fix typo in comment.Fujii Masao2014-07-08
* Fix typos in comments.Fujii Masao2014-07-07
* Fix double-free bug of WAL streaming buffer in pg_receivexlog.Fujii Masao2014-07-04
* Refactor pg_receivexlog main loop code, for readability.Fujii Masao2014-07-04
* Fix typos in comments.Fujii Masao2014-06-11
* Free PQresult on error in pg_receivexlog.Heikki Linnakangas2014-05-12
* pg_basebackup streaming: adjust version check msgSimon Riggs2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* pg_basebackup streaming: adjust version check msgSimon Riggs2014-05-06
* Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas2014-03-18
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Fix typos in docs and comments.Fujii Masao2014-02-02
* Introduce replication slots.Robert Haas2014-01-31
* Update copyright for 2014Bruce Momjian2014-01-07
* Don't abort pg_basebackup when receiving empty WAL blockMagnus Hagander2013-11-11
* Fix two timeline handling bugs in pg_receivexlog.Heikki Linnakangas2013-09-23
* Be sure to close() file descriptor on error caseStephen Frost2013-07-14
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix walsender failure at promotion.Heikki Linnakangas2013-05-08
* Attempt to fix error recovery in COPY BOTH mode.Robert Haas2013-04-29
* pg_basebackup: Add missing newlines at end of linesPeter Eisentraut2013-04-24
* Make pg_basebackup work with pre-9.3 servers, and add server version check.Heikki Linnakangas2013-03-25
* pg_basebackup: Add missing newlines to several error messagesPeter Eisentraut2013-03-10
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Give a proper error message if connecting to incompatible server.Heikki Linnakangas2013-01-15
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Teach pg_basebackup and pg_receivexlog to reply to server keepalives.Heikki Linnakangas2012-11-08