aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/worker.c
Commit message (Expand)AuthorAge
* Improve assertion in FindReplTupleInLocalRel().Amit Kapila2024-09-11
* Rename the conflict types for the origin differ cases.Amit Kapila2024-08-29
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Change the misleading local end_lsn for prepared transactions.Amit Kapila2024-08-09
* Avoid duplicate table scans for cross-partition updates during logical replic...Amit Kapila2024-08-01
* Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila2024-07-24
* Improve logical replication connection-failure messages.Tom Lane2024-07-11
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Enhance libpqrcv APIs to support slot synchronization.Amit Kapila2024-02-05
* Add a failover option to subscriptions.Amit Kapila2024-01-30
* Fix some typosMichael Paquier2024-01-22
* Update copyright for 2024Bruce Momjian2024-01-03
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Make use of initReadOnlyStringInfo() in more placesDavid Rowley2023-11-07
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Introduce the concept of read-only StringInfosDavid Rowley2023-10-26
* Restart the apply worker if the privileges have been revoked.Amit Kapila2023-10-17
* Simplify the logical worker type checks by using the switch on worker type.Amit Kapila2023-08-22
* Simplify some of the logical replication worker-type checks.Amit Kapila2023-08-04
* Refactor to split Apply and Tablesync Workers code.Amit Kapila2023-08-03
* 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