summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/tablesync.c
Commit message (Expand)AuthorAgeFilesLines
* Get a snapshot before COPY in table syncPeter Eisentraut2017-08-021-0/+2
* Fix race conditions and missed wakeups in syncrep worker signaling.Tom Lane2017-06-301-65/+91
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Re-run pgindent.Tom Lane2017-06-131-23/+28
* Improve code commentsPeter Eisentraut2017-06-131-23/+23
* Improve tablesync behavior with concurrent changesPeter Eisentraut2017-06-091-2/+5
* Fix updating of pg_subscription_rel from workersPeter Eisentraut2017-06-071-4/+7
* Consistently use subscription name as application namePeter Eisentraut2017-06-061-0/+5
* Clean up latch related code.Andres Freund2017-06-061-6/+6
* Improve handover logic between sync and apply workersPeter Eisentraut2017-06-061-110/+136
* Make tablesync worker exit when apply dies while it was waiting for itPeter Eisentraut2017-06-031-3/+21
* Fix signal handling in logical replication workersPeter Eisentraut2017-06-021-6/+4
* Reorganize logical replication worker disconnect codePeter Eisentraut2017-06-011-1/+0
* Fix table syncing with different column orderPeter Eisentraut2017-05-241-13/+3
* Improve logical replication worker log messagesPeter Eisentraut2017-05-241-1/+4
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-72/+73
* Fix statistics reporting in logical replication workersPeter Eisentraut2017-05-081-4/+14
* Wait between tablesync worker restartsPeter Eisentraut2017-04-281-6/+52
* Fix query that gets remote relation infoPeter Eisentraut2017-04-261-2/+3
* Spelling fixes in code commentsPeter Eisentraut2017-04-261-4/+4
* Don't call the function that may raise an error while holding spinlock.Fujii Masao2017-04-201-6/+9
* Set range table for CopyFrom() in tablesyncPeter Eisentraut2017-04-171-2/+7
* Report statistics in logical replication workersPeter Eisentraut2017-04-141-1/+7
* Remove pstrdup of TextDatumGetCStringPeter Eisentraut2017-04-141-1/+1
* Fix typo in commentPeter Eisentraut2017-04-101-1/+1
* Update copyright year in recently added filesPeter Eisentraut2017-03-291-1/+1
* Logical replication support for initial data copyPeter Eisentraut2017-03-231-0/+840