aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_subscription.c
Commit message (Expand)AuthorAge
* Correctly mark pg_subscription_rel.srsublsn as nullable.Tom Lane2020-07-20
* 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
* Logical replicationPeter Eisentraut2017-01-20