aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logical.c
Commit message (Expand)AuthorAge
* Fix typos in comments and debug messageMagnus Hagander2016-07-18
* pgindent run for 9.6Robert Haas2016-06-09
* Fix code comments regarding logical decodingAlvaro Herrera2016-05-02
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix copy-and-paste error in logical decoding callback.Robert Haas2015-12-18
* Remove more volatile qualifiers.Robert Haas2015-10-06
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-11
* Introduce macros determining if a replication slot is physical or logical.Andres Freund2015-08-11
* Minor cleanups in slot related code.Andres Freund2015-08-11
* Fix debug message output when connecting to a logical slot.Andres Freund2015-08-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Fix error handling of XLogReaderAllocate in case of OOMFujii Masao2015-04-03
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Don't skip SQL backends in logical decoding for visibility computation.Andres Freund2014-12-02
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Message improvementsPeter Eisentraut2014-11-11
* Check interrupts during logical decoding more frequently.Andres Freund2014-06-30
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* Fix misc typos in comments.Heikki Linnakangas2014-05-23
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix thinko in logical decoding code.Robert Haas2014-03-31
* Fix typos in comments.Fujii Masao2014-03-17
* Comment fixes related to logical decoding.Robert Haas2014-03-12
* Fix some typos introduced by the logical decoding patch.Robert Haas2014-03-05
* Minor corrections to logical decoding patch.Robert Haas2014-03-04
* Introduce logical decoding.Robert Haas2014-03-03