citus/src/backend/distributed/worker
Burak Velioglu 4355ba0a38
Add CREATE INDEX ... ON ONLY and ALTER INDEX ... ATTACH PARTITION (#4938 #4980)
- Add support for CRETE INDEX ... ON ONLY: Before that commit we were not sending "ONLY" option to the worker nodes at all. With this commit, "ONLY" parameter will be sent to the worker nodes if it is necessary. (#4938)

- Add support for ALTER INDEX ... ATTACH PARTITION: Attach child_index to parent_index by creating same inheritance on shard level in addition to table level. (#4980)
2021-08-13 13:12:45 +03:00
..
task_tracker_protocol.c update test outputs with task-tracker removal 2020-07-21 16:25:08 +03:00
worker_create_or_replace.c Use PROCESS_UTILITY_QUERY in utility calls 2021-02-19 13:55:59 +03:00
worker_data_fetch_protocol.c Fixes column default coming from a sequence (#4914) 2021-06-03 23:02:09 +03:00
worker_drop_protocol.c Use current user to sync metadata 2021-07-16 13:25:27 +02:00
worker_file_access_protocol.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
worker_merge_protocol.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
worker_partition_protocol.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
worker_shard_visibility.c Add CREATE INDEX ... ON ONLY and ALTER INDEX ... ATTACH PARTITION (#4938 #4980) 2021-08-13 13:12:45 +03:00
worker_sql_task_protocol.c remove task-tracker in comments, documentation 2020-07-21 16:21:01 +03:00
worker_truncate_trigger_protocol.c Use current user to sync metadata 2021-07-16 13:25:27 +02:00