]> granicus.if.org Git - postgresql/history - src/backend/replication
Update copyright for 2014
[postgresql] / src / backend / replication /
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-12-13 Heikki LinnakangasFix more instances of "the the" in comments.
2013-09-03 Heikki LinnakangasFix typo in comment.
2013-08-24 Magnus HaganderDon't crash when pg_xlog is empty and pg_basebackup...
2013-08-15 Peter EisentrautTreat timeline IDs as unsigned in replication parser
2013-07-28 Peter EisentrautMessage style improvements
2013-06-25 Fujii MasaoSupport clean switchover.
2013-05-31 Peter EisentrautMinor spell checking
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-08 Heikki LinnakangasFix walsender failure at promotion.
2013-03-25 Heikki LinnakangasIn base backup, only include our own tablespace version...
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-02-27 Heikki LinnakangasCannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.
2013-02-23 Peter EisentrautAdd quotes to messages
2013-02-15 Simon RiggsForce archive_status of .done for xlogs created by...
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-02-04 Simon RiggsReset master xmin when hot_standby_feedback disabled.
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-18 Heikki LinnakangasNow that START_REPLICATION returns the next timeline...
2013-01-17 Heikki LinnakangasI added a result set to START_STREAMING command, but...
2013-01-17 Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-14 Heikki LinnakangasReturn value of lseek() can be negative on failure.
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-03 Heikki LinnakangasTolerate timeline switches while "pg_basebackup -X...
2013-01-03 Heikki LinnakangasDelay reading timeline history file until it's fetched...
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-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-12-27 Alvaro HerreraAssign InvalidXLogRecPtr instead of MemSet(0)
2012-12-21 Heikki LinnakangasFix sloppiness in the timeline switch over streaming...
2012-12-21 Heikki LinnakangasFix race condition if a file is removed while pg_baseba...
2012-12-20 Heikki LinnakangasFollow TLI of last replayed record, not recovery target...
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-11-07 Heikki LinnakangasMake the streaming replication protocol messages archit...
2012-10-15 Heikki LinnakangasFix typo in comment.
2012-10-11 Heikki LinnakangasImprove replication connection timeouts.
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-10-09 Heikki LinnakangasRemove stray newline in comment.
2012-10-09 Peter EisentrautRemove generation of repl_gram.h
2012-10-08 Heikki LinnakangasFix walsender handling of postmaster shutdown, to not...
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-09-05 Heikki LinnakangasFix bugs in cascading replication with recovery_target_...
2012-08-31 Heikki LinnakangasFix typos in README.
2012-08-09 Simon RiggsTurn off WalSender keepalives by default, users can...
2012-08-09 Simon RiggsEnsure all replication message info is available and...
2012-07-18 Tom LaneFix management of pendingOpsTable in auxiliary processes.
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-07-14 Heikki LinnakangasDon't initialize TLI variable to -1, as TimeLineID...
2012-07-04 Magnus HaganderAlways treat a standby returning an an invalid flush...
2012-07-02 Robert HaasMake walsender more responsive.
2012-06-27 Heikki LinnakangasI neglected many comments in the log+seg -> 64-bit...
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-25 Robert HaasFix typo in DEBUG message, introduced by recent WAL...
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-11 Magnus HaganderPrevent non-streaming replication connections from...
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-30 Simon RiggsMinor bug fix and cleanup from self-review of sync...
2012-01-30 Simon RiggsVarious minor comments changes from bgwriter to checkpo...
2012-01-25 Simon RiggsAllow pg_basebackup from standby node with safety checking.
2012-01-24 Simon RiggsAdd new replication mode synchronous_commit = 'write'.
2012-01-13 Robert HaasTypo fix.
2012-01-13 Simon RiggsMinor but necessary improvements to WAL keepalives
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-31 Simon RiggsSend new protocol keepalive messages to standby servers.
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-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-11-02 Simon RiggsRefactor xlog.c to create src/backend/postmaster/startup.c
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-11-01 Simon RiggsComment changes to show bgwriter no longer performs...
2011-10-22 Heikki LinnakangasFix overly-complicated usage of errcode_for_file_access().
2011-10-20 Tom LaneSimplify and improve ProcessStandbyHSFeedbackMessage...
2011-10-18 Magnus HaganderExclude postmaster.opts from base backups
2011-10-06 Magnus HaganderEnsure walsenders can be SIGTERMed while in non-walsend...
2011-09-14 Alvaro HerreraSplit walsender.h in public/private headers
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-08 Alvaro HerreraTweak string for uniformity
2011-09-07 Simon RiggsEmit cascaded standby message on shutdown only when...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-27 Bruce MomjianAllow more include files to be compiled in their own...
2011-08-10 Tom LaneRemove wal_sender_delay GUC, because it's no longer...
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-09 Tom LaneMeasure WaitLatch's timeout parameter in milliseconds...
2011-08-09 Tom LaneDocumentation improvement and minor code cleanups for...
2011-08-06 Tom LaneClean up ill-advised attempt to invent a private set...
2011-07-19 Simon RiggsCascading replication feature for streaming log-based...
2011-07-08 Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
2011-07-08 Peter EisentrautMessage style improvements
2011-06-22 Tom LaneAdd missing -I switch for VPATH builds.
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-30 Bruce MomjianLowercase status labels in pg_stat_replication view.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
next