summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2013Bruce Momjian2013-01-015-5/+5
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-1/+1
* pg_basebackup: Small message punctuation improvementsPeter Eisentraut2012-12-192-5/+5
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-134-31/+4
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-301-0/+1
* Teach pg_basebackup and pg_receivexlog to reply to server keepalives.Heikki Linnakangas2012-11-081-9/+37
* Fix missing inclusions.Tom Lane2012-11-071-5/+9
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-071-58/+98
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-021-0/+3
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-025-20/+20
* Fix typo in previous warning-silencing patch.Heikki Linnakangas2012-10-021-1/+1
* Silence compiler warning about pointer type mismatch on some platforms.Heikki Linnakangas2012-10-021-3/+8
* Small punctuation fixesPeter Eisentraut2012-08-282-4/+5
* pg_basebackup: Correct error messagePeter Eisentraut2012-08-271-1/+1
* Put options on man page and in help output in slightly better orderPeter Eisentraut2012-08-242-4/+4
* Complain with proper error message if streaming stops prematurelyMagnus Hagander2012-08-061-0/+10
* pg_basebackup: stylistic adjustmentsAlvaro Herrera2012-07-314-140/+217
* Remove unreachable codePeter Eisentraut2012-07-161-3/+0
* Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackupMagnus Hagander2012-07-122-20/+54
* Set the write location in the pg_receivexlog status messagesMagnus Hagander2012-07-041-1/+1
* Assorted message style improvementsPeter Eisentraut2012-07-021-1/+1
* I missed some references to xlogid/xrecoff in Win32-only code. Fix.Heikki Linnakangas2012-06-241-1/+4
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-243-15/+25
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-242-14/+13
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-182-3/+3
* pg_receivexlog: Rename option --dir to --directoryPeter Eisentraut2012-06-121-9/+8
* Revert behaviour of -x/--xlog to 9.1 semanticsMagnus Hagander2012-06-111-4/+25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-105-33/+34
* Fix pg_basebackup/pg_receivexlog for floating point timestampsMagnus Hagander2012-06-103-7/+60
* Error message capitalization fixMagnus Hagander2012-06-101-1/+1
* Use strerror(errno) instead of %mMagnus Hagander2012-06-051-1/+2
* Make pg_recievexlog by default loop on connection failuresMagnus Hagander2012-05-273-4/+48
* Fix base backup streaming xlog from standbyMagnus Hagander2012-05-254-45/+34
* Add missing PQfinish() callsMagnus Hagander2012-05-231-0/+2
* Prevent pg_basebackup when integer_datetimes flag doesn't match.Robert Haas2012-05-221-0/+24
* Add new files to NLS file listsPeter Eisentraut2012-03-301-1/+1
* Replace printf format %i by %dPeter Eisentraut2012-03-303-7/+7
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-281-3/+3
* pg_basebackup: Error handling fixes.Robert Haas2012-03-281-11/+20
* pg_basebackup: Error message improvements.Robert Haas2012-03-281-3/+3
* Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane2012-03-231-1/+1
* Fix incorrect uses of gzFilePeter Eisentraut2012-03-021-2/+2
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-241-1/+1
* Have pg_receivexlog always send an invalid log position in status messagesMagnus Hagander2012-02-091-1/+1
* Check number of fields in IDENTIFY_SYSTEM responseMagnus Hagander2012-01-203-7/+15
* Fix comment languageMagnus Hagander2012-01-091-2/+2
* Fix pg_basebackup for keepalive messagesMagnus Hagander2012-01-091-7/+23
* Update copyright notices for year 2012.Bruce Momjian2012-01-016-6/+6
* Indicate default format in --help output of pg_dump and pg_basebackupPeter Eisentraut2011-12-281-1/+1
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-271-1/+1