aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/tablesync.c
Commit message (Expand)AuthorAge
* 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
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Respect permissions within logical replication.Jeff Davis2022-01-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Improve SQLSTATE reporting in some replication-related code.Tom Lane2021-06-16
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Improve style of some replication-related error messages.Tom Lane2021-03-31
* Improve an error messagePeter Eisentraut2021-03-24
* Fix race condition in drop subscription's handling of tablesync slots.Amit Kapila2021-03-17
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila2021-02-15
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Clarify comment in tablesync.cMichael Paquier2021-02-04
* Remove unused column atttypmod from initial tablesync queryMichael Paquier2021-02-02
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Split copy.c into four files.Heikki Linnakangas2020-11-23
* Review logical replication tablesync codeAlvaro Herrera2020-10-15
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-06
* Prepare to support non-tables in publicationsPeter Eisentraut2020-03-19
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Generated columnsPeter Eisentraut2019-03-30
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Split the SetSubscriptionRelState function into twoPeter Eisentraut2018-04-06
* Update copyright for 2018Bruce Momjian2018-01-02
* Get a snapshot before COPY in table syncPeter Eisentraut2017-08-02
* Fix race conditions and missed wakeups in syncrep worker signaling.Tom Lane2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21