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
*
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
*
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-06-18
*
pg_receivexlog: Rename option --dir to --directory
Peter Eisentraut
2012-06-12
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix pg_basebackup/pg_receivexlog for floating point timestamps
Magnus Hagander
2012-06-10
*
Make pg_recievexlog by default loop on connection failures
Magnus Hagander
2012-05-27
*
Fix base backup streaming xlog from standby
Magnus Hagander
2012-05-25
*
Replace printf format %i by %d
Peter Eisentraut
2012-03-30
*
Check number of fields in IDENTIFY_SYSTEM response
Magnus Hagander
2012-01-20
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
Miscellaneous cleanup to silence compiler warnings seen on Mingw.
Andrew Dunstan
2011-12-10
*
Properly close replication connection in pg_receivexlog
Magnus Hagander
2011-11-03
*
Pre-pad WAL files when streaming transaction log
Magnus Hagander
2011-11-03
*
Implement streaming xlog for backup tools
Magnus Hagander
2011-10-26