Commit Graph

43 Commits (1664ae1978bf0f5ee940dc2fc8313e6400a7e7da)

Author SHA1 Message Date
Alvaro Herrera 24c0a6c649 logical replication: fix OID type mapping mechanism 8 years ago
Andres Freund ad7dbee368 Allow tupleslots to have a fixed tupledesc, use in executor nodes. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Simon Riggs 7e17a6889a Set es_output_cid in replication worker 8 years ago
Peter Eisentraut a9fce66729 Don't reset additional columns on subscriber to NULL on UPDATE 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Peter Eisentraut fca17a933b Fix local/remote attribute mix-up in logical replication 8 years ago
Tom Lane f32678c016 Reduce delay for last logicalrep feedback message when master goes idle. 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
Peter Eisentraut 033370179a Set statement timestamp in apply worker 8 years ago
Tom Lane 651902deb1 Re-run pgindent. 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 41a21bf9b4 Don't set application_name in logical replication workers 8 years ago
Peter Eisentraut 66b84fa82f Receive invalidation messages correctly in tablesync worker 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 92ecb148e5 Improve logical replication worker log messages 8 years ago
Peter Eisentraut 6234569851 Improve CREATE SUBSCRIPTION option parsing 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut 489b96e80b Improve memory use in logical replication apply 8 years ago
Peter Eisentraut 013c1178fd Remove the NODROP SLOT option from DROP SUBSCRIPTION 8 years ago
Peter Eisentraut 9a591c1bcc Fix statistics reporting in logical replication workers 8 years ago
Peter Eisentraut 6c9bd27aec Fix typo in comment 9 years ago
Fujii Masao 39a6772d04 Use DatumGetInt32() to extract 32-bit integer value from a datum. 9 years ago
Peter Eisentraut 139eb9673c Report statistics in logical replication workers 9 years ago
Peter Eisentraut 887227a1cc Add option to modify sync commit per subscription 9 years ago
Peter Eisentraut 26ad194cb0 Support configuration reload in logical replication workers 9 years ago
Peter Eisentraut d1f103c739 Fix typo 9 years ago
Peter Eisentraut fe7bbc4ddb Fix remote position tracking in logical replication 9 years ago
Peter Eisentraut 1116108c92 Handle change of slot name in logical replication apply 9 years ago
Peter Eisentraut 7c4f52409a Logical replication support for initial data copy 9 years ago
Peter Eisentraut a47b38c9ee Spelling fixes 9 years ago
Peter Eisentraut 6da9759a03 Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs 9 years ago
Peter Eisentraut 713f7c47d9 Fix after trigger execution in logical replication 9 years ago
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 9 years ago
Fujii Masao d36537008a Remove confusing comment about unsupported feature. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Peter Eisentraut 3d9e73ea5f Update copyright years in some recently added files 9 years ago
Peter Eisentraut 70c56a014e Fix NULL pointer access in logical replication workers 9 years ago
Peter Eisentraut 665d1fad99 Logical replication 9 years ago