summaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_subscription.c
Commit message (Expand)AuthorAgeFilesLines
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-041-0/+1
* Add new predefined role pg_create_subscription.Robert Haas2023-03-301-0/+1
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-20/+12
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Move common catalog cache access routines to lsyscache.cAmit Kapila2022-08-021-50/+0
* Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier2022-07-271-60/+10
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-211-0/+8
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-3/+1
* Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila2022-04-071-1/+1
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-221-0/+1
* Optionally disable subscriptions on error.Amit Kapila2022-03-141-0/+40
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-0/+34
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-0/+1
* Simplify one use of ScanKey in pg_subscription.cMichael Paquier2021-05-121-4/+3
* Fix relcache reference leak introduced by ce0fdbfe97.Amit Kapila2021-02-251-0/+1
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-121-0/+38
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Review logical replication tablesync codeAlvaro Herrera2020-10-151-20/+7
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-031-0/+1
* Correctly mark pg_subscription_rel.srsublsn as nullable.Tom Lane2020-07-201-2/+16
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-181-0/+1
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-8/+2
* tableam: Add and use scan APIs.Andres Freund2019-03-111-3/+4
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-15/+15
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-13/+5
* Refactor routines for subscription and publication lookupsMichael Paquier2018-09-181-2/+9
* Split the SetSubscriptionRelState function into twoPeter Eisentraut2018-04-061-57/+72
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Improve subscription lockingPeter Eisentraut2017-07-031-0/+4
* Fix violations of CatalogTupleInsert/Update/Delete abstraction.Tom Lane2017-06-141-1/+1
* Fix updating of pg_subscription_rel from workersPeter Eisentraut2017-06-071-4/+9
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-28/+29
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-091-3/+6
* Spelling fixes in code commentsPeter Eisentraut2017-04-261-2/+2
* Add option to modify sync commit per subscriptionPeter Eisentraut2017-04-141-0/+8
* Remove pstrdup of TextDatumGetCStringPeter Eisentraut2017-04-141-2/+2
* Use weaker locks when updating pg_subscription_relPeter Eisentraut2017-04-101-5/+7
* Logical replication support for initial data copyPeter Eisentraut2017-03-231-0/+282
* Update copyright years in some recently added filesPeter Eisentraut2017-01-251-1/+2
* Logical replicationPeter Eisentraut2017-01-201-0/+207