summaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAgeFilesLines
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-105-31/+31
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-1/+1
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-041-1/+1
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-041-2/+1
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-301-0/+1
* Fix various possible problems with synchronous replication.Robert Haas2011-03-172-1/+10
* More synchronous replication tweaks.Robert Haas2011-03-101-2/+3
* Remove obsolete comment.Robert Haas2011-03-101-2/+1
* Minor sync rep corrections.Robert Haas2011-03-101-2/+1
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-102-3/+4
* Add new files for syncrep missed in previous commitSimon Riggs2011-03-061-0/+48
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-061-0/+22
* Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas2011-03-011-4/+10
* Separate messages for standby replies and hot standby feedback.Simon Riggs2011-02-181-2/+13
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-162-0/+10
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-103-1/+33
* Add option to include WAL in base backupMagnus Hagander2011-01-301-0/+1
* Make walsender options order-independentMagnus Hagander2011-01-232-4/+4
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-232-1/+2
* Use a lexer and grammar for parsing walsender commandsMagnus Hagander2011-01-143-1/+77
* Exit from base backups when shutdown is requestedMagnus Hagander2011-01-141-0/+2
* Track walsender state in shared memory and expose in pg_stat_replicationMagnus Hagander2011-01-111-0/+11
* Backend support for streaming base backupsMagnus Hagander2011-01-101-0/+17
* New system view pg_stat_replication displays activity of wal sender processes.Itagaki Takahiro2011-01-071-0/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-013-3/+3
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-111-0/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-203-3/+3
* Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas2010-09-131-2/+4
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-111-1/+9
* pgindent run for 9.0, second runBruce Momjian2010-07-062-9/+10
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-031-12/+22
* Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.Itagaki Takahiro2010-06-171-2/+1
* Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane2010-06-032-1/+55
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-1/+2
* pgindent run for 9.0Bruce Momjian2010-02-262-22/+22
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-191-1/+3
* Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas2010-02-031-2/+3
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-271-5/+7
* Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas2010-01-201-2/+2
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-201-1/+13
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-161-2/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-152-0/+119