index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
subscriptioncmds.c
Age
Commit message (
Expand
)
Author
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-04-06
Split the SetSubscriptionRelState function into two
Peter Eisentraut
2018-03-16
Rename TransactionChain functions
Peter Eisentraut
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-09-23
... and the very same bug in publicationListToArray().
Tom Lane
2017-09-18
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-01
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-08
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-07
Improve wording of subscription refresh debug messages
Peter Eisentraut
2017-08-07
Downgrade subscription refresh messages to DEBUG1
Peter Eisentraut
2017-08-05
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-07-04
Improve subscription locking
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-12
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-07
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-05-19
Fix mistake in error message
Peter Eisentraut
2017-05-18
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-17
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-15
Add assertion to quiet Coverity
Peter Eisentraut
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-08
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-02
Don't wake up logical replication launcher unnecessarily
Peter Eisentraut
2017-04-26
Fix typo in comment.
Fujii Masao
2017-04-25
Wake up launcher when enabling a subscription
Peter Eisentraut
2017-04-21
Synchronize table list before creating slot in CREATE SUBSCRIPTION
Peter Eisentraut
2017-04-17
Fix typos in comment and log message.
Fujii Masao
2017-04-14
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-14
Remove pstrdup of TextDatumGetCString
Peter Eisentraut
2017-03-25
Add more subscription DDL tests
Peter Eisentraut
2017-03-24
Check that published table exists on subscriber
Peter Eisentraut
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-14
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-08
Prevent logical rep workers with removed subscriptions from starting.
Fujii Masao
2017-03-08
Fix connection leak in DROP SUBSCRIPTION command, take 2.
Fujii Masao
2017-03-04
Disallow CREATE/DROP SUBSCRIPTION in transaction block
Peter Eisentraut
2017-02-21
Fix whitespace
Peter Eisentraut
2017-02-21
Fix connection leak in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.
Fujii Masao
[prev]
[next]