summaryrefslogtreecommitdiff
path: root/src/backend/replication/Makefile
AgeCommit message (Expand)Author
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-01-31Introduce replication slots.Robert Haas
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-08Remove 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