aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/receivelog.c
Commit message (Expand)AuthorAge
* 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
* Fix missing inclusions.Tom Lane2012-11-07
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Fix typo in previous warning-silencing patch.Heikki Linnakangas2012-10-02
* Silence compiler warning about pointer type mismatch on some platforms.Heikki Linnakangas2012-10-02
* Small punctuation fixesPeter Eisentraut2012-08-28
* Complain with proper error message if streaming stops prematurelyMagnus Hagander2012-08-06
* pg_basebackup: stylistic adjustmentsAlvaro Herrera2012-07-31
* Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackupMagnus Hagander2012-07-12
* Set the write location in the pg_receivexlog status messagesMagnus Hagander2012-07-04
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix pg_basebackup/pg_receivexlog for floating point timestampsMagnus Hagander2012-06-10
* Error message capitalization fixMagnus Hagander2012-06-10
* Use strerror(errno) instead of %mMagnus Hagander2012-06-05
* Fix base backup streaming xlog from standbyMagnus Hagander2012-05-25
* Replace printf format %i by %dPeter Eisentraut2012-03-30
* Have pg_receivexlog always send an invalid log position in status messagesMagnus Hagander2012-02-09
* Check number of fields in IDENTIFY_SYSTEM responseMagnus Hagander2012-01-20
* Fix comment languageMagnus Hagander2012-01-09
* Fix pg_basebackup for keepalive messagesMagnus Hagander2012-01-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Pre-pad WAL files when streaming transaction logMagnus Hagander2011-11-03
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26