aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/README
Commit message (Expand)AuthorAge
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Move description of libpqwalreceiver hooks out of the replication's READMEMichael Paquier2020-07-02
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-08
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Adjust signature of walrcv_receive hook.Tom Lane2016-04-14
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Fix typo in README.Heikki Linnakangas2015-02-24
* Introduce replication slots.Robert Haas2014-01-31
* Fix typos in README.Heikki Linnakangas2012-08-31
* Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs2011-11-01
* Replication README updates.Robert Haas2011-03-10
* Typo fixes. receivedUpto should be capitalized consistently.Robert Haas2011-02-11
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update description of walrcv_receive() function to match reality.Heikki Linnakangas2010-03-24
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-20
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15