aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_receivexlog.c
Commit message (Expand)AuthorAge
* Make pg_basebackup work with pre-9.3 servers, and add server version check.Heikki Linnakangas2013-03-25
* Fix inclusions in pg_receivexlog.c.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Add -d option to pg_basebackup and pg_receivexlog, for connection string.Heikki Linnakangas2013-02-25
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* pg_basebackup: Small message punctuation improvementsPeter Eisentraut2012-12-19
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Move long_options structures to the top of main() functions, forBruce Momjian2012-11-30
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Small punctuation fixesPeter Eisentraut2012-08-28
* Put options on man page and in help output in slightly better orderPeter Eisentraut2012-08-24
* pg_basebackup: stylistic adjustmentsAlvaro Herrera2012-07-31
* Remove unreachable codePeter Eisentraut2012-07-16
* 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
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* pg_receivexlog: Rename option --dir to --directoryPeter Eisentraut2012-06-12
* 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
* Make pg_recievexlog by default loop on connection failuresMagnus Hagander2012-05-27
* Fix base backup streaming xlog from standbyMagnus Hagander2012-05-25
* Replace printf format %i by %dPeter Eisentraut2012-03-30
* Check number of fields in IDENTIFY_SYSTEM responseMagnus Hagander2012-01-20
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-10
* Properly close replication connection in pg_receivexlogMagnus Hagander2011-11-03
* Pre-pad WAL files when streaming transaction logMagnus Hagander2011-11-03
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26