Commits

DateSubjectAuthorReleases
2012-03-21 Fix bug where walsender goes into a busy loop if connection is terminated. Heikki Linnakangas 9.1.4
2011-07-08 Introduce a pipe between postmaster and each backend, which can be used to Heikki Linnakangas 9.2.0
2011-03-30 Automatically terminate replication connections that are idle for more Heikki Linnakangas 9.1.0
2011-03-30 Adjust error message, now that we expect other message types than connection Heikki Linnakangas 9.1.0
2011-02-26 Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL Heikki Linnakangas 9.1.0
2011-02-10 Send status updates back from standby server to master, indicating how far Heikki Linnakangas 9.1.0
2011-01-15 Treat a WAL sender process that hasn't started streaming yet as a regular Heikki Linnakangas 9.1.0
2010-11-02 Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001) Heikki Linnakangas 9.1.0
2010-11-02 Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001) Heikki Linnakangas 9.0.2
2010-11-01 Fix corner-case bug in tracking of latest removed WAL segment during Heikki Linnakangas 9.1.0
2010-11-01 Fix corner-case bug in tracking of latest removed WAL segment during Heikki Linnakangas 9.0.2
2010-09-15 Don't call OwnLatch while holding a spinlock. OwnLatch can elog() under Heikki Linnakangas 9.1.0
2010-09-14 Oops, the timeout argument to WaitLatchOrSocket is in microseconds, not Heikki Linnakangas 9.1.0
2010-09-11 Introduce latches. A latch is a boolean variable, with the capability to Heikki Linnakangas 9.1.0
2010-05-31 Send all outstanding WAL before exiting when smart shutdown is requested. Heikki Linnakangas 9.0.0
2010-05-26 Thinko in previous commit: ensure that MAX_SEND_SIZE is always greater Heikki Linnakangas 9.0.0
2010-05-26 In walsender, don't sleep if there's outstanding WAL waiting to be sent, Heikki Linnakangas 9.0.0
2010-04-28 Introduce wal_level GUC to explicitly control if information needed for Heikki Linnakangas 9.0.0
2010-04-12 Need to use the start pointer of a block we read from WAL segment in Heikki Linnakangas 9.0.0
2010-04-12 Change the logic to decide when to delete old WAL segments, so that it Heikki Linnakangas 9.0.0
2010-03-26 Flush CopyOutResponse when starting streaming in walsender, so that it's Heikki Linnakangas 9.0.0
2010-03-16 Throw a nicer error message if a standby server attempts to connect while Heikki Linnakangas 9.0.0
2010-02-25 Fix streaming replication starting at the very first WAL segment. Heikki Linnakangas 9.0.0
2010-02-18 Fix pq_getbyte_if_available() function. It was confused on what it Heikki Linnakangas 9.0.0
2010-02-03 Add a message type header to the CopyData messages sent from primary Heikki Linnakangas 9.0.0