citus/src/test/regress/expected
SaitTalhaNisanci a710b3cdc5
fix null tupleStoreState case in ExecuteLocalTaskListExtended (#3711)
In case we don't care about the tupleStoreState in
ExecuteLocalTaskListExtended, it could be passed as null. In that case
we will get a seg error. This changes it so that a dummy tuple store
will be created when it is null.

Do not use local execution in ExecuteTaskListOutsideTransaction.
As we are going to run the tasks outside transaction, we shouldn't use local execution.
However, there is some problem when using local execution related to
repartition joins, when we solve that problem, we can execute the tasks
coming to this path with local execution.

Also logging the local command is simplified.

normalize job id in worker_hash_partition_table in test outputs.
2020-04-07 11:47:09 +03:00
..
.gitignore Add hyperscale tutorial to the regression tests. 2019-07-10 10:47:55 +02:00
adaptive_executor.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
adaptive_executor_repartition.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
add_coordinator.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
aggregate_support.out tests: remove stale comment, fix typo 2020-03-31 20:13:51 +00:00
alter_role_propagation.out Propagate ALTER ROLE .. SET statements 2020-03-27 13:02:48 +03:00
base_enable_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
bool_agg.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
ch_bench_having.out First phase of addressing HAVING subquery issues 2020-03-09 17:58:30 +00:00
ch_bench_having_mx.out First phase of addressing HAVING subquery issues 2020-03-09 17:58:30 +00:00
ch_bench_subquery_repartition.out Make tests fail with a useful error message 2020-01-16 18:30:30 +01:00
chbenchmark_all_queries.out Fix: Unnecessary repartition on joins with more than 4 tables (#3473) 2020-02-06 15:07:07 +01:00
coordinator_shouldhaveshards.out fix null tupleStoreState case in ExecuteLocalTaskListExtended (#3711) 2020-04-07 11:47:09 +03:00
cte_inline.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
cte_inline_0.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
cte_nested_modification.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
cte_prepared_modify.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
custom_aggregate_support.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
custom_aggregate_support_0.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
custom_aggregate_support_1.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
disable_object_propagation.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_collations.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_collations_conflict.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_functions.out Propagate DROP ROUTINE, ALTER ROUTINE 2020-01-13 15:37:46 +00:00
distributed_functions_conflict.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_intermediate_results.out Test RedistributeTaskListResult 2020-01-09 23:47:25 -08:00
distributed_procedure.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_types.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_types_conflict.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_types_xact_add_enum_value.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_types_xact_add_enum_value_0.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
dml_recursive.out tests: remove stale comment, fix typo 2020-03-31 20:13:51 +00:00
ensure_no_intermediate_data_leak.out Output filenames in ensure_no_intermediate_data_leak 2020-01-22 11:12:16 -08:00
escape_extension_name.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
escape_extension_name_0.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
expression_reference_join.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_1pc_copy_append.out Implement direct COPY table TO stdout 2020-02-17 15:15:10 +01:00
failure_1pc_copy_hash.out Implement direct COPY table TO stdout 2020-02-17 15:15:10 +01:00
failure_add_disable_node.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_connection_establishment.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_copy_on_hash.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_copy_to_reference.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_create_distributed_table_non_empty.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_create_index_concurrently.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_create_reference_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_create_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_cte_subquery.out Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
failure_ddl.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_distributed_results.out Failure tests for PartitionTasklistResults 2020-01-09 10:55:58 -08:00
failure_insert_select_pushdown.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_insert_select_repartition.out Failure tests for INSERT/SELECT repartition 2020-01-16 23:24:52 -08:00
failure_insert_select_via_coordinator.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_multi_dml.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_multi_row_insert.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_multi_shard_update_delete.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_mx_metadata_sync.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_parallel_connection.out Add failure test for parallel reference table join 2020-02-03 19:35:07 +01:00
failure_ref_tables.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_replicated_partitions.out Make sure to update shard states of partitions on failures 2020-01-06 12:26:08 +01:00
failure_savepoints.out Check connections from connection_placement before polling 2020-04-06 17:45:44 +00:00
failure_setup.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_single_mod.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_single_select.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_test_helpers.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_truncate.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_vacuum.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_vacuum_1.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
fast_path_router_modify.out Improve shard pruning logic to understand OR-conditions. 2020-02-14 17:58:13 +00:00
foreign_key_restriction_enforcement.out change "relation" with "table" in error messages related with foreign keys on reference tables 2020-02-20 09:58:47 +03:00
foreign_key_to_reference_table.out Normalize tests: pg12 changes 2020-01-06 09:32:03 +01:00
full_join.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
grant_on_schema_propagation.out Fixes the bug of grants on public schema propagation 2020-02-05 18:05:58 +03:00
having_subquery.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
insert_select_connection_leak.out Add insert/select connection leak tests 2020-01-30 14:09:07 -08:00
insert_select_repartition.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
intermediate_result_pruning.out Fix early exit bug on intermediate result pruning 2020-03-05 16:41:44 +03:00
intermediate_results.out Normalize tests: intermediate_results 2020-01-06 09:32:03 +01:00
isolation_add_node_vs_reference_table_operations.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_add_remove_node.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_alter_role_propagation.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_append_copy_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_cancellation.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_citus_dist_activity.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_cluster_management.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_concurrent_dml.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_copy_placement_vs_copy_placement.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_copy_placement_vs_modification.out Tests for master_copy_shard_placement 2020-03-23 08:33:55 -07:00
isolation_copy_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_create_distributed_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_create_restore_point.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_create_table_vs_add_remove_node.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_data_migration.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_ddl_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_delete_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_dis2ref_foreign_keys_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_distributed_deadlock_detection.out disable one of deadlock detection test (#3682) 2020-03-31 19:47:58 +03:00
isolation_distributed_transaction_id.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_dml_vs_repair.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_drop_alter_index_select_for_update_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_drop_shards.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_drop_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_dump_global_wait_edges.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_dump_local_wait_edges.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_ensure_dependency_activate_node.out Fixes the bug of grants on public schema propagation 2020-02-05 18:05:58 +03:00
isolation_extension_commands.out Fixes the bug of grants on public schema propagation 2020-02-05 18:05:58 +03:00
isolation_get_all_active_transactions.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_get_distributed_wait_queries_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_hash_copy_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_insert_select_conflict.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_insert_select_repartition.out Isolation tests for INSERT/SELECT repartition 2020-01-16 23:24:52 -08:00
isolation_insert_select_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_insert_select_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_insert_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_insert_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_insert_vs_vacuum.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_master_append_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_master_apply_delete.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_master_update_node.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_master_update_node_0.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_modify_with_subquery_vs_dml.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_multi_shard_modify_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_multiuser_locking.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_partitioned_copy_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_progress_monitoring.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_range_copy_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_ref2ref_foreign_keys.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_ref2ref_foreign_keys_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_ref_select_for_update_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_ref_update_delete_upsert_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_reference_copy_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_reference_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_replace_wait_function.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_replicate_reference_tables_to_coordinator.out disable one of deadlock detection test (#3682) 2020-03-31 19:47:58 +03:00
isolation_select_for_update.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_select_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_select_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_shouldhaveshards.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_transaction_recovery.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_truncate_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_truncate_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_update_delete_upsert_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_update_node.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_update_node_lock_writes.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_update_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_upsert_vs_all.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_validate_vs_insert.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
limit_intermediate_size.out Update regression tests-2 2020-01-16 12:28:15 +01:00
local_shard_copy.out use localExecution in ExecuteTaskListExtended 2020-04-01 18:23:16 +03:00
local_shard_execution.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
local_shard_utility_command_execution.out normalize assign_distributed_transaction_id in tests 2020-04-01 18:23:16 +03:00
locally_execute_intermediate_results.out add tests for local copy execution 2020-03-18 09:28:59 +03:00
master_copy_shard_placement.out Tests for master_copy_shard_placement 2020-03-23 08:33:55 -07:00
master_evaluation.out Expand test coverage for combinations of master evalution, deferred pruning, parameters, local execution 2020-03-05 12:37:22 +01:00
master_evaluation_modify.out enable local execution in INSERT..SELECT and add more tests 2020-03-18 09:34:39 +03:00
master_evaluation_select.out Improve master evaluation tests (#3609) 2020-03-11 15:38:08 +01:00
materialized_view.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_703_upgrade.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_agg_approximate_distinct.out Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_agg_approximate_distinct_0.out Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_alter_table_add_constraints.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_array_agg.out Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_average_expression.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_basic_queries.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_behavioral_analytics_basics.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_behavioral_analytics_single_shard_queries.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_binary_master_copy_format.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_cache_invalidation.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_citus_tools.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_cluster_management.out Fixes the bug of grants on public schema propagation 2020-02-05 18:05:58 +03:00
multi_colocated_shard_transfer.out Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
multi_colocation_utils.out add a UDF to update colocation (#3623) 2020-03-23 13:22:24 +03:00
multi_complex_expressions.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
multi_complex_expressions_0.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
multi_count_type_conversion.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_create_fdw.out
multi_create_shards.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_create_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_create_table_constraints.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_create_table_new_features.out Remove Postgres 10 support 2019-10-11 21:56:56 +00:00
multi_cross_shard.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_data_types.out Add some distribution column = composite type prepared statement tests 2020-03-04 05:01:43 +01:00
multi_deparse_function.out Propagate DROP ROUTINE, ALTER ROUTINE 2020-01-13 15:37:46 +00:00
multi_deparse_procedure.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_deparse_shard_query.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_distributed_transaction_id.out Remove unnecessary use of max_parallel_workers_per_gather 2020-03-06 13:18:58 +01:00
multi_distribution_metadata.out Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
multi_drop_extension.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_dropped_column_aliases.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_explain.out Duplicate grouping on worker whenever possible 2020-04-06 18:51:30 +00:00
multi_extension.out Remove migration paths to 9.3-1, introduce 9.3-2 2020-04-03 12:50:45 +03:00
multi_follower_configure_followers.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_follower_dml.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_follower_sanity_check.out
multi_follower_select_statements.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_follower_task_tracker.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_foreign_key.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_foreign_key_relation_graph.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_function_evaluation.out Fixes a bug that causes some DML queries containing aggregates to fail 2020-03-26 16:08:34 +00:00
multi_function_in_join.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
multi_generate_ddl_commands.out Normalize tests: pg12 changes 2020-01-06 09:32:03 +01:00
multi_hash_pruning.out Fix left join shard pruning (#3569) 2020-03-13 15:20:45 +01:00
multi_having_pushdown.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_index_statements.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_insert_select.out Evaluate nextval in the target list on the coordinator 2020-04-02 02:53:19 +02:00
multi_insert_select_conflict.out Update multi_insert_select_conflict 2020-02-03 13:13:30 -08:00
multi_insert_select_non_pushable_queries.out Update multi_insert_select_non_pushable_queries 2020-02-03 13:13:30 -08:00
multi_insert_select_window.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
multi_join_order_additional.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
multi_join_order_tpch_repartition.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
multi_join_order_tpch_small.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
multi_join_pruning.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
multi_json_agg.out Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_json_object_agg.out Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_jsonb_agg.out Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_jsonb_object_agg.out Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_limit_clause.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_limit_clause_approximate.out Expand the set of aggregates which cannot have LIMIT approximated 2020-01-30 17:45:18 +00:00
multi_master_protocol.out Normalize tests: pg12 changes 2020-01-06 09:32:03 +01:00
multi_metadata_access.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_metadata_attributes.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_metadata_sync.out Adds alter table schema propagation 2020-01-16 17:04:16 +03:00
multi_modifications.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_modifying_xacts.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_multiuser.out Use current user for repartition join temp schemas. 2020-02-04 09:48:20 -08:00
multi_mx_add_coordinator.out Local execution of ddl/drop/truncate commands (#3514) 2020-03-13 15:39:32 +03:00
multi_mx_call.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
multi_mx_create_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_ddl.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_explain.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_function_call_delegation.out Prevent create_distributed_function() from the workers 2020-03-10 18:24:20 +01:00
multi_mx_function_table_reference.out Fix: distributed function with table reference in declare (#3384) 2020-01-16 14:21:54 +01:00
multi_mx_hide_shard_names.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_insert_select_repartition.out enable local execution in INSERT..SELECT and add more tests 2020-03-18 09:34:39 +03:00
multi_mx_metadata.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_modifications.out Fix: distributed function with table reference in declare (#3384) 2020-01-16 14:21:54 +01:00
multi_mx_modifications_to_reference_tables.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_modifying_xacts.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_node_metadata.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_partitioning.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_reference_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_repartition_join_w1.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_repartition_join_w2.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_repartition_udt_prepare.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
multi_mx_repartition_udt_w1.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_repartition_udt_w2.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_router_planner.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
multi_mx_schema_support.out Adds alter table schema propagation 2020-01-16 17:04:16 +03:00
multi_mx_tpch_query1.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_tpch_query3.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_tpch_query6.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_tpch_query7.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_tpch_query7_nested.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_tpch_query10.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_tpch_query12.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_tpch_query14.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_tpch_query19.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_transaction_recovery.out enable local execution in INSERT..SELECT and add more tests 2020-03-18 09:34:39 +03:00
multi_mx_truncate_from_worker.out enable local execution in INSERT..SELECT and add more tests 2020-03-18 09:34:39 +03:00
multi_name_lengths.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_name_resolution.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_null_minmax_value_pruning.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_orderby_limit_pushdown.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
multi_partition_pruning.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_partitioning.out Remove unnecessary use of max_parallel_workers_per_gather 2020-03-06 13:18:58 +01:00
multi_partitioning_utils.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_prepare_plsql.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_prepare_sql.out For composite types, add cast to the parameter to ease remote node detect 2020-03-04 11:27:45 +01:00
multi_prune_shard_list.out Defer shard pruning for fast-path router queries to execution 2020-01-16 16:59:36 +01:00
multi_query_directory_cleanup.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_query_directory_cleanup_0.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_read_from_secondaries.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
multi_real_time_transaction.out Add tests that exercise parallel reference table join logic 2020-02-03 11:54:29 +01:00
multi_reference_table.out Fixes flaky test in multi_reference_table: ORDER BY (#3676) 2020-03-30 23:31:10 +02:00
multi_remove_node_reference_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_repair_shards.out Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
multi_repartition_join_planning.out Merge branch 'improve-shard-pruning' of https://github.com/MarkusSintonen/citus into MarkusSintonen-improve-shard-pruning 2020-02-26 07:13:33 -08:00
multi_repartition_join_pruning.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_repartition_join_ref.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_repartition_join_task_assignment.out Improve shard pruning logic to understand OR-conditions. 2020-02-14 17:58:13 +00:00
multi_repartition_udt.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
multi_repartitioned_subquery_udf.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_replicate_reference_table.out add tests for local copy execution 2020-03-18 09:28:59 +03:00
multi_router_planner.out simplify vacuum test and fix the flakiness (#3704) 2020-04-03 21:39:54 +03:00
multi_router_planner_fast_path.out Simplify INSERT logic in router planner 2020-03-10 15:54:40 +01:00
multi_row_insert.out Add ORDER BY to multi_row_insert.sql 2020-01-16 15:20:39 -08:00
multi_schema_support.out Adds alter table schema propagation 2020-01-16 17:04:16 +03:00
multi_select_distinct.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
multi_select_for_update.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_shard_modify.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_shard_update_delete.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_simple_queries.out Evaluate nextval in the target list on the coordinator 2020-04-02 02:53:19 +02:00
multi_simple_queries_0.out Evaluate nextval in the target list on the coordinator 2020-04-02 02:53:19 +02:00
multi_single_relation_subquery.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_size_queries.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_sql_function.out Defer shard pruning for fast-path router queries to execution 2020-01-16 16:59:36 +01:00
multi_subquery.out Also check aggregates in havingQual when scanning for non pushdownable aggregates 2020-03-11 15:47:04 +00:00
multi_subquery_behavioral_analytics.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
multi_subquery_complex_queries.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
multi_subquery_complex_reference_clause.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
multi_subquery_in_where_clause.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
multi_subquery_in_where_reference_clause.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
multi_subquery_misc.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_subquery_union.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_subquery_window_functions.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
multi_subtransactions.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_table_ddl.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_task_assignment_policy.out Merge branch 'improve-shard-pruning' of https://github.com/MarkusSintonen/citus into MarkusSintonen-improve-shard-pruning 2020-02-26 07:13:33 -08:00
multi_task_string_size.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_test_catalog_views.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_test_helpers.out Failure tests for PartitionTasklistResults 2020-01-09 10:55:58 -08:00
multi_tpch_query1.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_tpch_query3.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_tpch_query6.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_tpch_query7.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_tpch_query7_nested.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_tpch_query10.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_tpch_query12.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_tpch_query14.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_tpch_query19.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_transaction_recovery.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_transactional_drop_shards.out Fixes the bug of grants on public schema propagation 2020-02-05 18:05:58 +03:00
multi_truncate.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_unsupported_worker_operations.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_upgrade_reference_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_upsert.out Merge remote-tracking branch 'origin/master' into normalized-test-output 2020-01-06 09:36:04 +01:00
multi_utilities.out simplify vacuum test and fix the flakiness (#3704) 2020-04-03 21:39:54 +03:00
multi_utility_statements.out Defer shard pruning for fast-path router queries to execution 2020-01-16 16:59:36 +01:00
multi_utility_warnings.out Add the necessary changes for rebalance strategies on enterprise (#3325) 2019-12-19 15:23:08 +01:00
multi_view.out Duplicate grouping on worker whenever possible 2020-04-06 18:51:30 +00:00
multi_working_columns.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
mx_foreign_key_to_reference_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
node_conninfo_reload.out Mark all connections for shutdown when citus.node_conninfo chan… (#3642) 2020-03-24 15:31:41 +01:00
non_colocated_join_order.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
non_colocated_leaf_subquery_joins.out Update regression tests-1 2020-01-16 12:28:15 +01:00
non_colocated_subquery_joins.out Update regression tests-2 2020-01-16 12:28:15 +01:00
null_parameters.out not log in debug level in null parameters (#3718) 2020-04-06 17:59:46 +03:00
partitioned_intermediate_results.out Partitioned task list results. 2020-01-09 10:32:58 -08:00
pg12.out Fix create_distributed_table on a table using GENERATED ALWAYS AS 2020-02-28 09:34:26 -08:00
pg12_1.out Create a test 'pg12' for pg12 features & error on unsupported new features 2019-08-22 19:30:56 +00:00
pg_dump.out Implement direct COPY table TO stdout 2020-02-17 15:15:10 +01:00
propagate_extension_commands.out Refactor the deparsing of a CREATE EXTENSION to prevent NULL POINTER dereferences (#3518) 2020-03-04 16:47:07 +01:00
propagate_set_commands.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
recursive_dml_queries_mx.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
recursive_dml_with_different_planners_executors.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
relation_access_tracking.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
remove_coordinator.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
replicate_reference_tables_to_coordinator.out enable local execution in INSERT..SELECT and add more tests 2020-03-18 09:34:39 +03:00
replicated_partitioned_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
row_types.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
sequential_modifications.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
set_operation_and_local_tables.out Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
set_operations.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
single_hash_repartition_join.out Improve single hash-repartitioning with numeric (or non-int) types 2020-02-04 20:30:04 +01:00
sql_procedure.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
ssl_by_default.out Use Microsoft approved cipher string (#3639) 2020-03-24 15:51:44 +01:00
subqueries_deep.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
subqueries_not_supported.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
subquery_and_cte.out Update regression tests-2 2020-01-16 12:28:15 +01:00
subquery_basics.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
subquery_complex_target_list.out Allow table type to be used in target list 2020-03-31 11:11:01 -07:00
subquery_executors.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
subquery_in_where.out Update regression tests-2 2020-01-16 12:28:15 +01:00
subquery_local_tables.out Add test for issue, does not reproduce issue 2020-02-18 23:45:17 +00:00
subquery_partitioning.out Update regression tests-1 2020-01-16 12:28:15 +01:00
subquery_prepared_statements.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
subquery_view.out Update regression tests-2 2020-01-16 12:28:15 +01:00
task_tracker_assign_task.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
task_tracker_cleanup_job.out Merge remote-tracking branch 'origin/master' into normalized-test-output 2020-01-06 09:36:04 +01:00
task_tracker_create_table.out
task_tracker_partition_task.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_basic_after.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_basic_before.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_distributed_function_after.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_distributed_function_before.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_pg_dist_object_test_after.out Introduce objects to dist. infrastructure when updating Citus (#3477) 2020-02-07 18:07:59 +03:00
upgrade_pg_dist_object_test_before.out Introduce objects to dist. infrastructure when updating Citus (#3477) 2020-02-07 18:07:59 +03:00
upgrade_rebalance_strategy_after.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_rebalance_strategy_before.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_ref2ref_after.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_ref2ref_before.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_type_after.out upgrade_type_after: ORDER BY 2020-04-01 01:07:21 +00:00
upgrade_type_before.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
validate_constraint.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
window_functions.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
with_basics.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
with_dml.out Update with_dml 2020-02-03 13:13:30 -08:00
with_executors.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
with_join.out Update regression tests-2 2020-01-16 12:28:15 +01:00
with_modifying.out Re-add test that broke with GUC workaround 2020-01-16 12:34:50 +01:00
with_nested.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
with_partitioning.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
with_prepare.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
with_set_operations.out Update regression tests-2 2020-01-16 12:28:15 +01:00
with_transactions.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01:00
with_where.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_binary_data_partition.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_check_invalid_arguments.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_create_table.out
worker_hash_partition.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_hash_partition_complex.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_merge_hash_files.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_merge_range_files.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_null_data_partition.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_range_partition.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_range_partition_complex.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
worker_remove_files.out Actually check that test output normalization is applied in CI (#3358) 2020-01-06 10:37:34 +01:00