summaryrefslogtreecommitdiff
path: root/src/backend/replication/walreceiver.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas2010-09-151-1/+4
* pgindent run for 9.0, second runBruce Momjian2010-07-061-1/+2
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-031-1/+2
* In standby mode, respect checkpoint_segments in addition toHeikki Linnakangas2010-06-091-8/+1
* Fix typo in the header comment. Per request from Masao Fujii.Tatsuo Ishii2010-06-091-2/+2
* Avoid useless snprintf() call when update_process_title is turned off.Tom Lane2010-06-071-5/+10
* Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane2010-06-031-8/+9
* Fix code that doesn't work on machines with strict alignment requirements:Tom Lane2010-04-201-32/+33
* Add wrapper function libpqrcv_PQexec() in the walreceiver that uses asyncMagnus Hagander2010-04-191-3/+3
* Only try to do a graceful disconnect if we've successfully loaded theMagnus Hagander2010-04-131-2/+3
* Message tuningPeter Eisentraut2010-03-211-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-52/+53
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-191-8/+14
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas2010-02-031-9/+40
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-271-123/+59
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-201-0/+566