summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2011-10-22Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas
2011-10-20Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane
2011-10-18Exclude postmaster.opts from base backupsMagnus Hagander
2011-10-06Ensure walsenders can be SIGTERMed while in non-walsender codeMagnus Hagander
2011-09-14Split walsender.h in public/private headersAlvaro Herrera
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-08Tweak string for uniformityAlvaro Herrera
2011-09-07Emit cascaded standby message on shutdown only when appropriate.Simon Riggs
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-27Allow more include files to be compiled in their own by adding missingBruce Momjian
2011-08-10Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane
2011-08-10Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane
2011-08-09Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane
2011-08-09Documentation improvement and minor code cleanups for the latch facility.Tom Lane
2011-08-06Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane
2011-07-19Cascading replication feature for streaming log-based replication.Simon Riggs
2011-07-08Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas
2011-07-08Message style improvementsPeter Eisentraut
2011-06-22Add missing -I switch for VPATH builds.Tom Lane
2011-06-21Message style and spelling improvementsPeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-30Lowercase status labels in pg_stat_replication view.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-04-04Merge synchronous_replication setting into synchronous_commit.Robert Haas
2011-04-03Avoid possible hang during smart shutdown.Robert Haas
2011-04-01Fix compiler warning.Robert Haas
2011-03-30Automatically terminate replication connections that are idle for moreHeikki Linnakangas
2011-03-30Adjust error message, now that we expect other message types than connectionHeikki Linnakangas
2011-03-26Additional test for each commit in sync rep path to plug minuteSimon Riggs
2011-03-25Make walreceiver send a reply after receiving data but before flushing it.Robert Haas
2011-03-19Move synchronous_standbys_defined updates from WAL writer to BG writer.Robert Haas
2011-03-18Make synchronous replication query cancel/die messages more consistent.Robert Haas
2011-03-17Remove bogus comment.Robert Haas
2011-03-17Fix various possible problems with synchronous replication.Robert Haas
2011-03-10Make error handling of synchronous_standby_names consistent.Robert Haas
2011-03-10More synchronous replication typo fixes.Robert Haas
2011-03-10More synchronous replication tweaks.Robert Haas
2011-03-10Minor sync rep corrections.Robert Haas
2011-03-10Replication README updates.Robert Haas
2011-03-10Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro
2011-03-10Mention gcc version in C comment.Bruce Momjian
2011-03-07Silence compiler warning about undefined function when compiling withoutHeikki Linnakangas
2011-03-07Dynamic array required within pg_stat_replication.Simon Riggs
2011-03-06Add new files for syncrep missed in previous commitSimon Riggs
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-03-01Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas
2011-03-01Avoid excessive Hot Standby feedback messages.Robert Haas
2011-02-26Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas