citus/src/backend/distributed/worker
Eren Basak b686d9a025 Add Sequence Support for MX Tables
This change adds support for serial columns to be used with MX tables.
Prior to this change, sequences of serial columns were created in all
workers (for being able to create shards) but never used. With MX, we
need to set the sequences so that sequences in each worker create
unique values. This is done by setting the MINVALUE, MAXVALUE and
START values of the sequence.
2017-01-18 09:43:38 +03:00
..
task_tracker.c Switch from pg_worker_list.conf file to pg_dist_node metadata table. 2016-10-05 13:01:35 +03:00
task_tracker_protocol.c Set user as pg_merge_job_* schema owner 2016-12-20 10:15:42 +01:00
worker_data_fetch_protocol.c Add Sequence Support for MX Tables 2017-01-18 09:43:38 +03:00
worker_drop_protocol.c Handle MX tables on workers during drop table commands 2016-12-23 15:43:32 +03:00
worker_file_access_protocol.c Update copyright dates 2016-03-23 17:14:37 -06:00
worker_merge_protocol.c Run copy commands in worker_merge_files_into_table as superuser 2016-12-20 10:15:42 +01:00
worker_partition_protocol.c Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
worker_truncate_trigger_protocol.c Make truncate triggers propagated on start_metadata_sync_to_node call 2016-12-14 10:53:10 +03:00