summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/tablesync.c
AgeCommit message (Expand)Author
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-01-24Fix the Drop Database hang.Amit Kapila
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Check for two_phase change at end of process_syncing_tables_for_apply.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-09-30Fix tab-completion after commit 790bf615ddbaAlvaro Herrera
2022-09-24Message style improvementsPeter Eisentraut
2022-09-21Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila
2022-09-12Make the tablesync worker's replication origin drop logic robust.Amit Kapila
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-30Drop replication origin slots before tablesync worker exits.Amit Kapila
2022-08-19Remove shadowed local variables that are new in v15David Rowley
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-07-27Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier
2022-06-02Prohibit combining publications with different column lists.Amit Kapila
2022-05-19Extend pg_publication_tables to display column list and row filter.Amit Kapila
2022-05-12Add 'static' to file-local variables missing it.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-16Improve SQLSTATE reporting in some replication-related code.Tom Lane
2021-05-12Rename the logical replication global "wrconn"Alvaro Herrera
2021-03-31Improve style of some replication-related error messages.Tom Lane
2021-03-24Improve an error messagePeter Eisentraut
2021-03-17Fix race condition in drop subscription's handling of tablesync slots.Amit Kapila
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-15Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-04Clarify comment in tablesync.cMichael Paquier
2021-02-02Remove unused column atttypmod from initial tablesync queryMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-23Split copy.c into four files.Heikki Linnakangas
2020-10-15Review logical replication tablesync codeAlvaro Herrera
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-04-06Add logical replication support to replicate into partitioned tablesPeter Eisentraut
2020-03-19Prepare to support non-tables in publicationsPeter Eisentraut
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane