summaryrefslogtreecommitdiff
path: root/src/backend/replication/repl_scanner.l
AgeCommit message (Expand)Author
2025-01-24Return yyparse() result not via global variablePeter Eisentraut
2025-01-06flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-24replication parser: pure parser and reentrant scannerPeter Eisentraut
2024-12-19Small whitespace improvementPeter Eisentraut
2024-01-29Allow setting failover property in the replication command.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-20Add support for incremental backup.Robert Haas
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-04Build all Flex files standaloneJohn Naylor
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-02-10Remove server support for old BASE_BACKUP command syntax.Robert Haas
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-24Remember to reset yy_start state when firing up repl_scanner.l.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-06-30Allow enabling two-phase option via replication protocol.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-04-03Generate backup manifests for base backups, and validate them.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-03Validate page level checksums in base backupsMagnus Hagander
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-09-01Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
2017-01-24Add a SHOW command to the replication command language.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-06Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-02-27Allow BASE_BACKUP to be throttledAlvaro Herrera
2014-02-01Introduce replication slots.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-08-15Treat timeline IDs as unsigned in replication parserPeter Eisentraut
2013-02-12Add noreturn attributes to some error reporting functionsPeter Eisentraut
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas