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