Commit Graph

42 Commits (17b9e7f9fe238eeb5f6b40061b444ebf28d9e06f)

Author SHA1 Message Date
Peter Eisentraut 17b9e7f9fe Support adding partitioned tables to publication 6 years ago
Tom Lane 5815696bc6 Make parser rely more heavily on the ParseNamespaceItem data structure. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Peter Eisentraut fc22b6623b Generated columns 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Andres Freund 1a0586de36 Introduce notion of different types of slots (without implementing them). 7 years ago
Tom Lane fdba460a26 Create an RTE field to record the query's lock mode for each relation. 7 years ago
Peter Eisentraut bcf79b5bb6 Split the SetSubscriptionRelState function into two 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut cf65201833 Get a snapshot before COPY in table sync 8 years ago
Tom Lane 1f201a818a Fix race conditions and missed wakeups in syncrep worker signaling. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane 651902deb1 Re-run pgindent. 8 years ago
Peter Eisentraut 88c6cff8e7 Improve code comments 8 years ago
Peter Eisentraut 8dc7c33812 Improve tablesync behavior with concurrent changes 8 years ago
Peter Eisentraut 644ea35fc1 Fix updating of pg_subscription_rel from workers 8 years ago
Peter Eisentraut d4bfc06e29 Consistently use subscription name as application name 8 years ago
Andres Freund 9206ced1dc Clean up latch related code. 8 years ago
Peter Eisentraut e3a815d2fa Improve handover logic between sync and apply workers 8 years ago
Peter Eisentraut 3c9bc2157a Make tablesync worker exit when apply dies while it was waiting for it 8 years ago
Peter Eisentraut 9fcf670c2e Fix signal handling in logical replication workers 8 years ago
Peter Eisentraut 6812330f1c Reorganize logical replication worker disconnect code 8 years ago
Peter Eisentraut 073ce405d6 Fix table syncing with different column order 8 years ago
Peter Eisentraut 92ecb148e5 Improve logical replication worker log messages 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut 9a591c1bcc Fix statistics reporting in logical replication workers 8 years ago
Peter Eisentraut e3cf708016 Wait between tablesync worker restarts 9 years ago
Peter Eisentraut 61ecc90be6 Fix query that gets remote relation info 9 years ago
Peter Eisentraut e495c1683f Spelling fixes in code comments 9 years ago
Fujii Masao 8bbc618b48 Don't call the function that may raise an error while holding spinlock. 9 years ago
Peter Eisentraut e6242c18a5 Set range table for CopyFrom() in tablesync 9 years ago
Peter Eisentraut 139eb9673c Report statistics in logical replication workers 9 years ago
Peter Eisentraut 25371a72b9 Remove pstrdup of TextDatumGetCString 9 years ago
Peter Eisentraut 56dd8e85c4 Fix typo in comment 9 years ago
Peter Eisentraut 4fdb8a82e3 Update copyright year in recently added files 9 years ago
Peter Eisentraut 7c4f52409a Logical replication support for initial data copy 9 years ago