aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_receivexlog.c
Commit message (Expand)AuthorAge
* Refactor receivelog.c parametersMagnus Hagander2016-03-11
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix translation domain in pg_basebackupAlvaro Herrera2015-12-28
* Review program help output for wording and formattingPeter Eisentraut2015-09-16
* Don't start to stream after pg_receivexlog --create-slot.Andres Freund2015-08-10
* Optionally don't error out due to preexisting slots in commandline utilities.Andres Freund2015-07-12
* pgindent run for 9.5Bruce Momjian2015-05-23
* Message string improvementsPeter Eisentraut2015-05-18
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-08
* 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
* Fix bug in handling of connections that pg_receivexlog creates.Fujii Masao2014-10-18
* pg_recvlogical: Improve --help outputPeter Eisentraut2014-10-12
* Add support for managing physical replication slots to pg_receivexlog.Andres Freund2014-10-06
* Refactor replication connection code of various pg_basebackup utilities.Andres Freund2014-10-01
* 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
* Expose -S option in pg_receivexlog.Fujii Masao2014-08-13
* Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao2014-08-08
* pgindent run for 9.4Bruce Momjian2014-05-06
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* Fix help message and document in pg_receivexlog.Fujii Masao2014-03-18
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Kill pg_basebackup background process when exitingMagnus Hagander2014-02-12
* Introduce replication slots.Robert Haas2014-01-31
* Update copyright for 2014Bruce Momjian2014-01-07
* Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas2013-12-16
* Fix parsing of xlog file name in pg_receivexlog.Heikki Linnakangas2013-11-04
* Fix two timeline handling bugs in pg_receivexlog.Heikki Linnakangas2013-09-23
* pg_receivexlog: Fix logic errorPeter Eisentraut2013-06-26
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix walsender failure at promotion.Heikki Linnakangas2013-05-08
* 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