citus/src/test/regress/sql
Brian Cloutier 5914c992e6 cluster management UDFs see nodes in different clusters
- master_activate_node and master_disable_node correctly toggle
  isActive, without crashing
- master_add_node rejects duplicate nodes, even if they're in different
  clusters
- master_remove_node allows removing nodes in different clusters
2017-08-08 13:12:06 +03:00
..
.gitignore Ignore generated multi_behavioral_analytics_create_table test files 2017-07-12 14:16:24 +02:00
multi_703_upgrade.sql Add pg_dist_node.nodecluster 2017-08-08 11:18:31 +03:00
multi_agg_approximate_distinct.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_alter_table_add_constraints.sql Use predictable placement IDs in regression test output 2017-07-17 13:44:29 +03:00
multi_array_agg.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_average_expression.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_basic_queries.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_behavioral_analytics_basics.sql Execute INSERT..SELECT via coordinator if it cannot be pushed down 2017-06-22 15:46:30 +02:00
multi_behavioral_analytics_single_shard_queries.sql Execute INSERT..SELECT via coordinator if it cannot be pushed down 2017-06-22 15:46:30 +02:00
multi_binary_master_copy_format.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_cache_invalidation.sql Fix crash in isolation tests 2017-04-29 04:25:26 +03:00
multi_citus_tools.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_cluster_management.sql cluster management UDFs see nodes in different clusters 2017-08-08 13:12:06 +03:00
multi_colocated_shard_transfer.sql Improve regression tests for multi_colocated_shard_transfer 2016-12-20 14:09:35 +02:00
multi_colocation_utils.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_complex_expressions.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_count_type_conversion.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_create_fdw.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_create_insert_proxy.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_create_shards.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_create_table.sql Make create_distributed_table transactional 2017-07-18 12:35:40 +03:00
multi_create_table_constraints.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_create_table_new_features.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_cross_shard.sql Log message of across shard queries according to the log level 2017-04-20 12:24:46 +03:00
multi_data_types.sql Add DistTableCacheEntry->shardValueCompareFunction. 2017-04-28 14:40:38 -07:00
multi_deparse_shard_query.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_distributed_transaction_id.sql Introduce distributed transaction ids 2017-07-18 15:01:42 +03:00
multi_distribution_metadata.sql Rename pg_dist_shard_placement -> pg_dist_placement 2017-07-12 14:17:31 +02:00
multi_drop_extension.sql Make multi_cluster_management test more stable 2017-08-08 11:18:31 +03:00
multi_dropped_column_aliases.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_expire_table_cache.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_explain.sql Execute UPDATE/DELETE statements with 0 shards 2017-08-07 15:36:58 +02:00
multi_extension.sql Add pg_dist_node.nodecluster 2017-08-08 11:18:31 +03:00
multi_foreign_key.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_function_evaluation.sql Function evaluation descends into expression trees 2017-08-06 19:53:05 +02:00
multi_generate_ddl_commands.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_hash_pruning.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_index_statements.sql Don't call PostProcessUtility for local commands 2017-06-19 15:56:03 -06:00
multi_insert_select.sql Use predictable placement IDs in regression test output 2017-07-17 13:44:29 +03:00
multi_insert_select_non_pushable_queries.sql Subquery pushdown - main branch (#1323) 2017-04-29 04:09:48 +03:00
multi_join_order_additional.sql Remove 9.5 regression test output files. 2017-06-26 12:17:46 -07:00
multi_join_order_tpch_large.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_join_order_tpch_small.sql Add EXPLAIN for simple distributed queries 2016-04-30 00:11:02 +02:00
multi_join_pruning.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_large_table_join_planning.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_large_table_pruning.sql Add back pruning coverage lost in last commit. 2017-04-26 11:33:56 -07:00
multi_large_table_task_assignment.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_limit_clause.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_limit_clause_approximate.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_master_protocol.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_metadata_access.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_metadata_sync.sql Allow metadata sync functions on secondaries 2017-08-07 18:46:51 +03:00
multi_modifications.sql Support expressions in the partition column in INSERTs 2017-04-21 14:05:52 +02:00
multi_modifying_xacts.sql Use consistent placement IDs in mulity_modyfing_xactstest 2017-07-12 14:16:23 +02:00
multi_multiuser.sql Minor permissions test fix 2017-03-22 17:07:05 -06:00
multi_mx_create_table.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_mx_ddl.sql Rename pg_dist_shard_placement -> pg_dist_placement 2017-07-12 14:17:31 +02:00
multi_mx_explain.sql Set citus.enable_unique_job_ids in tests with job ID in output 2017-04-18 11:42:32 +02:00
multi_mx_metadata.sql Make create_distributed_table transactional 2017-07-18 12:35:40 +03:00
multi_mx_modifications.sql Rename pg_dist_shard_placement -> pg_dist_placement 2017-07-12 14:17:31 +02:00
multi_mx_modifying_xacts.sql Remove XactModificationLevel distinction between DML and multi-shard 2017-07-12 11:59:19 +02:00
multi_mx_reference_table.sql Add unambiguous ORDER BY clauses to many tests 2017-05-16 11:05:34 -06:00
multi_mx_repartition_join_w1.sql Add Regression Tests For Querying MX Tables from Workers 2017-01-24 10:36:59 +03:00
multi_mx_repartition_join_w2.sql Add Regression Tests For Querying MX Tables from Workers 2017-01-24 10:36:59 +03:00
multi_mx_repartition_udt_prepare.sql Set citus.enable_unique_job_ids in tests with job ID in output 2017-04-18 11:42:32 +02:00
multi_mx_repartition_udt_w1.sql Add Regression Tests For Querying MX Tables from Workers 2017-01-24 10:36:59 +03:00
multi_mx_repartition_udt_w2.sql Add Regression Tests For Querying MX Tables from Workers 2017-01-24 10:36:59 +03:00
multi_mx_router_planner.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_schema_support.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_tpch_query1.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_tpch_query3.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_tpch_query6.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_tpch_query7.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_tpch_query7_nested.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_tpch_query10.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_tpch_query12.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_tpch_query14.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_mx_tpch_query19.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_name_lengths.sql Change implementation of shard_name UDF to get schema-qualified shard name 2017-07-04 10:49:40 +03:00
multi_null_minmax_value_pruning.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_partition_pruning.sql Add back pruning coverage lost in last commit. 2017-04-26 11:33:56 -07:00
multi_partitioning_utils.sql Fix PG 10 build, UNBOUNDED partitions now have different syntax 2017-07-21 14:30:11 +03:00
multi_prepare_plsql.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_prepare_sql.sql Handle implicit casts in prepared INSERTs 2017-07-06 16:17:35 +02:00
multi_prune_shard_list.sql Faster shard pruning. 2017-04-28 14:40:41 -07:00
multi_query_directory_cleanup.sql Set citus.enable_unique_job_ids in tests with job ID in output 2017-04-18 11:42:32 +02:00
multi_reference_table.sql Remove XactModificationLevel distinction between DML and multi-shard 2017-07-12 11:59:19 +02:00
multi_remove_node_reference_table.sql Make multi_cluster_management test more stable 2017-08-08 11:18:31 +03:00
multi_repair_shards.sql Rename pg_dist_shard_placement -> pg_dist_placement 2017-07-12 14:17:31 +02:00
multi_repartition_udt.sql Set citus.enable_unique_job_ids in tests with job ID in output 2017-04-18 11:42:32 +02:00
multi_repartitioned_subquery_udf.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_replicate_reference_table.sql Make multi_cluster_management test more stable 2017-08-08 11:18:31 +03:00
multi_router_planner.sql Add unambiguous ORDER BY clauses to many tests 2017-05-16 11:05:34 -06:00
multi_schema_support.sql Change implementation of shard_name UDF to get schema-qualified shard name 2017-07-04 10:49:40 +03:00
multi_shard_modify.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_simple_queries.sql Execute UPDATE/DELETE statements with 0 shards 2017-08-07 15:36:58 +02:00
multi_single_relation_subquery.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_size_queries.sql Check whether relation ID exists in citus_relation_size 2017-04-29 01:39:39 +02:00
multi_sql_function.sql Subqueries in where -- updated (#1372) 2017-05-01 17:20:21 +03:00
multi_subquery.sql Add ORDER clause to subquery test missing it 2017-06-08 18:30:14 -06:00
multi_subquery_behavioral_analytics.sql Add comment to the regression test file to prevent any misunderstandings about 2017-05-22 10:39:32 +03:00
multi_subquery_complex_queries.sql Subqueries in where -- updated (#1372) 2017-05-01 17:20:21 +03:00
multi_subquery_in_where_clause.sql Subqueries in where -- updated (#1372) 2017-05-01 17:20:21 +03:00
multi_subquery_misc.sql Add support for parametrized execution for subquery pushdown (#1356) 2017-05-10 09:38:48 +03:00
multi_subquery_union.sql Subquery pushdown - main branch (#1323) 2017-04-29 04:09:48 +03:00
multi_table_ddl.sql Make multi_cluster_management test more stable 2017-08-08 11:18:31 +03:00
multi_task_assignment_policy.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_task_string_size.sql Add a regression test for citus.max_task_string_size (#1524) 2017-07-28 10:49:09 -07:00
multi_test_helpers.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_tpch_query1.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_tpch_query3.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_tpch_query6.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_tpch_query7.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_tpch_query7_nested.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_tpch_query10.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_tpch_query12.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_tpch_query14.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_tpch_query19.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
multi_transaction_recovery.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_transactional_drop_shards.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_truncate.sql Honour enable_ddl_propagation in truncate trigger 2017-04-29 03:32:52 +02:00
multi_unsupported_worker_operations.sql Make multi_cluster_management test more stable 2017-08-08 11:18:31 +03:00
multi_upgrade_reference_table.sql Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_upsert.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_utilities.sql Honour enable_ddl_propagation in truncate trigger 2017-04-29 03:32:52 +02:00
multi_utility_statements.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_utility_warnings.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
multi_view.sql Execute INSERT..SELECT via coordinator if it cannot be pushed down 2017-06-22 15:46:30 +02:00
multi_working_columns.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
task_tracker_assign_task.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
task_tracker_cleanup_job.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
task_tracker_create_table.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
task_tracker_partition_task.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
worker_binary_data_partition.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
worker_check_invalid_arguments.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
worker_create_table.sql Remove redundant pg_dist_jobid_seq restarts in tests 2017-04-18 11:42:32 +02:00
worker_hash_partition.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
worker_hash_partition_complex.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
worker_merge_hash_files.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
worker_merge_range_files.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
worker_null_data_partition.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
worker_range_partition.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00
worker_range_partition_complex.sql Remove ALTER SEQUENCE from parallel groups 2017-05-16 11:05:34 -06:00