index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
subscriptioncmds.c
Commit message (
Expand
)
Author
Age
*
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-05-06
*
Split the SetSubscriptionRelState function into two
Peter Eisentraut
2018-04-06
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
... and the very same bug in publicationListToArray().
Tom Lane
2017-09-23
*
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-17
*
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
*
Improve wording of subscription refresh debug messages
Peter Eisentraut
2017-08-07
*
Downgrade subscription refresh messages to DEBUG1
Peter Eisentraut
2017-08-07
*
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
*
Improve subscription locking
Peter Eisentraut
2017-07-03
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Remove "synchronized table states" notice message
Peter Eisentraut
2017-06-12
*
Stop table sync workers when subscription relation entry is removed
Peter Eisentraut
2017-06-12
*
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-07
*
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
*
Fix mistake in error message
Peter Eisentraut
2017-05-19
*
Improve CREATE SUBSCRIPTION option parsing
Peter Eisentraut
2017-05-17
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Add more tests for CREATE SUBSCRIPTION
Peter Eisentraut
2017-05-17
*
Check relkind of tables in CREATE/ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-16
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Add assertion to quiet Coverity
Peter Eisentraut
2017-05-15
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-08
*
Don't wake up logical replication launcher unnecessarily
Peter Eisentraut
2017-05-01
*
Fix typo in comment.
Fujii Masao
2017-04-27
*
Wake up launcher when enabling a subscription
Peter Eisentraut
2017-04-25
*
Synchronize table list before creating slot in CREATE SUBSCRIPTION
Peter Eisentraut
2017-04-21
*
Fix typos in comment and log message.
Fujii Masao
2017-04-18
*
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-14
*
Remove pstrdup of TextDatumGetCString
Peter Eisentraut
2017-04-14
*
Add more subscription DDL tests
Peter Eisentraut
2017-03-24
*
Check that published table exists on subscriber
Peter Eisentraut
2017-03-24
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
*
Prevent logical rep workers with removed subscriptions from starting.
Fujii Masao
2017-03-09
*
Fix connection leak in DROP SUBSCRIPTION command, take 2.
Fujii Masao
2017-03-08
*
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
2017-03-03
*
Fix whitespace
Peter Eisentraut
2017-02-21
*
Fix connection leak in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-22
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-04
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
[next]