summaryrefslogtreecommitdiff
path: root/src/backend/replication/Makefile
AgeCommit message (Expand)Author
2023-11-06Remove distprepPeter Eisentraut
2022-09-04Build all Flex files standaloneJohn Naylor
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-03-15Allow extensions to add new backup targets.Robert Haas
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-02-11Add suport for server-side LZ4 base backup compression.Robert Haas
2022-01-24Server-side gzip compression.Robert Haas
2022-01-20Support base backup targets.Robert Haas
2021-11-05Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas
2020-04-20Move the server's backup manifest code to a separate file.Robert Haas
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2017-05-19Rethink flex flags for syncrep_scanner.l.Tom Lane
2016-12-19Support quorum-based synchronous replication.Fujii Masao
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2014-09-25Fix VPATH builds of the replication parser from git for some !gcc compilers.Andres Freund
2014-03-03Introduce logical decoding.Robert Haas
2014-02-01Introduce replication slots.Robert Haas
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-09Remove generation of repl_gram.hPeter Eisentraut
2011-06-22Add missing -I switch for VPATH builds.Tom Lane
2011-03-06Efficient transaction-controlled synchronous replication.Simon Riggs
2011-01-14Use a lexer and grammar for parsing walsender commandsMagnus Hagander
2011-01-10Backend support for streaming base backupsMagnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-20Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas
2010-01-15Introduce Streaming Replication.Heikki Linnakangas