OSDN Git Service

Fix typo.
[pg-rex/syncrep.git] / src / backend / replication / walsender.c
2010-12-03 MasaoFujiiFix typo.
2010-12-03 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-12-03 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-12-03 MasaoFujiiIntroduce replication timeout for synchronous replication.
2010-11-30 MasaoFujiiIntroduce replication timeout for asynchronous and...
2010-11-30 MasaoFujiiIntroduce new boolean parameter which indicates whether...
2010-11-30 MasaoFujiiChange walsender so that it sends WAL data in non-block...
2010-11-26 MasaoFujiiPrepare for replication_timeout.
2010-11-26 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-11-26 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-22 MasaoFujiiMake walsender wake waiters up if replication has been...
2010-11-22 MasaoFujiiMake backend wait for replication.
2010-11-22 MasaoFujiiIntroduce WalSndWaiter struct which is used for backend...
2010-11-22 MasaoFujiiMake walreceiver include its replication mode in START_...
2010-11-22 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-11-22 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-12 MasaoFujiiReplace obsolete function named CheckClosedConnection...
2010-11-12 MasaoFujiiRemove a junk space.
2010-11-12 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-11-12 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-10 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-11-10 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-02 Heikki LinnakangasBootstrap WAL to begin at segment logid=0 logseg=1...
2010-11-01 Heikki LinnakangasFix corner-case bug in tracking of latest removed WAL...
2010-10-07 MasaoFujiiMake walsender receive not only Terminate message but...
2010-10-07 MasaoFujiiIntroduce CopyXLogResponse message and make walsender...
2010-10-07 Heikki LinnakangasDon't call OwnLatch while holding a spinlock. OwnLatch...
2010-10-07 Heikki LinnakangasOops, the timeout argument to WaitLatchOrSocket is...
2010-10-07 MasaoFujiiIntroduce latches. A latch is a boolean variable, with...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-17 Tom LaneDon't allow walsender to send WAL data until it's been...
2010-06-03 Tom LaneAdjust misleading comment in walsender.c. We try to...
2010-06-03 Tom LaneAdd current WAL end (as seen by walsender, ie, GetWrite...
2010-06-03 Peter EisentrautFix some inconsistent quoting of wal_level values in...
2010-05-31 Heikki LinnakangasSend all outstanding WAL before exiting when smart...
2010-05-26 Heikki LinnakangasThinko in previous commit: ensure that MAX_SEND_SIZE...
2010-05-26 Heikki LinnakangasIn walsender, don't sleep if there's outstanding WAL...
2010-05-09 Tom LaneFix missing static declaration for XLogRead().
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-21 Tom LaneMove the check for whether walreceiver has authenticate...
2010-04-12 Heikki LinnakangasNeed to use the start pointer of a block we read from...
2010-04-12 Heikki LinnakangasChange the logic to decide when to delete old WAL segme...
2010-04-01 Robert HaasRefer to max_wal_senders in a more consistent fashion.
2010-03-26 Heikki LinnakangasFlush CopyOutResponse when starting streaming in walsen...
2010-03-24 Simon RiggsAdditional thoughts on WALSender cpu reduction. Use...
2010-03-24 Simon RiggsReduce CPU utilisation of WALSender process. Process...
2010-03-16 Heikki LinnakangasThrow a nicer error message if a standby server attempt...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-25 Heikki LinnakangasFix streaming replication starting at the very first...
2010-02-18 Heikki LinnakangasFix pq_getbyte_if_available() function. It was confused...
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 LinnakangasFix bug in wasender's xlogid boundary handling, reporte...
2010-01-21 Heikki LinnakangasFix bogus comments.
2010-01-15 Heikki LinnakangasRemove unused (in non-assertion-enabled build) variable.
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.