summaryrefslogtreecommitdiff
path: root/src/backend/replication/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas2021-11-051-0/+4
* Move the server's backup manifest code to a separate file.Robert Haas2020-04-201-0/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-2/+10
* Rethink flex flags for syncrep_scanner.l.Tom Lane2017-05-191-3/+2
* Support quorum-based synchronous replication.Fujii Masao2016-12-191-1/+1
* Support multiple synchronous standby servers.Fujii Masao2016-04-061-3/+8
* Fix VPATH builds of the replication parser from git for some !gcc compilers.Andres Freund2014-09-251-1/+1
* Introduce logical decoding.Robert Haas2014-03-031-0/+2
* Introduce replication slots.Robert Haas2014-01-311-1/+1
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-14/+0
* Remove generation of repl_gram.hPeter Eisentraut2012-10-081-3/+1
* Add missing -I switch for VPATH builds.Tom Lane2011-06-221-0/+2
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-061-1/+1
* Use a lexer and grammar for parsing walsender commandsMagnus Hagander2011-01-141-1/+24
* Backend support for streaming base backupsMagnus Hagander2011-01-101-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-201-2/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-0/+17