index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
pg_receivexlog.c
Commit message (
Expand
)
Author
Age
*
Refactor receivelog.c parameters
Magnus Hagander
2016-03-11
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix translation domain in pg_basebackup
Alvaro Herrera
2015-12-28
*
Review program help output for wording and formatting
Peter Eisentraut
2015-09-16
*
Don't start to stream after pg_receivexlog --create-slot.
Andres Freund
2015-08-10
*
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-07-12
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Message string improvements
Peter Eisentraut
2015-05-18
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
*
Add --synchronous option to pg_receivexlog, for more reliable WAL writing.
Fujii Masao
2014-11-18
*
Fix bug in handling of connections that pg_receivexlog creates.
Fujii Masao
2014-10-18
*
pg_recvlogical: Improve --help output
Peter Eisentraut
2014-10-12
*
Add support for managing physical replication slots to pg_receivexlog.
Andres Freund
2014-10-06
*
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-10-01
*
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-19
*
Expose -S option in pg_receivexlog.
Fujii Masao
2014-08-13
*
Add -F option to pg_receivexlog, for specifying fsync interval.
Fujii Masao
2014-08-08
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
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-21
*
Fix help message and document in pg_receivexlog.
Fujii Masao
2014-03-18
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
*
Kill pg_basebackup background process when exiting
Magnus Hagander
2014-02-12
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-12-16
*
Fix parsing of xlog file name in pg_receivexlog.
Heikki Linnakangas
2013-11-04
*
Fix two timeline handling bugs in pg_receivexlog.
Heikki Linnakangas
2013-09-23
*
pg_receivexlog: Fix logic error
Peter Eisentraut
2013-06-26
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix walsender failure at promotion.
Heikki Linnakangas
2013-05-08
*
Make pg_basebackup work with pre-9.3 servers, and add server version check.
Heikki Linnakangas
2013-03-25
*
Fix inclusions in pg_receivexlog.c.
Tom Lane
2013-03-17
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Add -d option to pg_basebackup and pg_receivexlog, for connection string.
Heikki Linnakangas
2013-02-25
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
pg_basebackup: Small message punctuation improvements
Peter Eisentraut
2012-12-19
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
*
Move long_options structures to the top of main() functions, for
Bruce Momjian
2012-11-30
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
Small punctuation fixes
Peter Eisentraut
2012-08-28
*
Put options on man page and in help output in slightly better order
Peter Eisentraut
2012-08-24
*
pg_basebackup: stylistic adjustments
Alvaro Herrera
2012-07-31
*
Remove unreachable code
Peter Eisentraut
2012-07-16
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
[next]