Commits

Showing commits that first shipped in 9.1 (backpatches included). Clear

DateSubjectAuthorReleases
2015-02-06 Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM Heikki Linnakangas 9.1.16
2015-02-02 Be more careful to not lose sync in the FE/BE protocol. Heikki Linnakangas 9.1.15
2012-11-23 pg_stat_replication.sync_state was displayed incorrectly at page boundary. Heikki Linnakangas 9.1.7
2012-03-21 Fix bug where walsender goes into a busy loop if connection is terminated. Heikki Linnakangas 9.1.4
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-01 Fix corner-case bug in tracking of latest removed WAL segment during Heikki Linnakangas 9.1.0
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