aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/subscriptioncmds.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* AlterSubscription_refresh: avoid stomping on global variableAlvaro Herrera2021-05-07
* ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut2021-04-06
* Improve style of some replication-related error messages.Tom Lane2021-03-31
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila2021-02-15
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila2021-02-10
* Remove unnecessary pstrdup in fetch_table_list.Amit Kapila2021-01-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut2020-01-11
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* PG_FINALLYPeter Eisentraut2019-11-01
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-29
* Fix typo in messageAlvaro Herrera2019-05-28
* More message style fixesAlvaro Herrera2019-05-16
* 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
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Split the SetSubscriptionRelState function into twoPeter Eisentraut2018-04-06
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* ... and the very same bug in publicationListToArray().Tom Lane2017-09-23
* Fix DROP SUBSCRIPTION hangPeter Eisentraut2017-09-17
* Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera2017-09-01
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Fix replication origin-related race conditionsAlvaro Herrera2017-08-08
* Improve wording of subscription refresh debug messagesPeter Eisentraut2017-08-07
* Downgrade subscription refresh messages to DEBUG1Peter Eisentraut2017-08-07
* Only kill sync workers at commit time in subscription DDLPeter Eisentraut2017-08-04
* Improve subscription lockingPeter Eisentraut2017-07-03
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Remove "synchronized table states" notice messagePeter Eisentraut2017-06-12
* Stop table sync workers when subscription relation entry is removedPeter Eisentraut2017-06-12
* Fix updating of pg_subscription_rel from workersPeter Eisentraut2017-06-07
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Fix mistake in error messagePeter Eisentraut2017-05-19
* Improve CREATE SUBSCRIPTION option parsingPeter Eisentraut2017-05-17