summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/tablesync.c
Commit message (Expand)AuthorAgeFilesLines
* Add a common function to generate the origin name.Amit Kapila2022-10-111-24/+12
* Fix tab-completion after commit 790bf615ddbaAlvaro Herrera2022-09-301-2/+2
* Message style improvementsPeter Eisentraut2022-09-241-1/+1
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-211-2/+2
* Make the tablesync worker's replication origin drop logic robust.Amit Kapila2022-09-121-27/+64
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-061-2/+2
* Drop replication origin slots before tablesync worker exits.Amit Kapila2022-08-301-23/+27
* Remove shadowed local variables that are new in v15David Rowley2022-08-201-15/+8
* Avoid using list_length() to test for empty list.Tom Lane2022-08-171-4/+4
* Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier2022-07-271-1/+1
* Prohibit combining publications with different column lists.Amit Kapila2022-06-021-34/+38
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-191-10/+4
* Add 'static' to file-local variables missing it.Andres Freund2022-05-121-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-17/+17
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-105/+4
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-4/+4
* Allow specifying column lists for logical replicationTomas Vondra2022-03-261-8/+145
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-4/+105
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-221-8/+134
* Respect permissions within logical replication.Jeff Davis2022-01-071-0/+28
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-34/+163
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-281-1/+1
* Improve SQLSTATE reporting in some replication-related code.Tom Lane2021-06-161-7/+14
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-121-14/+21
* Improve style of some replication-related error messages.Tom Lane2021-03-311-4/+4
* Improve an error messagePeter Eisentraut2021-03-241-1/+1
* Fix race condition in drop subscription's handling of tablesync slots.Amit Kapila2021-03-171-0/+7
* Simplify printing of LSNsPeter Eisentraut2021-02-231-3/+1
* Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila2021-02-151-21/+19
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-121-25/+211
* Clarify comment in tablesync.cMichael Paquier2021-02-041-3/+2
* Remove unused column atttypmod from initial tablesync queryMichael Paquier2021-02-021-3/+2
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-1/+0
* Split copy.c into four files.Heikki Linnakangas2020-11-231-2/+2
* Review logical replication tablesync codeAlvaro Herrera2020-10-151-145/+116
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-151-1/+1
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-061-1/+0
* Prepare to support non-tables in publicationsPeter Eisentraut2020-03-191-9/+27
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-101-0/+1
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-021-2/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-10/+3
* Generated columnsPeter Eisentraut2019-03-301-2/+4
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-2/+2
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-231-22/+8