]> granicus.if.org Git - postgresql/history - src/backend/commands/subscriptioncmds.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / subscriptioncmds.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-04-06 Peter EisentrautSplit the SetSubscriptionRelState function into two
2018-03-16 Peter EisentrautRename TransactionChain functions
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-09-23 Tom Lane... and the very same bug in publicationListToArray().
2017-09-18 Peter EisentrautFix DROP SUBSCRIPTION hang
2017-09-01 Alvaro HerreraAdd a WAIT option to DROP_REPLICATION_SLOT
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-08 Alvaro HerreraFix replication origin-related race conditions
2017-08-07 Peter EisentrautImprove wording of subscription refresh debug messages
2017-08-07 Peter EisentrautDowngrade subscription refresh messages to DEBUG1
2017-08-05 Peter EisentrautOnly kill sync workers at commit time in subscription DDL
2017-07-04 Peter EisentrautImprove subscription locking
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-12 Peter EisentrautRemove "synchronized table states" notice message
2017-06-12 Peter EisentrautStop table sync workers when subscription relation...
2017-06-07 Peter EisentrautFix updating of pg_subscription_rel from workers
2017-06-06 Peter EisentrautFix ALTER SUBSCRIPTION grammar ambiguity
2017-05-19 Peter EisentrautFix mistake in error message
2017-05-18 Peter EisentrautImprove CREATE SUBSCRIPTION option parsing
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Peter EisentrautAdd more tests for CREATE SUBSCRIPTION
2017-05-17 Peter EisentrautCheck relkind of tables in CREATE/ALTER SUBSCRIPTION
2017-05-17 Tom LanePreventive maintenance in advance of pgindent run.
2017-05-15 Peter EisentrautAdd assertion to quiet Coverity
2017-05-12 Peter EisentrautRework the options syntax for logical replication commands
2017-05-09 Peter EisentrautRemove the NODROP SLOT option from DROP SUBSCRIPTION
2017-05-08 Peter EisentrautCheck connection info string in ALTER SUBSCRIPTION
2017-05-02 Peter EisentrautDon't wake up logical replication launcher unnecessarily
2017-04-26 Fujii MasaoFix typo in comment.
2017-04-25 Peter EisentrautWake up launcher when enabling a subscription
2017-04-21 Peter EisentrautSynchronize table list before creating slot in CREATE...
2017-04-17 Fujii MasaoFix typos in comment and log message.
2017-04-14 Peter EisentrautAdd option to modify sync commit per subscription
2017-04-14 Peter EisentrautRemove pstrdup of TextDatumGetCString
2017-03-25 Peter EisentrautAdd more subscription DDL tests
2017-03-24 Peter EisentrautCheck that published table exists on subscriber
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-14 Peter EisentrautAdd option to control snapshot export to CREATE_REPLICA...
2017-03-08 Fujii MasaoPrevent logical rep workers with removed subscriptions...
2017-03-08 Fujii MasaoFix connection leak in DROP SUBSCRIPTION command, take 2.
2017-03-04 Peter EisentrautDisallow CREATE/DROP SUBSCRIPTION in transaction block
2017-02-21 Peter EisentrautFix whitespace
2017-02-21 Fujii MasaoFix connection leak in DROP SUBSCRIPTION command.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-02-03 Fujii MasaoBe sure to release LogicalRepLauncherLock in DROP SUBSC...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-25 Peter EisentrautUpdate copyright years in some recently added files
2017-01-25 Peter EisentrautClose replication connection when slot creation errors
2017-01-20 Alvaro HerreraRecord dependencies on owners for logical replication...
2017-01-20 Peter EisentrautLogical replication