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
/
receivelog.c
Commit message (
Expand
)
Author
Age
*
Don't abort pg_basebackup when receiving empty WAL block
Magnus Hagander
2013-11-11
*
Fix two timeline handling bugs in pg_receivexlog.
Heikki Linnakangas
2013-09-23
*
Be sure to close() file descriptor on error case
Stephen Frost
2013-07-14
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix walsender failure at promotion.
Heikki Linnakangas
2013-05-08
*
Attempt to fix error recovery in COPY BOTH mode.
Robert Haas
2013-04-29
*
pg_basebackup: Add missing newlines at end of lines
Peter Eisentraut
2013-04-24
*
Make pg_basebackup work with pre-9.3 servers, and add server version check.
Heikki Linnakangas
2013-03-25
*
pg_basebackup: Add missing newlines to several error messages
Peter Eisentraut
2013-03-10
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Give a proper error message if connecting to incompatible server.
Heikki Linnakangas
2013-01-15
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
*
Teach pg_basebackup and pg_receivexlog to reply to server keepalives.
Heikki Linnakangas
2012-11-08
*
Fix missing inclusions.
Tom Lane
2012-11-07
*
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-11-07
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
Fix typo in previous warning-silencing patch.
Heikki Linnakangas
2012-10-02
*
Silence compiler warning about pointer type mismatch on some platforms.
Heikki Linnakangas
2012-10-02
*
Small punctuation fixes
Peter Eisentraut
2012-08-28
*
Complain with proper error message if streaming stops prematurely
Magnus Hagander
2012-08-06
*
pg_basebackup: stylistic adjustments
Alvaro Herrera
2012-07-31
*
Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup
Magnus Hagander
2012-07-12
*
Set the write location in the pg_receivexlog status messages
Magnus Hagander
2012-07-04
*
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
*
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
*
Error message capitalization fix
Magnus Hagander
2012-06-10
*
Use strerror(errno) instead of %m
Magnus Hagander
2012-06-05
*
Fix base backup streaming xlog from standby
Magnus Hagander
2012-05-25
*
Replace printf format %i by %d
Peter Eisentraut
2012-03-30
*
Have pg_receivexlog always send an invalid log position in status messages
Magnus Hagander
2012-02-09
*
Check number of fields in IDENTIFY_SYSTEM response
Magnus Hagander
2012-01-20
*
Fix comment language
Magnus Hagander
2012-01-09
*
Fix pg_basebackup for keepalive messages
Magnus Hagander
2012-01-09
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Pre-pad WAL files when streaming transaction log
Magnus Hagander
2011-11-03
*
Implement streaming xlog for backup tools
Magnus Hagander
2011-10-26