aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/worker.c
Commit message (Expand)AuthorAge
* Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-25
* Fix the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* Fix untranslatable log message assemblyPeter Eisentraut2023-07-13
* Reload configuration more frequently in apply worker.Amit Kapila2023-06-07
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Fix assertion failure in apply worker.Amit Kapila2023-05-03
* Use elog to report unexpected action in handle_streamed_transaction().Masahiko Sawada2023-04-24
* Restart the apply worker if the 'password_required' option is changed.Amit Kapila2023-04-20
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-04
* Perform logical replication actions as the table owner.Robert Haas2023-04-04
* Fix possible logical replication crash.Robert Haas2023-04-03
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-15
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-06
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-22
* Improve the code to decide and process the apply action.Amit Kapila2023-01-17
* Add BufFileRead variants with short read and EOF detectionPeter Eisentraut2023-01-16
* Fix some BufFileRead() error reportingPeter Eisentraut2023-01-16
* Fix the file mode of worker.c changed by the commit 216a784829.Amit Kapila2023-01-09
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Wake up a subscription's replication worker processes after DDL.Tom Lane2023-01-06
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Update copyright for 2023Bruce Momjian2023-01-02
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Defend against unsupported partition relkind in logical replication worker.Tom Lane2022-11-02
* Add a common function to generate the origin name.Amit Kapila2022-10-11
* Message style improvementsPeter Eisentraut2022-09-24
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Message style fixesAlvaro Herrera2022-09-07
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-21
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Don't report stats in LogicalRepApplyLoop() when in xact.Andres Freund2022-05-12
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix SQL syntax in comment in logical/worker.cJohn Naylor2022-04-28
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* Fix compiler warning introduced in commit 705e20f855.Amit Kapila2022-03-15
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Add the additional information to the logical replication worker errcontext.Amit Kapila2022-03-08
* Make the errcontext message in logical replication worker translation friendly.Amit Kapila2022-03-07
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Fix a comment in worker.c.Amit Kapila2022-02-18
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25