summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logicalfuncs.c
AgeCommit message (Expand)Author
2016-05-04Revert timeline following in replication slotsAlvaro Herrera
2016-05-02Fix code comments regarding logical decodingAlvaro Herrera
2016-04-14Fix trivial typo.Andres Freund
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-03-30Enable logical slots to follow timeline switchesAlvaro Herrera
2016-03-30XLogReader general code cleanupAlvaro Herrera
2016-01-20Refactor to create generic WAL page read callbackSimon Riggs
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-28Message style improvementsPeter Eisentraut
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-10-01Improve documentation about binary/textual output mode for output plugins.Andres Freund
2014-09-01Fix s/pluggins/plugins/ typo in two comments.Andres Freund
2014-06-30Check interrupts during logical decoding more frequently.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-04Minor corrections to logical decoding patch.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas