summaryrefslogtreecommitdiff
path: root/src/backend/replication/repl_gram.y
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* doc: Fix description of replication command CREATE_REPLICATION_SLOTMichael Paquier2022-10-131-2/+2
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-0/+1
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-4/+1
* Build all Flex files standaloneJohn Naylor2022-09-041-2/+0
* Indent C code in flex and bison filesPeter Eisentraut2022-05-131-14/+14
* Remove server support for old BASE_BACKUP command syntax.Robert Haas2022-02-101-93/+4
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-241-25/+1
* Add Boolean nodePeter Eisentraut2022-01-171-7/+7
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add replication command READ_REPLICATION_SLOTMichael Paquier2021-10-251-1/+15
* Flexible options for CREATE_REPLICATION_SLOT.Robert Haas2021-10-051-15/+20
* Flexible options for BASE_BACKUP.Robert Haas2021-10-051-13/+84
* Allow enabling two-phase option via replication protocol.Amit Kapila2021-06-301-0/+6
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-031-0/+13
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-2/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Validate page level checksums in base backupsMagnus Hagander2018-04-031-1/+7
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-9/+9
* Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera2017-09-011-0/+10
* Logical replication support for initial data copyPeter Eisentraut2017-03-231-1/+31
* Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut2017-03-141-9/+34
* Add a SHOW command to the replication command language.Robert Haas2017-01-241-2/+20
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Remove unnecessary casts of makeNode() resultPeter Eisentraut2016-12-231-2/+1
* Add support for temporary replication slotsPeter Eisentraut2016-12-121-7/+15
* Add location field to DefElemPeter Eisentraut2016-09-061-8/+8
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund2015-09-061-2/+10
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-121-3/+13
* Remove spurious semicolons.Heikki Linnakangas2015-03-311-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-281-1/+1
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-281-1/+1
* Allow logical decoding via the walsender interface.Robert Haas2014-03-101-13/+68
* Allow BASE_BACKUP to be throttledAlvaro Herrera2014-02-271-1/+7
* Clean up some sloppy coding in repl_gram.y.Tom Lane2014-02-021-25/+24
* Introduce replication slots.Robert Haas2014-01-311-7/+47
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Treat timeline IDs as unsigned in replication parserPeter Eisentraut2013-08-141-7/+7
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-131-4/+43
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-011-1/+1
* Split walsender.h in public/private headersAlvaro Herrera2011-09-131-0/+1
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-271-0/+1
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-061-2/+2