summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logical.c
AgeCommit message (Expand)Author
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2020-06-04Fix instance of elog() called while holding a spinlockMichael Paquier
2020-03-17Fix consistency issues with replication slot copyAlvaro Herrera
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-16Remove duplicate assignment when initializing logical decoder contextMichael Paquier
2019-04-05Add facility to copy replication slotsAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-31Disallow starting server with insufficient wal_level for existing slot.Andres Freund
2018-08-01Fix logical replication slot initializationAlvaro Herrera
2018-07-19Rewrite comments in replication slot advance implementationAlvaro Herrera
2018-07-02Correct function name in comment of logical decoding codeMichael Paquier
2018-06-10Fix and document lock handling for in-memory replication slot dataMichael Paquier
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-03-22Improve style guideline compliance of assorted error-report messages.Tom Lane
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-01-17Ability to advance replication slotsSimon Riggs
2018-01-02Update copyright for 2018Bruce Momjian
2017-09-19Make WAL segment size configurable at initdb time.Andres Freund
2017-08-06Fix thinko introduced in 2bef06d516460 et al.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Lag tracking for logical replicationSimon Riggs
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
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-07-18Fix typos in comments and debug messageMagnus Hagander
2016-06-09pgindent run for 9.6Robert Haas
2016-05-02Fix code comments regarding logical decodingAlvaro Herrera
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-18Fix copy-and-paste error in logical decoding callback.Robert Haas
2015-10-06Remove more volatile qualifiers.Robert Haas
2015-08-11Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund
2015-08-11Introduce macros determining if a replication slot is physical or logical.Andres Freund
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