]> granicus.if.org Git - postgresql/history - src/bin/pg_basebackup/pg_receivexlog.c
Prevent WAL files created by pg_basebackup -x/X from being archived again.
[postgresql] / src / bin / pg_basebackup / pg_receivexlog.c
2015-01-03 Andres FreundPrevent WAL files created by pg_basebackup -x/X from...
2014-11-17 Fujii MasaoAdd --synchronous option to pg_receivexlog, for more...
2014-10-17 Fujii MasaoFix bug in handling of connections that pg_receivexlog...
2014-10-12 Peter Eisentrautpg_recvlogical: Improve --help output
2014-10-06 Andres FreundAdd support for managing physical replication slots...
2014-10-01 Andres FreundRefactor replication connection code of various pg_base...
2014-08-19 Fujii MasaoRevert "Fix bug in checking of IDENTIFY_SYSTEM result."
2014-08-19 Fujii MasaoFix bug in checking of IDENTIFY_SYSTEM result.
2014-08-13 Fujii MasaoExpose -S option in pg_receivexlog.
2014-08-08 Fujii MasaoAdd -F option to pg_receivexlog, for specifying fsync...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-18 Fujii MasaoFix help message and document in pg_receivexlog.
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-02-12 Magnus HaganderKill pg_basebackup background process when exiting
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-16 Heikki LinnakangasMark variables 'static' where possible. Move GinFuzzySe...
2013-11-04 Heikki LinnakangasFix parsing of xlog file name in pg_receivexlog.
2013-09-23 Heikki LinnakangasFix two timeline handling bugs in pg_receivexlog.
2013-06-26 Peter Eisentrautpg_receivexlog: Fix logic error
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-08 Heikki LinnakangasFix walsender failure at promotion.
2013-03-25 Heikki LinnakangasMake pg_basebackup work with pre-9.3 servers, and add...
2013-03-17 Tom LaneFix inclusions in pg_receivexlog.c.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-02-25 Heikki LinnakangasAdd -d option to pg_basebackup and pg_receivexlog,...
2013-01-17 Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-19 Peter Eisentrautpg_basebackup: Small message punctuation improvements
2012-12-13 Heikki LinnakangasMake xlog_internal.h includable in frontend context.
2012-11-30 Bruce MomjianMove long_options structures to the top of main() funct...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-08-28 Peter EisentrautSmall punctuation fixes
2012-08-24 Peter EisentrautPut options on man page and in help output in slightly...
2012-07-31 Alvaro Herrerapg_basebackup: stylistic adjustments
2012-07-16 Peter EisentrautRemove unreachable code
2012-06-24 Heikki LinnakangasReplace XLogRecPtr struct with a 64-bit integer.
2012-06-24 Heikki LinnakangasDon't waste the last segment of each 4GB logical log...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-11 Peter Eisentrautpg_receivexlog: Rename option --dir to --directory
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-10 Magnus HaganderFix pg_basebackup/pg_receivexlog for floating point...
2012-05-27 Magnus HaganderMake pg_recievexlog by default loop on connection failures
2012-05-25 Magnus HaganderFix base backup streaming xlog from standby
2012-03-30 Peter EisentrautReplace printf format %i by %d
2012-01-20 Magnus HaganderCheck number of fields in IDENTIFY_SYSTEM response
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-10 Andrew DunstanMiscellaneous cleanup to silence compiler warnings...
2011-11-03 Magnus HaganderProperly close replication connection in pg_receivexlog
2011-11-03 Magnus HaganderPre-pad WAL files when streaming transaction log
2011-10-26 Magnus HaganderImplement streaming xlog for backup tools