aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/tablesync.c
Commit message (Expand)AuthorAge
* Improve various new-to-v18 appendStringInfo callsDavid Rowley2025-04-11
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Replicate generated columns when specified in the column list.Amit Kapila2024-10-30
* Refactor code converting a publication name List to a StringInfoMichael Paquier2024-10-25
* Improve logical replication connection-failure messages.Tom Lane2024-07-11
* Fix the missing table sync due to improper invalidation handling.Amit Kapila2024-04-25
* Fixup various StringInfo function usagesDavid Rowley2024-04-10
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Enhance libpqrcv APIs to support slot synchronization.Amit Kapila2024-02-05
* Add a failover option to subscriptions.Amit Kapila2024-01-30
* Allow setting failover property in the replication command.Amit Kapila2024-01-29
* Add macros for looping through a List without a ListCell.Nathan Bossart2024-01-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix an undetected deadlock due to apply worker.Amit Kapila2023-12-11
* Fix the initial sync tables with no columns.Amit Kapila2023-11-22
* 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 determining logical replication worker types.Amit Kapila2023-08-14
* Refactor to split Apply and Tablesync Workers code.Amit Kapila2023-08-03
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* Fix possible crash in tablesync worker.Amit Kapila2023-06-15
* Honor run_as_owner option in tablesync worker.Masahiko Sawada2023-06-09
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Allow logical replication to copy tables in binary format.Amit Kapila2023-03-23
* Fix the Drop Database hang.Amit Kapila2023-01-24
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-22
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Check for two_phase change at end of process_syncing_tables_for_apply.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add a common function to generate the origin name.Amit Kapila2022-10-11
* Fix tab-completion after commit 790bf615ddbaAlvaro Herrera2022-09-30
* Message style improvementsPeter Eisentraut2022-09-24
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-21
* Make the tablesync worker's replication origin drop logic robust.Amit Kapila2022-09-12
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Drop replication origin slots before tablesync worker exits.Amit Kapila2022-08-30
* Remove shadowed local variables that are new in v15David Rowley2022-08-20
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier2022-07-27
* Prohibit combining publications with different column lists.Amit Kapila2022-06-02
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-19
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26