summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup
Commit message (Expand)AuthorAgeFilesLines
* Add --synchronous option to pg_receivexlog, for more reliable WAL writing.Fujii Masao2014-11-184-52/+32
* Translation updatesPeter Eisentraut2014-11-163-748/+1053
* pg_basebackup: Adjust tests for long file name issuesPeter Eisentraut2014-11-071-4/+11
* Remove use of TAP subtestsPeter Eisentraut2014-10-292-2/+2
* Fix typos.Robert Haas2014-10-201-1/+1
* Fix bug in handling of connections that pg_receivexlog creates.Fujii Masao2014-10-181-1/+8
* pg_recvlogical: Improve --help outputPeter Eisentraut2014-10-122-21/+20
* Clean up Create/DropReplicationSlot query bufferStephen Frost2014-10-061-0/+22
* Add support for managing physical replication slots to pg_receivexlog.Andres Freund2014-10-061-15/+140
* Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.Andres Freund2014-10-061-6/+6
* Translation updatesPeter Eisentraut2014-10-053-549/+1530
* Refactor replication connection code of various pg_basebackup utilities.Andres Freund2014-10-015-141/+222
* pg_recvlogical.c code review.Andres Freund2014-10-011-10/+10
* Add header comments to receivelog.h and streamutil.h.Fujii Masao2014-08-272-0/+32
* Fix comment in pg_basebackup.Heikki Linnakangas2014-08-221-3/+3
* Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas2014-08-221-44/+20
* Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao2014-08-193-6/+6
* Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao2014-08-193-6/+6
* Expose -S option in pg_receivexlog.Fujii Masao2014-08-131-2/+2
* pg_recvlogical message and code improvements.Andres Freund2014-08-121-3/+3
* Small message fixesPeter Eisentraut2014-08-091-2/+2
* Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao2014-08-084-70/+180
* Refactor pg_receivexlog main loop code, for readability, take 2.Fujii Masao2014-08-061-187/+245
* Add missing PQclear() calls into pg_receivexlog.Fujii Masao2014-08-021-0/+5
* Fix bug in pg_receivexlog --verbose.Fujii Masao2014-08-021-1/+1
* Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.Fujii Masao2014-07-241-1/+1
* Translation updatesPeter Eisentraut2014-07-211-183/+523
* pg_basebackup: Add more information about --max-rate option to help outputPeter Eisentraut2014-07-151-1/+2
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+1
* Fix typo in comment.Fujii Masao2014-07-081-1/+1
* Fix typos in comments.Fujii Masao2014-07-071-1/+1
* Fix double-free bug of WAL streaming buffer in pg_receivexlog.Fujii Masao2014-07-041-4/+3
* Refactor pg_receivexlog main loop code, for readability.Fujii Masao2014-07-041-67/+142
* Fix typos in comments.Fujii Masao2014-06-111-1/+1
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-051-4/+4
* Fix pg_recvlogical to accept the documented -I instead only --startpos.Andres Freund2014-05-261-25/+25
* Message style fixes to pg_recvlogicalHeikki Linnakangas2014-05-191-3/+3
* Open output file before sleeping in pg_recvlogical.Heikki Linnakangas2014-05-161-17/+17
* Fix a couple of bugs in pg_recvlogical output to stdout.Heikki Linnakangas2014-05-151-25/+22
* Misc message style and doc fixes.Heikki Linnakangas2014-05-152-16/+16
* Free PQresult on error in pg_receivexlog.Heikki Linnakangas2014-05-121-0/+2
* pg_basebackup streaming: adjust version check msgSimon Riggs2014-05-061-3/+13
* pgindent run for 9.4Bruce Momjian2014-05-067-106/+134
* pg_basebackup streaming: adjust version check msgSimon Riggs2014-05-061-1/+1
* Don't leak memory after connection aborts in pg_recvlogical.Heikki Linnakangas2014-05-051-3/+5
* Clean up temp installations after client program tests.Tom Lane2014-04-251-0/+1
* Add TAP tests for client programsPeter Eisentraut2014-04-144-0/+106
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-211-6/+0
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-211-2/+20
* Some minor improvements to logical decoding document.Fujii Masao2014-03-191-1/+1