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
/
repl_scanner.l
Commit message (
Expand
)
Author
Age
*
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-04-03
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Validate page level checksums in base backups
Magnus Hagander
2018-04-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
*
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
*
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-09-06
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
*
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-27
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Treat timeline IDs as unsigned in replication parser
Peter Eisentraut
2013-08-14
*
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-12
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
*
Implement NOWAIT option for BASE_BACKUP command
Magnus Hagander
2011-02-09
*
Add option to include WAL in base backup
Magnus Hagander
2011-01-30
*
Add pg_basebackup tool for streaming base backups
Magnus Hagander
2011-01-23
*
Use a lexer and grammar for parsing walsender commands
Magnus Hagander
2011-01-14