OSDN Git Service

Before exiting walreceiver, fsync() all the WAL received.
[pg-rex/syncrep.git] / src / backend / replication / walreceiver.c
2011-01-17 Heikki LinnakangasBefore exiting walreceiver, fsync() all the WAL received.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-06-09 Heikki LinnakangasIn standby mode, respect checkpoint_segments in addition to
2010-06-09 Tatsuo IshiiFix typo in the header comment. Per request from Masao...
2010-06-07 Tom LaneAvoid useless snprintf() call when update_process_title...
2010-06-03 Tom LaneAdd current WAL end (as seen by walsender, ie, GetWrite...
2010-04-20 Tom LaneFix code that doesn't work on machines with strict...
2010-04-19 Magnus HaganderAdd wrapper function libpqrcv_PQexec() in the walreceiv...
2010-04-13 Magnus HaganderOnly try to do a graceful disconnect if we've successfu...
2010-03-21 Peter EisentrautMessage tuning
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Heikki LinnakangasDon't use O_DIRECT when writing WAL files if archiving...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-03 Heikki LinnakangasAdd a message type header to the CopyData messages...
2010-01-27 Heikki LinnakangasMake standby server continuously retry restoring the...
2010-01-20 Heikki LinnakangasRethink the way walreceiver is linked into the backend...