aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/Makefile
Commit message (Expand)AuthorAge
* Remove distprepPeter Eisentraut2023-11-06
* Build all Flex files standaloneJohn Naylor2022-09-04
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* Allow extensions to add new backup targets.Robert Haas2022-03-15
* Add support for zstd base backup compression.Robert Haas2022-03-08
* Add suport for server-side LZ4 base backup compression.Robert Haas2022-02-11
* Server-side gzip compression.Robert Haas2022-01-24
* Support base backup targets.Robert Haas2022-01-20
* Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas2021-11-05
* Move the server's backup manifest code to a separate file.Robert Haas2020-04-20
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Rethink flex flags for syncrep_scanner.l.Tom Lane2017-05-19
* Support quorum-based synchronous replication.Fujii Masao2016-12-19
* Support multiple synchronous standby servers.Fujii Masao2016-04-06
* Fix VPATH builds of the replication parser from git for some !gcc compilers.Andres Freund2014-09-25
* Introduce logical decoding.Robert Haas2014-03-03
* Introduce replication slots.Robert Haas2014-01-31
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Remove generation of repl_gram.hPeter Eisentraut2012-10-08
* Add missing -I switch for VPATH builds.Tom Lane2011-06-22
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Use a lexer and grammar for parsing walsender commandsMagnus Hagander2011-01-14
* Backend support for streaming base backupsMagnus Hagander2011-01-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-20
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15