summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/worker.c
Commit message (Expand)AuthorAgeFilesLines
* Message style improvementsPeter Eisentraut2022-09-241-9/+9
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-191-1/+2
* Message style fixesAlvaro Herrera2022-09-071-3/+3
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-211-0/+2
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-211-6/+21
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-161-0/+3
* Don't report stats in LogicalRepApplyLoop() when in xact.Andres Freund2022-05-121-2/+7
* Add 'static' to file-local variables missing it.Andres Freund2022-05-121-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* Fix SQL syntax in comment in logical/worker.cJohn Naylor2022-04-281-1/+1
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-56/+0
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-0/+6
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-0/+56
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-221-7/+226
* Fix compiler warning introduced in commit 705e20f855.Amit Kapila2022-03-151-1/+1
* Optionally disable subscriptions on error.Amit Kapila2022-03-141-44/+118
* Add the additional information to the logical replication worker errcontext.Amit Kapila2022-03-081-19/+56
* Make the errcontext message in logical replication worker translation friendly.Amit Kapila2022-03-071-40/+33
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-011-29/+15
* Fix a comment in worker.c.Amit Kapila2022-02-181-4/+1
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-251-4/+4
* More cleanup of a2ab9c06ea.Jeff Davis2022-01-081-0/+6
* Respect permissions within logical replication.Jeff Davis2022-01-071-0/+42
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-301-3/+51
* Doc: improve protocol spec for logical replication Type messages.Tom Lane2021-11-101-1/+4
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-051-1/+1
* Optimize fileset usage in apply worker.Amit Kapila2021-09-021-207/+50
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-301-29/+53
* Add logical change details to logical replication worker errcontext.Amit Kapila2021-08-271-79/+180
* Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila2021-08-191-1/+1
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-041-1/+55
* Remove unused argument in apply_handle_commit_internal().Amit Kapila2021-07-301-5/+4
* Refactor to make common functions in proto.c and worker.c.Amit Kapila2021-07-291-38/+63
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-4/+343
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-021-27/+5
* Improve SQLSTATE reporting in some replication-related code.Tom Lane2021-06-161-2/+4
* Don't use Asserts to check for violations of replication protocol.Tom Lane2021-06-121-34/+84
* Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane2021-06-111-21/+27
* Rearrange logrep worker's snapshot handling some more.Tom Lane2021-06-101-37/+48
* Fix access to no-longer-open relcache entry in logical-rep worker.Tom Lane2021-05-221-78/+127
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-211-14/+9
* Fix deadlock for multiple replicating truncates of the same table.Amit Kapila2021-05-211-4/+5
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-121-11/+12
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-271-4/+0
* Fix relation leak for subscribers firing triggers in logical replicationMichael Paquier2021-04-221-26/+47
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-081-2/+9
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-061-1/+1
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-061-0/+9