Marco Slot
87c62d598e
Connectionapify SendCommandListToWorkerInSingleTransaction
2016-12-23 16:14:29 +01:00
Andres Freund
a77cf36778
Use connection_management.c from within connection_cache.c.
...
This is a temporary step towards removing connection_cache.c.
2016-12-07 11:44:24 -08:00
Eren Basak
fb88b167a7
Propagate node add/remove to the nodes with hasmetadata=true
...
This change propagates the changes done by `master_add_node` and `master_remove_node`
to the workers that contain metadata.
2016-12-02 14:43:32 +03:00
Marco Slot
c157c3b419
Disallow SendCommandListToWorkerInSingleTransaction when modifications have occurred
2016-11-02 12:26:56 +01:00
Burak Yucesoy
5a03acf2bf
Foreign Constraint Support for create_distributed_table and shard move
...
With this change, we now push down foreign key constraints created during CREATE TABLE
statements. We also start to send foreign constraints during shard move along with
other DDL statements
2016-10-21 15:38:55 +03:00
Eren Basak
cee7b54e7c
Add worker transaction and transaction recovery infrastructure
2016-10-18 14:18:14 +03:00