index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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
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
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-25
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
Close replication connection when slot creation errors
Peter Eisentraut
2017-01-20
Record dependencies on owners for logical replication objects
Alvaro Herrera
2017-01-20
Logical replication
Peter Eisentraut