summaryrefslogtreecommitdiff
path: root/src/include/replication
AgeCommit message (Expand)Author
2011-09-14Split walsender.h in public/private headersAlvaro Herrera
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-04walsender.h doesn't need xlog.h, per Tom.Bruce Momjian
2011-09-04Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-10Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane
2011-08-10Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane
2011-08-06Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane
2011-07-19Cascading replication feature for streaming log-based replication.Simon Riggs
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-04-04Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs
2011-04-04Merge synchronous_replication setting into synchronous_commit.Robert Haas
2011-03-30Automatically terminate replication connections that are idle for moreHeikki Linnakangas
2011-03-17Fix various possible problems with synchronous replication.Robert Haas
2011-03-10More synchronous replication tweaks.Robert Haas
2011-03-10Remove obsolete comment.Robert Haas
2011-03-10Minor sync rep corrections.Robert Haas
2011-03-10Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro
2011-03-06Add new files for syncrep missed in previous commitSimon Riggs
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-03-01Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas
2011-02-18Separate messages for standby replies and hot standby feedback.Simon Riggs
2011-02-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs
2011-02-10Send status updates back from standby server to master, indicating how farHeikki Linnakangas
2011-01-30Add option to include WAL in base backupMagnus Hagander
2011-01-23Make walsender options order-independentMagnus Hagander
2011-01-23Add pg_basebackup tool for streaming base backupsMagnus Hagander
2011-01-14Use a lexer and grammar for parsing walsender commandsMagnus Hagander
2011-01-14Exit from base backups when shutdown is requestedMagnus Hagander
2011-01-11Track walsender state in shared memory and expose in pg_stat_replicationMagnus Hagander
2011-01-10Backend support for streaming base backupsMagnus Hagander
2011-01-07New system view pg_stat_replication displays activity of wal sender processes.Itagaki Takahiro
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-11Allow bidirectional copy messages in streaming replication mode.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-13Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-06-17Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.Itagaki Takahiro
2010-06-03Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-19Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas
2010-02-03Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas
2010-01-27Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas
2010-01-20Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas
2010-01-20Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas