summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2011-02-18Make a hard state change from catchup to streaming mode.Simon Riggs
2011-02-18Separate messages for standby replies and hot standby feedback.Simon Riggs
2011-02-17Fix blatantly uninitialized variable in recent commit.Tom Lane
2011-02-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs
2011-02-16WAL receiver shouldn't try to send a reply when dying.Robert Haas
2011-02-15Assorted corrections to the patch to add WAL receiver replies.Robert Haas
2011-02-11Typo fixes. receivedUpto should be capitalized consistently.Robert Haas
2011-02-10Send status updates back from standby server to master, indicating how farHeikki Linnakangas
2011-02-09Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander
2011-02-06IDENTIFY_SYSTEM now returns 3 fields, not 2Magnus Hagander
2011-02-05Add C comment about why older compilers complain about basebackup.c'sBruce Momjian