summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/tablesync.c
AgeCommit message (Expand)Author
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-20Remove 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-06pgstat: 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-07Respect permissions within logical replication.Jeff Davis
2022-01-07Update 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
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-03-30Generated columnsPeter Eisentraut
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-14Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-15Introduce notion of different types of slots (without implementing them).Andres Freund
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-04-06Split the SetSubscriptionRelState function into twoPeter Eisentraut