index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
repl_gram.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
doc: Fix description of replication command CREATE_REPLICATION_SLOT
Michael Paquier
2022-10-13
1
-2
/
+2
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
1
-0
/
+1
*
Bump minimum version of Bison to 2.3
John Naylor
2022-09-09
1
-4
/
+1
*
Build all Flex files standalone
John Naylor
2022-09-04
1
-2
/
+0
*
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
1
-14
/
+14
*
Remove server support for old BASE_BACKUP command syntax.
Robert Haas
2022-02-10
1
-93
/
+4
*
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
1
-25
/
+1
*
Add Boolean node
Peter Eisentraut
2022-01-17
1
-7
/
+7
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-10-25
1
-1
/
+15
*
Flexible options for CREATE_REPLICATION_SLOT.
Robert Haas
2021-10-05
1
-15
/
+20
*
Flexible options for BASE_BACKUP.
Robert Haas
2021-10-05
1
-13
/
+84
*
Allow enabling two-phase option via replication protocol.
Amit Kapila
2021-06-30
1
-0
/
+6
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-04-03
1
-0
/
+13
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
1
-2
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Validate page level checksums in base backups
Magnus Hagander
2018-04-03
1
-1
/
+7
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-9
/
+9
*
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
1
-0
/
+10
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
1
-1
/
+31
*
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
1
-9
/
+34
*
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
1
-2
/
+20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-23
1
-2
/
+1
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
1
-7
/
+15
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
1
-8
/
+8
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-09-06
1
-2
/
+10
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
1
-3
/
+13
*
Remove spurious semicolons.
Heikki Linnakangas
2015-03-31
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
1
-1
/
+1
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
1
-1
/
+1
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
1
-13
/
+68
*
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-27
1
-1
/
+7
*
Clean up some sloppy coding in repl_gram.y.
Tom Lane
2014-02-02
1
-25
/
+24
*
Introduce replication slots.
Robert Haas
2014-01-31
1
-7
/
+47
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Treat timeline IDs as unsigned in replication parser
Peter Eisentraut
2013-08-14
1
-7
/
+7
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
1
-4
/
+43
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
1
-1
/
+1
*
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
1
-0
/
+1
*
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-27
1
-0
/
+1
*
Clean up ill-advised attempt to invent a private set of Node tags.
Tom Lane
2011-08-06
1
-2
/
+2
[next]