summaryrefslogtreecommitdiff
path: root/src/include/replication/walsender.h
Commit message (Expand)AuthorAgeFilesLines
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-131-0/+1
* Allow logical decoding via the walsender interface.Robert Haas2014-03-101-0/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-131-1/+0
* Improve replication connection timeouts.Heikki Linnakangas2012-10-111-1/+1
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-051-2/+3
* Make walsender more responsive.Robert Haas2012-07-021-0/+24
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-251-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Split walsender.h in public/private headersAlvaro Herrera2011-09-131-91/+2
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Clean up the #include mess a little.Tom Lane2011-09-041-2/+1
* walsender.h doesn't need xlog.h, per Tom.Bruce Momjian2011-09-031-1/+0
* Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian2011-09-031-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+1
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-101-1/+0
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-191-1/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-13/+13
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-301-0/+1
* Fix various possible problems with synchronous replication.Robert Haas2011-03-171-0/+7
* Remove obsolete comment.Robert Haas2011-03-101-2/+1
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-061-0/+22
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-101-1/+11
* Add option to include WAL in base backupMagnus Hagander2011-01-301-0/+1
* Use a lexer and grammar for parsing walsender commandsMagnus Hagander2011-01-141-0/+13
* 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
* 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-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-111-1/+9
* Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.Itagaki Takahiro2010-06-171-2/+1
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-1/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-8/+8
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-0/+49