]> granicus.if.org Git - postgresql/history - src/backend/replication/basebackup.c
Prevent WAL files created by pg_basebackup -x/X from being archived again.
[postgresql] / src / backend / replication / basebackup.c
2015-01-03 Andres FreundPrevent WAL files created by pg_basebackup -x/X from...
2014-06-11 Fujii MasaoFix typos in comments.
2014-05-28 Magnus HaganderEnsure cleanup in case of early errors in streaming...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-03-03 Stephen FrostAnother round of Coverity fixes
2014-02-27 Alvaro HerreraAllow BASE_BACKUP to be throttled
2014-02-25 Robert Haaspg_basebackup: Skip only the *contents* of pg_replslot.
2014-02-03 Fujii MasaoMake pg_basebackup skip temporary statistics files.
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-27 Fujii MasaoChange the suffix of auto conf temporary file from...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Magnus HaganderAvoid including tablespaces inside PGDATA twice in...
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-08-24 Magnus HaganderDon't crash when pg_xlog is empty and pg_basebackup...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-25 Heikki LinnakangasIn base backup, only include our own tablespace version...
2013-02-23 Peter EisentrautAdd quotes to messages
2013-01-17 Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-03 Heikki LinnakangasTolerate timeline switches while "pg_basebackup -X...
2013-01-02 Magnus HaganderMove tar function headers to pgtar.h
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2013-01-01 Magnus HaganderUnify some tar functionality across different parts
2012-12-21 Heikki LinnakangasFix race condition if a file is removed while pg_baseba...
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-10-05 Heikki LinnakangasUse the regular main processing loop also in walsenders.
2012-09-28 Tom LaneFix tar files emitted by pg_dump and pg_basebackup...
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-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-24 Tom LaneCast some printf arguments to avoid possibly-nonportabl...
2012-01-25 Simon RiggsAllow pg_basebackup from standby node with safety checking.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneFix corner cases in readlink() usage.
2011-12-07 Magnus HaganderAvoid using readlink() on platforms that don't support it
2011-10-22 Heikki LinnakangasFix overly-complicated usage of errcode_for_file_access().
2011-10-18 Magnus HaganderExclude postmaster.opts from base backups
2011-09-14 Alvaro HerreraSplit walsender.h in public/private headers
2011-09-08 Alvaro HerreraTweak string for uniformity
2011-07-19 Simon RiggsCascading replication feature for streaming log-based...
2011-07-08 Peter EisentrautMessage style improvements
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-10 Bruce MomjianMention gcc version in C comment.
2011-02-09 Magnus HaganderImplement NOWAIT option for BASE_BACKUP command
2011-02-05 Bruce MomjianAdd C comment about why older compilers complain about...
2011-02-03 Magnus HaganderInclude more status information in walsender results
2011-01-31 Heikki LinnakangasSupport multiple concurrent pg_basebackup backups.
2011-01-30 Magnus HaganderAdd option to include WAL in base backup
2011-01-25 Magnus HaganderTypo fix for MemSet size.
2011-01-23 Magnus HaganderMake walsender options order-independent
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-15 Magnus HaganderEnumerate available tablespaces after starting the...
2011-01-14 Magnus HaganderUse a lexer and grammar for parsing walsender commands
2011-01-14 Magnus HaganderExit from base backups when shutdown is requested
2011-01-11 Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-11 Magnus HaganderAdd missing function prototype, for consistency
2011-01-11 Tom LaneAdjust basebackup.c to suppress compiler warnings.
2011-01-10 Magnus HaganderSet process title to indicate base backup is running
2011-01-10 Heikki LinnakangasLeave temporary files out of streaming base backups.
2011-01-10 Magnus HaganderBackend support for streaming base backups