summaryrefslogtreecommitdiff
path: root/src/backend/commands/subscriptioncmds.c
AgeCommit message (Expand)Author
2023-06-21Fix the errhint message and docs for drop subscription failure.Amit Kapila
2021-07-19Don't allow to set replication slot_name as ''.Amit Kapila
2021-05-07AlterSubscription_refresh: avoid stomping on global variableAlvaro Herrera
2020-05-06Heed lock protocol in DROP OWNED BYAlvaro Herrera
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-05-28Fix typo in messageAlvaro Herrera
2019-05-16More message style fixesAlvaro Herrera
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-15Introduce notion of different types of slots (without implementing them).Andres Freund
2018-04-06Split the SetSubscriptionRelState function into twoPeter Eisentraut
2018-03-16Rename TransactionChain functionsPeter Eisentraut
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-09-23... and the very same bug in publicationListToArray().Tom Lane
2017-09-17Fix DROP SUBSCRIPTION hangPeter Eisentraut
2017-09-01Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera
2017-08-15Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-07Improve wording of subscription refresh debug messagesPeter Eisentraut
2017-08-07Downgrade subscription refresh messages to DEBUG1Peter Eisentraut
2017-08-04Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-07-03Improve subscription lockingPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-12Remove "synchronized table states" notice messagePeter Eisentraut
2017-06-12Stop table sync workers when subscription relation entry is removedPeter Eisentraut
2017-06-07Fix updating of pg_subscription_rel from workersPeter Eisentraut
2017-06-05Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-05-19Fix mistake in error messagePeter Eisentraut
2017-05-17Improve CREATE SUBSCRIPTION option parsingPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Add more tests for CREATE SUBSCRIPTIONPeter Eisentraut
2017-05-16Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut
2017-05-16Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-15Add assertion to quiet CoverityPeter Eisentraut
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-08Check connection info string in ALTER SUBSCRIPTIONPeter Eisentraut
2017-05-01Don't wake up logical replication launcher unnecessarilyPeter Eisentraut
2017-04-27Fix typo in comment.Fujii Masao
2017-04-25Wake up launcher when enabling a subscriptionPeter Eisentraut
2017-04-21Synchronize table list before creating slot in CREATE SUBSCRIPTIONPeter Eisentraut
2017-04-18Fix typos in comment and log message.Fujii Masao
2017-04-14Add option to modify sync commit per subscriptionPeter Eisentraut
2017-04-14Remove pstrdup of TextDatumGetCStringPeter Eisentraut
2017-03-24Add more subscription DDL testsPeter Eisentraut