| Commit message (Expand) | Author | Age |
* | Always treat a standby returning an an invalid flush location as async | Magnus Hagander | 2012-07-04 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Typo fix. | Robert Haas | 2012-01-13 |
* | Minor but necessary improvements to WAL keepalives | Simon Riggs | 2012-01-13 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Send new protocol keepalive messages to standby servers. | Simon Riggs | 2011-12-31 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 |
* | Clean up the #include mess a little. | Tom Lane | 2011-09-04 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Change the autovacuum launcher to use WaitLatch instead of a poll loop. | Tom Lane | 2011-08-10 |
* | Cascading replication feature for streaming log-based replication. | Simon Riggs | 2011-07-19 |
* | Introduce a pipe between postmaster and each backend, which can be used to | Heikki Linnakangas | 2011-07-08 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Make walreceiver send a reply after receiving data but before flushing it. | Robert Haas | 2011-03-25 |
* | Efficient transaction-controlled synchronous replication. | Simon Riggs | 2011-03-06 |
* | Change pg_last_xlog_receive_location() not to move backwards. That makes | Heikki Linnakangas | 2011-03-01 |
* | Avoid excessive Hot Standby feedback messages. | Robert Haas | 2011-03-01 |
* | Separate messages for standby replies and hot standby feedback. | Simon Riggs | 2011-02-18 |
* | Hot Standby feedback for avoidance of cleanup conflicts on standby. | Simon Riggs | 2011-02-16 |
* | WAL receiver shouldn't try to send a reply when dying. | Robert Haas | 2011-02-16 |
* | Typo fixes. receivedUpto should be capitalized consistently. | Robert Haas | 2011-02-11 |
* | Send status updates back from standby server to master, indicating how far | Heikki Linnakangas | 2011-02-10 |
* | Before exiting walreceiver, fsync() all the WAL received. | Heikki Linnakangas | 2011-01-17 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Allow bidirectional copy messages in streaming replication mode. | Robert Haas | 2010-12-11 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Use a latch to make startup process wake up and replay immediately when | Heikki Linnakangas | 2010-09-15 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane | 2010-07-03 |
* | In standby mode, respect checkpoint_segments in addition to | Heikki Linnakangas | 2010-06-09 |
* | Fix typo in the header comment. Per request from Masao Fujii. | Tatsuo Ishii | 2010-06-09 |
* | Avoid useless snprintf() call when update_process_title is turned off. | Tom Lane | 2010-06-07 |
* | Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result) | Tom Lane | 2010-06-03 |
* | Fix code that doesn't work on machines with strict alignment requirements: | Tom Lane | 2010-04-20 |
* | Add wrapper function libpqrcv_PQexec() in the walreceiver that uses async | Magnus Hagander | 2010-04-19 |
* | Only try to do a graceful disconnect if we've successfully loaded the | Magnus Hagander | 2010-04-13 |
* | Message tuning | Peter Eisentraut | 2010-03-21 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Don't use O_DIRECT when writing WAL files if archiving or streaming is | Heikki Linnakangas | 2010-02-19 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 |
* | Add a message type header to the CopyData messages sent from primary | Heikki Linnakangas | 2010-02-03 |
* | Make standby server continuously retry restoring the next WAL segment with | Heikki Linnakangas | 2010-01-27 |
* | Rethink the way walreceiver is linked into the backend. Instead than shoving | Heikki Linnakangas | 2010-01-20 |