aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_subscription.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Add a failover option to subscriptions.Amit Kapila2024-01-30
* Update copyright for 2024Bruce Momjian2024-01-03
* Allow upgrades to preserve the full subscription's state.Amit Kapila2024-01-02
* Restart the apply worker if the privileges have been revoked.Amit Kapila2023-10-17
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-04
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Update copyright for 2023Bruce Momjian2023-01-02
* Move common catalog cache access routines to lsyscache.cAmit Kapila2022-08-02
* Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier2022-07-27
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila2022-04-07
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Update copyright for 2022Bruce Momjian2022-01-07
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Simplify one use of ScanKey in pg_subscription.cMichael Paquier2021-05-12
* Fix relcache reference leak introduced by ce0fdbfe97.Amit Kapila2021-02-25
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Review logical replication tablesync codeAlvaro Herrera2020-10-15
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Correctly mark pg_subscription_rel.srsublsn as nullable.Tom Lane2020-07-20
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Refactor routines for subscription and publication lookupsMichael Paquier2018-09-18
* Split the SetSubscriptionRelState function into twoPeter Eisentraut2018-04-06
* Update copyright for 2018Bruce Momjian2018-01-02
* Improve subscription lockingPeter Eisentraut2017-07-03
* Fix violations of CatalogTupleInsert/Update/Delete abstraction.Tom Lane2017-06-14
* Fix updating of pg_subscription_rel from workersPeter Eisentraut2017-06-07
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Spelling fixes in code commentsPeter Eisentraut2017-04-26
* Add option to modify sync commit per subscriptionPeter Eisentraut2017-04-14
* Remove pstrdup of TextDatumGetCStringPeter Eisentraut2017-04-14
* Use weaker locks when updating pg_subscription_relPeter Eisentraut2017-04-10
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25