citus/src/test/regress/expected
Philip Dubé 5fccc56d3e Expand the set of aggregates which cannot have LIMIT approximated
Previously we only prevented AVG from being pushed down, but this is incorrect:
- array_agg, while somewhat non sensical to order by, will potentially be missing values
- combinefunc aggregation will raise errors about cstrings not being comparable (while we also can't know if the aggregate is commutative)

This commit limits approximating LIMIT pushdown when ordering by aggregates to:
min, max, sum, count, bit_and, bit_or, every, any
Which means of those we previously supported, we now exclude:
avg, array_agg, jsonb_agg, jsonb_object_agg, json_agg, json_object_agg, hll_add, hll_union, topn_add, topn_union
2020-01-30 17:45:18 +00: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
add_coordinator.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
aggregate_support.out Fix row-gather for subqueries being handled by task-tracker 2020-01-10 01:51:37 +00:00
alter_role_propagation.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Normalize tests: s/Subplan [0-9]+\_/Subplan XXX\_/g 2020-01-06 09:32:03 +01:00
ch_bench_having_mx.out Normalize tests: s/Subplan [0-9]+\_/Subplan XXX\_/g 2020-01-06 09:32:03 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
coordinator_shouldhaveshards.out Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
cte_inline.out Fix random output ordering in CTE inlining test (#3434) 2020-01-27 16:38:27 +01:00
cte_inline_0.out Fix random output ordering in CTE inlining test (#3434) 2020-01-27 16:38:27 +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 Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
custom_aggregate_support_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
custom_aggregate_support_1.out Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +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 Update regression tests-1 2020-01-16 12:28:15 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_1pc_copy_hash.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +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_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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
foreign_key_restriction_enforcement.out Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01: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 Adds propagation for grant on schema commands 2020-01-20 14:51:28 +03:00
insert_select_repartition.out Don't use repartitioned INSERT/SELECT for repartition joins 2020-01-16 23:40:31 -08:00
intermediate_result_pruning.out Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_extension_commands.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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_execution.out Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
locally_execute_intermediate_results.out Improve the representation of used sub plans (#3411) 2020-01-24 10:47:14 +01:00
master_evaluation.out Do not evaluate functions on the coordinator for SELECT queries (#3440) 2020-01-30 08:47:28 +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 Do not place new shards with shards in TO_DELETE state (#3408) 2020-01-22 14:52:12 +01:00
multi_colocated_shard_transfer.out Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
multi_colocation_utils.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_complex_expressions.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_complex_expressions_0.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_count_type_conversion.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_create_fdw.out Use citus.next_shard_id where practical in regression tests 2017-11-15 10:12:05 +01:00
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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +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 INSERT/SELECT: show method in EXPLAIN output 2020-01-16 23:24:52 -08:00
multi_extension.out See what flaky multi_extension test is doing with roles 2020-01-23 21:50:40 +00: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 Add regression tests for follower clusters 2017-08-12 12:05:56 +02:00
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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +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 Repartitioned INSERT/SELECT: include job id in result id prefix 2020-01-16 23:24:52 -08:00
multi_insert_select_conflict.out Repartitioned INSERT/SELECT: Test GROUP BY 2020-01-16 23:24:52 -08:00
multi_insert_select_non_pushable_queries.out Implement INSERT ... SELECT with repartitioning 2020-01-16 23:24:52 -08:00
multi_insert_select_window.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_join_order_additional.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_join_order_tpch_repartition.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_join_order_tpch_small.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_join_pruning.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +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 Merge remote-tracking branch 'origin/master' into normalized-test-output 2020-01-06 09:36:04 +01:00
multi_mx_add_coordinator.out Always use NOTICE in log_remote_commands and avoid redaction when possible 2020-01-13 18:24:36 +01: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 Implement INSERT ... SELECT with repartitioning 2020-01-16 23:24:52 -08: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 MX tests for INSERT/SELECT repartition 2020-01-16 23:24:52 -08: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +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 Update regression tests-4 2020-01-16 12:28:15 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_mx_truncate_from_worker.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_partition_pruning.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_partitioning.out Replace shardId lock with lock on colocation+shardIntervalIndex (#3374) 2020-01-16 13:14:01 +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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +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 Update regression tests-1 2020-01-16 12:28:15 +01:00
multi_real_time_transaction.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_reference_table.out Add missing ORDER BY (#3441) 2020-01-29 17:36:32 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_repartition_udt.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_router_planner.out Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
multi_router_planner_fast_path.out Repartitioned INSERT/SELECT: cast columns in SELECT targets 2020-01-16 23:24:52 -08: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_simple_queries_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_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 Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Update regression tests-2 2020-01-16 12:28:15 +01: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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Replace shardId lock with lock on colocation+shardIntervalIndex (#3374) 2020-01-16 13:14:01 +01: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 Normalize tests: s/Subplan [0-9]+\_/Subplan XXX\_/g 2020-01-06 09:32:03 +01: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
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
partitioned_intermediate_results.out Partitioned task list results. 2020-01-09 10:32:58 -08:00
pg12.out Update regression tests-3 2020-01-16 12:28:15 +01:00
pg12_1.out Create a test 'pg12' for pg12 features & error on unsupported new features 2019-08-22 19:30:56 +00:00
propagate_extension_commands.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
remove_coordinator.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
replicate_reference_tables_to_coordinator.out Always use NOTICE in log_remote_commands and avoid redaction when possible 2020-01-13 18:24:36 +01: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 Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
single_hash_repartition_join.out Update regression tests-1 2020-01-16 12:28:15 +01:00
sql_procedure.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
ssl_by_default.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
subqueries_deep.out Update regression tests-1 2020-01-16 12:28:15 +01:00
subqueries_not_supported.out Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +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 Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01: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 Normalize tests: s/read_intermediate_result\('[0-9]+_/read_intermediate_result('XXX_/g 2020-01-06 09:32:03 +01: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 Use citus.next_shard_id where practical in regression tests 2017-11-15 10:12:05 +01:00
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_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 Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01: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 Fix typo: aggragate -> aggregate 2020-01-07 01:16:09 +00:00
with_basics.out Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
with_dml.out Repartitioned INSERT/SELECT: cast columns in SELECT targets 2020-01-16 23:24:52 -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 Use citus.next_shard_id where practical in regression tests 2017-11-15 10:12:05 +01:00
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