aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Refer to max_wal_senders in a more consistent fashion.Robert Haas2010-04-01
* Flush CopyOutResponse when starting streaming in walsender, so that it'sHeikki Linnakangas2010-03-26
* Additional thoughts on WALSender cpu reduction. Use long typeSimon Riggs2010-03-24
* Reduce CPU utilisation of WALSender process. Process was using 10% CPUSimon Riggs2010-03-24
* Update description of walrcv_receive() function to match reality.Heikki Linnakangas2010-03-24
* Message tuningPeter Eisentraut2010-03-21
* Add connection messages for streaming replication. log_connectionsSimon Riggs2010-03-19
* Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] isSimon Riggs2010-03-19
* Throw a nicer error message if a standby server attempts to connect whileHeikki Linnakangas2010-03-16
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix streaming replication starting at the very first WAL segment.Heikki Linnakangas2010-02-25
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-19
* Fix pq_getbyte_if_available() function. It was confused on what itHeikki Linnakangas2010-02-18
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas2010-02-03
* Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers.Heikki Linnakangas2010-01-27
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-27
* Fix bogus comments.Heikki Linnakangas2010-01-21
* Fix bogus subdir setting. Again. I must've unfixed it by accident whileHeikki Linnakangas2010-01-20
* Add missing "!= NULL", for the sake of consistency.Heikki Linnakangas2010-01-20
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-20
* Add #include <sys/time.h> for struct timeval definition on BSD/OS.Bruce Momjian2010-01-16
* No, scratch that, it was getting added twice.Tom Lane2010-01-15
* Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ...Tom Lane2010-01-15
* Fix bogus subdir setting ... wonder just what that affects ...Tom Lane2010-01-15
* Remove unused (in non-assertion-enabled build) variable.Heikki Linnakangas2010-01-15
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15