index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
repl_scanner.l
Age
Commit message (
Expand
)
Author
2025-01-24
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-06
flex code modernization: Replace YY_EXTRA_TYPE define with flex option
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-24
replication parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-19
Small whitespace improvement
Peter Eisentraut
2024-01-29
Allow setting failover property in the replication command.
Amit Kapila
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-20
Add support for incremental backup.
Robert Haas
2023-07-05
Handle \v as a whitespace character in parsers
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-04
Build all Flex files standalone
John Naylor
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-02-10
Remove server support for old BASE_BACKUP command syntax.
Robert Haas
2022-01-24
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
Remember to reset yy_start state when firing up repl_scanner.l.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-24
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-06-30
Allow enabling two-phase option via replication protocol.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-04-03
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-03
Validate page level checksums in base backups
Magnus Hagander
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-09-01
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-14
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-01-24
Add a SHOW command to the replication command language.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-06
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-05-12
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-02-27
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-08-15
Treat timeline IDs as unsigned in replication parser
Peter Eisentraut
2013-02-12
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
[next]