index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
pg_receivexlog.c
Age
Commit message (
Expand
)
Author
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-01-17
Add compression support to pg_receivexlog
Magnus Hagander
2017-01-16
Make pg_basebackup use temporary replication slots
Magnus Hagander
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-25
Free walmethods before exiting
Magnus Hagander
2016-10-23
Allow pg_basebackup to stream transaction log in tar mode
Magnus Hagander
2016-09-29
pg_basebackup: Add --nosync option
Peter Eisentraut
2016-03-11
Refactor receivelog.c parameters
Magnus Hagander
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-28
Fix translation domain in pg_basebackup
Alvaro Herrera
2015-09-16
Review program help output for wording and formatting
Peter Eisentraut
2015-08-10
Don't start to stream after pg_receivexlog --create-slot.
Andres Freund
2015-07-12
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-19
Message string improvements
Peter Eisentraut
2015-05-08
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2014-11-17
Add --synchronous option to pg_receivexlog, for more reliable WAL writing.
Fujii Masao
2014-10-17
Fix bug in handling of connections that pg_receivexlog creates.
Fujii Masao
2014-10-12
pg_recvlogical: Improve --help output
Peter Eisentraut
2014-10-06
Add support for managing physical replication slots to pg_receivexlog.
Andres Freund
2014-10-01
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-08-19
Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Fujii Masao
2014-08-19
Fix bug in checking of IDENTIFY_SYSTEM result.
Fujii Masao
2014-08-13
Expose -S option in pg_receivexlog.
Fujii Masao
2014-08-08
Add -F option to pg_receivexlog, for specifying fsync interval.
Fujii Masao
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-21
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-18
Fix help message and document in pg_receivexlog.
Fujii Masao
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-02-12
Kill pg_basebackup background process when exiting
Magnus Hagander
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-16
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-11-04
Fix parsing of xlog file name in pg_receivexlog.
Heikki Linnakangas
2013-09-23
Fix two timeline handling bugs in pg_receivexlog.
Heikki Linnakangas
2013-06-26
pg_receivexlog: Fix logic error
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-08
Fix walsender failure at promotion.
Heikki Linnakangas
2013-03-25
Make pg_basebackup work with pre-9.3 servers, and add server version check.
Heikki Linnakangas
2013-03-17
Fix inclusions in pg_receivexlog.c.
Tom Lane
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-02-25
Add -d option to pg_basebackup and pg_receivexlog, for connection string.
Heikki Linnakangas
2013-01-17
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-19
pg_basebackup: Small message punctuation improvements
Peter Eisentraut
2012-12-13
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-11-30
Move long_options structures to the top of main() functions, for
Bruce Momjian
[next]