citus/src/backend/distributed
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
..
commands Add CREATE INDEX ... ON ONLY and ALTER INDEX ... ATTACH PARTITION (#4938 #4980) 2021-08-13 13:12:45 +03:00
connection Not include to-be-deleted shards while finding shard placements 2021-06-28 13:05:31 +03:00
deparser Add CREATE INDEX ... ON ONLY and ALTER INDEX ... ATTACH PARTITION (#4938 #4980) 2021-08-13 13:12:45 +03:00
executor Guard against hard WaitEvenSet errors 2021-08-10 09:35:03 +02:00
metadata Synchronize hasmetadata flag on mx workers (#5086) 2021-08-12 14:16:18 +03:00
operations Acquire AccessShareLock before updating table statistics (#5155) 2021-08-12 13:58:15 +03:00
planner Fix assert failure in FindReferencedTableColumn (#5175) 2021-08-12 18:21:45 +03:00
progress Avoid two race conditions in the rebalance progress monitor (#5050) 2021-06-21 14:03:42 +00:00
relay Add CREATE INDEX ... ON ONLY and ALTER INDEX ... ATTACH PARTITION (#4938 #4980) 2021-08-13 13:12:45 +03:00
sql Fix master_update_table_statistics scripts for 9.5 2021-08-03 18:15:56 +03:00
test Not include to-be-deleted shards while finding shard placements 2021-06-28 13:05:31 +03:00
transaction transactional metadata sync for maintanince daemon 2021-08-09 10:34:55 +02:00
utils transactional metadata sync for maintanince daemon 2021-08-09 10:34:55 +02:00
worker Add CREATE INDEX ... ON ONLY and ALTER INDEX ... ATTACH PARTITION (#4938 #4980) 2021-08-13 13:12:45 +03:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Fix minor issues with makefile targets (#4717) 2021-04-28 15:46:55 +03:00
citus.control Bump citus version to 10.2devel 2021-06-16 17:44:05 +03:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c Add check for alphabetically sorted gucs 2021-08-05 16:37:49 +03:00