aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logical.c
Commit message (Expand)AuthorAge
* Fix instance of elog() called while holding a spinlockMichael Paquier2020-06-04
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Fix consistency issues with replication slot copyAlvaro Herrera2020-03-17
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Remove duplicate assignment when initializing logical decoder contextMichael Paquier2019-04-16
* Add facility to copy replication slotsAlvaro Herrera2019-04-05
* Update copyright for 2019Bruce Momjian2019-01-02
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix logical replication slot initializationAlvaro Herrera2018-08-01
* Rewrite comments in replication slot advance implementationAlvaro Herrera2018-07-19
* Correct function name in comment of logical decoding codeMichael Paquier2018-07-02
* Fix and document lock handling for in-memory replication slot dataMichael Paquier2018-06-10
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-22
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* Ability to advance replication slotsSimon Riggs2018-01-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix thinko introduced in 2bef06d516460 et al.Andres Freund2017-08-06
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Lag tracking for logical replicationSimon Riggs2017-05-12
* Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund2017-04-27
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* 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