aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/tablesync.c
Commit message (Expand)AuthorAge
* Generated columnsPeter Eisentraut2019-03-30
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Split the SetSubscriptionRelState function into twoPeter Eisentraut2018-04-06
* Update copyright for 2018Bruce Momjian2018-01-02
* Get a snapshot before COPY in table syncPeter Eisentraut2017-08-02
* Fix race conditions and missed wakeups in syncrep worker signaling.Tom Lane2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Improve code commentsPeter Eisentraut2017-06-13
* Improve tablesync behavior with concurrent changesPeter Eisentraut2017-06-09
* Fix updating of pg_subscription_rel from workersPeter Eisentraut2017-06-07
* Consistently use subscription name as application namePeter Eisentraut2017-06-06
* Clean up latch related code.Andres Freund2017-06-06
* Improve handover logic between sync and apply workersPeter Eisentraut2017-06-06
* Make tablesync worker exit when apply dies while it was waiting for itPeter Eisentraut2017-06-03
* Fix signal handling in logical replication workersPeter Eisentraut2017-06-02
* Reorganize logical replication worker disconnect codePeter Eisentraut2017-06-01
* Fix table syncing with different column orderPeter Eisentraut2017-05-24
* Improve logical replication worker log messagesPeter Eisentraut2017-05-24
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix statistics reporting in logical replication workersPeter Eisentraut2017-05-08
* Wait between tablesync worker restartsPeter Eisentraut2017-04-28
* Fix query that gets remote relation infoPeter Eisentraut2017-04-26
* Spelling fixes in code commentsPeter Eisentraut2017-04-26
* Don't call the function that may raise an error while holding spinlock.Fujii Masao2017-04-20
* Set range table for CopyFrom() in tablesyncPeter Eisentraut2017-04-17
* Report statistics in logical replication workersPeter Eisentraut2017-04-14
* Remove pstrdup of TextDatumGetCStringPeter Eisentraut2017-04-14
* Fix typo in commentPeter Eisentraut2017-04-10
* Update copyright year in recently added filesPeter Eisentraut2017-03-29
* Logical replication support for initial data copyPeter Eisentraut2017-03-23