summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logical.c
AgeCommit message (Expand)Author
2018-10-31Disallow starting server with insufficient wal_level for existing slot.Andres Freund
2017-08-06Fix thinko introduced in 2bef06d516460 et al.Andres Freund
2017-04-27Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2015-12-18Fix copy-and-paste error in logical decoding callback.Robert Haas
2015-08-11Minor cleanups in slot related code.Andres Freund
2015-08-05Fix debug message output when connecting to a logical slot.Andres Freund
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-03Fix error handling of XLogReaderAllocate in case of OOMFujii Masao
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-11Message improvementsPeter Eisentraut
2014-06-30Check interrupts during logical decoding more frequently.Andres Freund
2014-06-12Consistency improvements for slot and decoding code.Andres Freund
2014-05-23Fix misc typos in comments.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-31Fix thinko in logical decoding code.Robert Haas
2014-03-17Fix typos in comments.Fujii Masao
2014-03-12Comment fixes related to logical decoding.Robert Haas
2014-03-05Fix some typos introduced by the logical decoding patch.Robert Haas
2014-03-04Minor corrections to logical decoding patch.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas