summaryrefslogtreecommitdiff
path: root/src/backend/commands/subscriptioncmds.c
AgeCommit message (Expand)Author
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-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-07-04Improve 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-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-05-19Fix mistake in error messagePeter Eisentraut
2017-05-18Improve 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-17Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut
2017-05-17Preventive 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-02Don't wake up logical replication launcher unnecessarilyPeter Eisentraut
2017-04-26Fix 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-17Fix 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-25Add more subscription DDL testsPeter Eisentraut
2017-03-24Check that published table exists on subscriberPeter Eisentraut
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
2017-03-08Prevent logical rep workers with removed subscriptions from starting.Fujii Masao
2017-03-08Fix connection leak in DROP SUBSCRIPTION command, take 2.Fujii Masao
2017-03-04Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut
2017-02-21Fix whitespacePeter Eisentraut
2017-02-21Fix connection leak in DROP SUBSCRIPTION command.Fujii Masao
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-03Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.Fujii Masao
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-25Close replication connection when slot creation errorsPeter Eisentraut
2017-01-20Record dependencies on owners for logical replication objectsAlvaro Herrera
2017-01-20Logical replicationPeter Eisentraut