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
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Fix pg_receivexlog --synchronous
Simon Riggs
2016-08-29
*
Refactor receivelog.c parameters
Magnus Hagander
2016-03-11
*
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.
Andres Freund
2015-01-05
*
Fix inconsequential fd leak in the new mark_file_as_archived() function.
Andres Freund
2015-01-04
*
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
*
Fix bug in the test of file descriptor of current WAL file in pg_receivexlog.
Fujii Masao
2014-11-19
*
Fix pg_receivexlog --slot so that it doesn't prevent the server shutdown.
Fujii Masao
2014-11-19
*
Add --synchronous option to pg_receivexlog, for more reliable WAL writing.
Fujii Masao
2014-11-18
*
Fix typos.
Robert Haas
2014-10-20
*
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
*
Add -F option to pg_receivexlog, for specifying fsync interval.
Fujii Masao
2014-08-08
*
Refactor pg_receivexlog main loop code, for readability, take 2.
Fujii Masao
2014-08-06
*
Add missing PQclear() calls into pg_receivexlog.
Fujii Masao
2014-08-02
*
Fix bug in pg_receivexlog --verbose.
Fujii Masao
2014-08-02
*
Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.
Fujii Masao
2014-07-24
*
Fix typo in comment.
Fujii Masao
2014-07-08
*
Fix typos in comments.
Fujii Masao
2014-07-07
*
Fix double-free bug of WAL streaming buffer in pg_receivexlog.
Fujii Masao
2014-07-04
*
Refactor pg_receivexlog main loop code, for readability.
Fujii Masao
2014-07-04
*
Fix typos in comments.
Fujii Masao
2014-06-11
*
Free PQresult on error in pg_receivexlog.
Heikki Linnakangas
2014-05-12
*
pg_basebackup streaming: adjust version check msg
Simon Riggs
2014-05-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
pg_basebackup streaming: adjust version check msg
Simon Riggs
2014-05-06
*
Add pg_recvlogical, a tool to receive data logical decoding data.
Robert Haas
2014-03-18
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
*
Fix typos in docs and comments.
Fujii Masao
2014-02-02
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
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
[next]