citus/src/test/regress/expected
Onder Kalaci 2c349e6dfd Use current user to sync metadata
Before this commit, we always synced the metadata with superuser.
However, that creates various edge cases such as visibility errors
or self distributed deadlocks or complicates user access checks.

Instead, with this commit, we use the current user to sync the metadata.
Note that, `start_metadata_sync_to_node` still requires super user
because accessing certain metadata (like pg_dist_node) always require
superuser (e.g., the current user should be a superuser).

However, metadata syncing operations regarding the distributed
tables can now be done with regular users, as long as the user
is the owner of the table. A table owner can still insert non-sense
metadata, however it'd only affect its own table. So, we cannot do
anything about that.
2021-07-16 13:25:27 +02:00
..
.gitignore Update gitignore files 2021-05-12 09:49:07 +03:00
adaptive_executor.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
adaptive_executor_repartition.out Fix partition column index issue (#4591) 2021-01-29 14:40:40 +03:00
add_coordinator.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
aggregate_support.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03:00
alter_database_owner.out Feature: alter database owner (#4986) 2021-05-20 13:27:44 +02:00
alter_distributed_table.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
alter_index.out Add alter index set statistics support (#4455) 2021-01-05 13:23:11 +03:00
alter_role_propagation.out Add test for public shard not found issue 2021-04-06 10:29:17 +03:00
alter_table_set_access_method.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03:00
anonymous_columns.out fix sorting on string litteral (#4045) 2020-07-20 17:39:27 +02:00
auto_undist_citus_local.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
base_enable_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
binary_protocol.out Fix EXPLAIN ANALYZE received data counter issues (#3917) 2020-06-17 11:33:38 +02:00
bool_agg.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
ch_bench_having.out normalize some output and sort test result 2020-08-04 15:18:27 +03:00
ch_bench_having_mx.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03: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 Replace flaky repartition analyze test with a non flaky one (#3950) 2020-06-25 15:19:15 +02:00
citus_local_dist_joins.out Rename udf in regression tests (as per prev commit) 2021-01-27 15:52:37 +03:00
citus_local_table_triggers.out Rename udf in regression tests (as per prev commit) 2021-01-27 15:52:37 +03:00
citus_local_tables.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
citus_local_tables_mx.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
citus_local_tables_queries.out Not mention citus local tables in error messages (#4579) 2021-01-27 12:36:53 +03:00
citus_local_tables_queries_mx.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
citus_table_triggers.out Not mention citus local tables in error messages (#4579) 2021-01-27 12:36:53 +03:00
citus_update_table_statistics.out Reimplement citus_update_table_statistics to detect dist. deadlocks (#4752) 2021-03-03 04:12:30 +03:00
columnar_alter.out Implement columnar index support functions 2021-06-16 19:59:32 +03:00
columnar_alter_set_type.out Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_analyze.out Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_citus_integration.out Enforce table opt constraints when using alter_columnar_table_set (#5029) 2021-06-08 17:39:16 +03:00
columnar_clean.out Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_create.out Implement columnar index support functions 2021-06-16 19:59:32 +03:00
columnar_cursor.out Add columnar regression tests (#4727) 2021-02-23 14:16:38 +03:00
columnar_drop.out Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_empty.out Merge remote-tracking branch 'origin/master' into columnar-index 2021-06-16 20:23:50 +03:00
columnar_fallback_scan.out Columnar: always disable parallel paths. (#4617) 2021-02-02 11:37:42 -08:00
columnar_first_row_number.out Fix first_row_number test for stripe_row_limit enforcement 2021-06-17 10:51:43 +03:00
columnar_index_concurrency.out Support columnar table index builds with CONCURRENTLY option (#5032) 2021-07-09 13:44:58 +03:00
columnar_indexes.out Support columnar table index builds with CONCURRENTLY option (#5032) 2021-07-09 13:44:58 +03:00
columnar_insert.out Merge remote-tracking branch 'origin/master' into columnar-index 2021-06-16 20:23:50 +03:00
columnar_join.out Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_lz4.out Move columnar test helpers to a separate file (#4908) 2021-04-16 18:56:21 +03:00
columnar_lz4_0.out Move columnar test helpers to a separate file (#4908) 2021-04-16 18:56:21 +03:00
columnar_matview.out Move columnar test helpers to a separate file (#4908) 2021-04-16 18:56:21 +03:00
columnar_memory.out Move columnar test helpers to a separate file (#4908) 2021-04-16 18:56:21 +03:00
columnar_partitioning.out Normalize the ConvertTable notices 2021-03-01 10:36:12 +01:00
columnar_partitioning_1.out Normalize the ConvertTable notices 2021-03-01 10:36:12 +01:00
columnar_permissions.out Columnar: Call nextval_internal instead of DirectFunctionCall. 2021-02-06 01:45:30 -08:00
columnar_query.out Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_recursive.out Move columnar test helpers to a separate file (#4908) 2021-04-16 18:56:21 +03:00
columnar_rollback.out Add first_row_number column to columnar.stripe for tid mapping 2021-05-10 20:16:50 +03:00
columnar_tableoptions.out Enforce table opt constraints when using alter_columnar_table_set (#5029) 2021-06-08 17:39:16 +03:00
columnar_temp_tables.out Support temporary columnar tables (#4766) 2021-03-12 12:01:36 +03:00
columnar_test_helpers.out Columnnar: metapage changes. (#4907) 2021-05-10 20:16:46 +03:00
columnar_transactions.out Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_trigger.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03:00
columnar_truncate.out Add first_row_number column to columnar.stripe for tid mapping 2021-05-10 20:16:50 +03:00
columnar_types_without_comparison.out Add columnar regression tests (#4727) 2021-02-23 14:16:38 +03:00
columnar_types_without_comparison_0.out Add columnar regression tests (#4727) 2021-02-23 14:16:38 +03:00
columnar_update_delete.out Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_vacuum.out Add first_row_number column to columnar.stripe for tid mapping 2021-05-10 20:16:50 +03:00
columnar_vacuum_vs_insert.out Columnar: rename files and tests. (#4751) 2021-03-01 08:34:24 -08:00
columnar_write_concurrency.out Add first_row_number column to columnar.stripe for tid mapping 2021-05-10 20:16:50 +03:00
columnar_zstd.out Move columnar test helpers to a separate file (#4908) 2021-04-16 18:56:21 +03:00
columnar_zstd_0.out Move columnar test helpers to a separate file (#4908) 2021-04-16 18:56:21 +03:00
coordinator_evaluation.out Fix a crash with inserting domain composite types in coord. evaluation (#4231) 2020-10-13 14:19:59 +03:00
coordinator_evaluation_modify.out Improve regression tests for prepared statements 2021-06-21 13:34:44 +03:00
coordinator_evaluation_select.out Improve regression tests for prepared statements 2021-06-21 13:34:44 +03:00
coordinator_shouldhaveshards.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
create.out fix style 2020-11-17 18:55:35 +01:00
create_citus_local_table_cascade.out Rename udf in regression tests (as per prev commit) 2021-01-27 15:52:37 +03:00
create_ref_dist_from_citus_local.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
cross_join.out Prevent cross join without any target list entries (#4750) 2021-02-26 11:04:21 +01:00
cte_inline.out Expose partition column of subqueries in optimizer (#4355) 2020-12-18 20:32:52 +01:00
cte_nested_modification.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
cte_prepared_modify.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
cursors.out Do not execute subplans multiple times with cursors 2020-11-20 10:43:56 +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
data_types.out Add regression tests with different data types 2020-12-04 10:25:00 +03:00
disable_object_propagation.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_collations.out Fix FROM ONLY queries on partitioned tables 2021-04-27 16:10:07 +02:00
distributed_collations_conflict.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
distributed_functions.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03: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 Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
distributed_types.out Disallow field indirection in INSERT/UPDATE queries (#4241) 2020-10-14 14:11:59 +03:00
distributed_types_conflict.out Adds public host to only hyperscale tests 2020-04-10 15:54:47 +03:00
distributed_types_xact_add_enum_value.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
dml_recursive.out Increase the performance with a trick 2020-12-15 18:18:36 +03:00
ensure_no_intermediate_data_leak.out test that we don't leak intermediate schemas (#3737) 2020-04-09 12:17:41 +03:00
ensure_no_shared_connection_leak.out Temporarily disable connection leak tests that fail a lot (#3911) 2020-06-16 13:48:48 +02: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 Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
failure_1pc_copy_append.out Fix tests for public schema 2021-04-06 10:29:17 +03:00
failure_1pc_copy_hash.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_add_disable_node.out Not allow removing a single node with ref tables (#4127) 2020-09-18 15:35:59 +03:00
failure_connection_establishment.out Fix flappy failure test 2020-12-03 13:54:02 +01:00
failure_copy_on_hash.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02: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 Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
failure_create_index_concurrently.out Rethrow original concurrent index creation failure message (#4469) 2021-01-06 15:27:13 +03:00
failure_create_reference_table.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
failure_create_table.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
failure_cte_subquery.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
failure_ddl.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
failure_distributed_results.out Local node connection management 2020-12-03 14:16:13 +03:00
failure_failover_to_local_execution.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
failure_insert_select_pushdown.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_insert_select_repartition.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_insert_select_via_coordinator.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_multi_dml.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_multi_row_insert.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_multi_shard_update_delete.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
failure_mx_metadata_sync.out Use current user to sync metadata 2021-07-16 13:25:27 +02: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 Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_replicated_partitions.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
failure_savepoints.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_setup.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
failure_single_mod.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_single_select.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_test_helpers.out Local node connection management 2020-12-03 14:16:13 +03:00
failure_truncate.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_vacuum.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02:00
failure_vacuum_1.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
fast_path_router_modify.out Remove flag from 2020-07-20 12:45:05 +02:00
fkeys_between_local_ref.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
follower_single_node.out Add simple follower test for columnar. (#4432) 2020-12-18 13:59:20 -08:00
foreign_key_restriction_enforcement.out Not mention citus local tables in error messages (#4579) 2021-01-27 12:36:53 +03:00
foreign_key_to_reference_shard_rebalance.out Add citus_cleanup_orphaned_shards UDF 2021-06-04 11:23:07 +02:00
foreign_key_to_reference_table.out Fix check to always allow foreign keys to reference tables (#5073) 2021-06-24 12:15:52 +02:00
geqo.out Turn RelOptInfos to only used field of them, relids, to be able to copy 2020-10-22 13:42:28 +03:00
grant_on_schema_propagation.out Refactor alter role to work on distributed roles (#3739) 2020-04-16 12:23:27 +02:00
having_subquery.out Refactor master query to be planned by postgres' planner (#3326) 2020-02-25 14:39:56 +01:00
ignoring_orphaned_shards.out Not include to-be-deleted shards while finding shard placements 2021-06-28 13:05:31 +03:00
insert_select_connection_leak.out Shorten insert_select_connection_leak_test 2020-09-18 10:07:15 +03:00
insert_select_into_local_table.out Insert Select Into Local Table (#3870) 2020-06-12 17:06:31 +03:00
insert_select_repartition.out Fixes column default coming from a sequence (#4914) 2021-06-03 23:02:09 +03:00
intermediate_result_pruning.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
intermediate_results.out Remove flag from 2020-07-20 12:45:05 +02:00
isolation_add_node_vs_reference_table_operations.out GUC for replicate reference tables on activate. 2020-04-08 12:42:45 -07:00
isolation_add_remove_node.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_append_copy_vs_all.out Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03:00
isolation_blocking_move_multi_shard_commands.out Enable citus.defer_drop_after_shard_move by default (#4961) 2021-05-21 10:48:32 +03:00
isolation_blocking_move_multi_shard_commands_on_mx.out Enable citus.defer_drop_after_shard_move by default (#4961) 2021-05-21 10:48:32 +03:00
isolation_blocking_move_single_shard_commands.out Enable citus.defer_drop_after_shard_move by default (#4961) 2021-05-21 10:48:32 +03:00
isolation_blocking_move_single_shard_commands_on_mx.out Enable citus.defer_drop_after_shard_move by default (#4961) 2021-05-21 10:48:32 +03:00
isolation_cancellation.out Add a CI check to see if all tests are part of a schedule (#3959) 2020-07-03 11:34:55 +02:00
isolation_citus_dist_activity.out Fix tests for public schema 2021-04-06 10:29:17 +03: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 Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
isolation_copy_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_create_citus_local_table.out Rename udf in regression tests (as per prev commit) 2021-01-27 15:52:37 +03:00
isolation_create_distributed_table.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_create_restore_point.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
isolation_create_table_vs_add_remove_node.out Not allow removing a single node with ref tables (#4127) 2020-09-18 15:35:59 +03: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 Re-enable isolation test for reference tables + distributed deadlock detection 2020-04-24 11:53:03 +02: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 Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03: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 Use current user to sync metadata 2021-07-16 13:25:27 +02: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 Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
isolation_extension_commands.out Feature: alter database owner (#4986) 2021-05-20 13:27:44 +02: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 Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03: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 Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03: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_metadata_sync_deadlock.out Normalize isolation_metadata_sync_deadlock 2021-02-06 15:59:28 -08: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 Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03:00
isolation_progress_monitoring.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_range_copy_vs_all.out Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03:00
isolation_rebalancer_deferred_drop.out Use "orphaned shards" naming in more places 2021-06-04 11:39:19 +02: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 replace task-tracker with adaptive in tests 2020-07-21 16:21:01 +03: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 Rename master to distributed for worker stat activity 2021-02-04 12:20:06 +03:00
isolation_select_for_update.out Remove flag from 2020-07-20 12:45:05 +02:00
isolation_select_vs_all.out Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03:00
isolation_select_vs_all_on_mx.out Support use of binary protocol in between nodes (#3877) 2020-06-12 15:02:51 +02:00
isolation_shard_rebalancer.out Fetch shard size on the fly for the rebalance monitor 2021-05-20 16:38:17 +02:00
isolation_shard_rebalancer_progress.out Enable citus.defer_drop_after_shard_move by default (#4961) 2021-05-21 10:48:32 +03: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 Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03:00
isolation_truncate_vs_all_on_mx.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
isolation_undistribute_table.out Adds alter_distributed_table and alter_table_set_access_method UDFs 2021-01-13 16:02:39 +03: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 Lookup hostname before execution (#4976) 2021-05-18 16:46:31 +03:00
isolation_update_node_lock_writes.out Lookup hostname before execution (#4976) 2021-05-18 16:46:31 +03:00
isolation_update_vs_all.out Allow routing modifying CTEs 2020-06-11 15:14:06 +00: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
join_pushdown.out rework ci 2020-12-18 18:04:45 +01:00
limit_intermediate_size.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
local_dist_join_mixed.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
local_dist_join_modifications.out Increase the performance with a trick 2020-12-15 18:18:36 +03:00
local_shard_copy.out Fixes column default coming from a sequence (#4914) 2021-06-03 23:02:09 +03:00
local_shard_execution.out Improve regression tests for prepared statements 2021-06-21 13:34:44 +03:00
local_shard_execution_dropped_column.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
local_shard_utility_command_execution.out Move local execution after remote execution (#4301) 2020-11-24 13:43:38 +01:00
local_table_join.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
locally_execute_intermediate_results.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
master_copy_shard_placement.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
materialized_view.out Make sure that materialized views that contains only (#4499) 2021-01-13 13:17:43 +03:00
metadata_sync_helpers.out Use current user to sync metadata 2021-07-16 13:25:27 +02:00
mixed_relkind_tests.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03: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 Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03: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_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 Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_colocated_shard_rebalance.out Enable citus.defer_drop_after_shard_move by default (#4961) 2021-05-21 10:48:32 +03:00
multi_colocated_shard_transfer.out Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
multi_colocation_utils.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_complex_expressions.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03: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 Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_create_table.out Adds shard_count parameter to create_distributed_table 2021-03-29 16:22:49 +03:00
multi_create_table_constraints.out Adds public host to only hyperscale tests 2020-04-10 15:54:47 +03:00
multi_create_table_new_features.out Add a CI check to see if all tests are part of a schedule (#3959) 2020-07-03 11:34:55 +02:00
multi_create_table_superuser.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_cross_shard.out update test outputs with task-tracker removal 2020-07-21 16:25:08 +03:00
multi_data_types.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
multi_deparse_function.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03: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 Adds public host to only hyperscale tests 2020-04-10 15:54:47 +03:00
multi_distribution_metadata.out Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
multi_drop_extension.out Add tests for concurrent index deadlock issue (#4775) 2021-03-04 11:56:54 +03:00
multi_dropped_column_aliases.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_explain.out Fix tests for public schema 2021-04-06 10:29:17 +03:00
multi_extension.out Remove public schema dependency for 10.0 upgrades 2021-07-09 02:08:22 +03:00
multi_follower_configure_followers.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_follower_dml.out Rename udf in regression tests (as per prev commit) 2021-01-27 15:52:37 +03: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 rework ci 2020-12-18 18:04:45 +01:00
multi_foreign_key.out Fix dropping fkey when distributing table 2021-02-11 15:48:35 +03:00
multi_foreign_key_relation_graph.out Fix fkey graph test for self reference (#4450) 2020-12-28 12:47:39 +03:00
multi_function_evaluation.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03:00
multi_function_in_join.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_function_in_join_0.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_generate_ddl_commands.out Remove length limitations for table renames 2021-02-24 03:35:27 +03:00
multi_hash_pruning.out Improve error messages in shard pruning (#4324) 2020-11-18 17:16:06 +03:00
multi_having_pushdown.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_index_statements.out Failing long table name tests 2021-02-24 03:35:27 +03:00
multi_insert_conflict.out Move more from insert_select_executor to insert_select_planner 2020-06-26 08:08:26 -07:00
multi_insert_select.out Fixes column default coming from a sequence (#4914) 2021-06-03 23:02:09 +03:00
multi_insert_select_conflict.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
multi_insert_select_non_pushable_queries.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
multi_insert_select_window.out Support co-located/recurring correlated subqueries 2020-12-15 14:17:16 +01:00
multi_join_order_additional.out update test outputs with task-tracker removal 2020-07-21 16:25:08 +03:00
multi_join_order_tpch_repartition.out update test outputs with task-tracker removal 2020-07-21 16:25:08 +03: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 Fix lower boundary calculation when pruning range dist table shards (#5082) 2021-07-02 14:48:21 +03: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 Expose partition column of subqueries in optimizer (#4355) 2020-12-18 20:32:52 +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 Implement an improvement threshold in the rebalancer (#4927) 2021-05-11 14:24:59 +02:00
multi_metadata_sync.out Use current user to sync metadata 2021-07-16 13:25:27 +02:00
multi_modifications.out Use current user to sync metadata 2021-07-16 13:25:27 +02:00
multi_modifying_xacts.out Drop table if exists 2021-06-16 14:19:59 +03:00
multi_move_mx.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_multiuser.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_mx_add_coordinator.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_mx_alter_distributed_table.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_call.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_mx_create_table.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_ddl.out Fixes column default coming from a sequence (#4914) 2021-06-03 23:02:09 +03:00
multi_mx_explain.out Fix tests for public schema 2021-04-06 10:29:17 +03:00
multi_mx_function_call_delegation.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_mx_function_table_reference.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_hide_shard_names.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_insert_select_repartition.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_metadata.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03:00
multi_mx_modifications.out Adjust the existing regression tests 2020-12-15 18:17:10 +03:00
multi_mx_modifications_to_reference_tables.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_modifying_xacts.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
multi_mx_node_metadata.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_mx_partitioning.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_reference_table.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_repartition_join_w1.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
multi_mx_repartition_join_w2.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
multi_mx_repartition_udt_prepare.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_repartition_udt_w1.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
multi_mx_repartition_udt_w2.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
multi_mx_router_planner.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
multi_mx_schema_support.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +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 Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_mx_truncate_from_worker.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
multi_name_lengths.out Switch to sequential mode on long partition names 2021-04-14 15:27:50 +03:00
multi_name_resolution.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_null_minmax_value_pruning.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03: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 Fix shard id difference for enterprise 2021-06-01 17:17:46 +03:00
multi_partitioning_utils.out Introduce UDFs for fixing partitioned table constraint names 2021-01-29 17:32:20 +03:00
multi_prepare_plsql.out update test outputs with task-tracker removal 2020-07-21 16:25:08 +03:00
multi_prepare_sql.out update test outputs with task-tracker removal 2020-07-21 16:25:08 +03:00
multi_prune_shard_list.out Fix lower boundary calculation when pruning range dist table shards (#5082) 2021-07-02 14:48:21 +03:00
multi_query_directory_cleanup.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_read_from_secondaries.out Fixes column default coming from a sequence (#4914) 2021-06-03 23:02:09 +03:00
multi_real_time_transaction.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
multi_reference_table.out Not mention citus local tables in error messages (#4579) 2021-01-27 12:36:53 +03:00
multi_remove_node_reference_table.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_repair_shards.out Rename RelayFileState to ShardState 2020-01-12 05:57:53 +00:00
multi_repartition_join_planning.out remove task-tracker in comments, documentation 2020-07-21 16:21:01 +03:00
multi_repartition_join_pruning.out remove task-tracker in comments, documentation 2020-07-21 16:21:01 +03: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 error messages in shard pruning (#4324) 2020-11-18 17:16:06 +03:00
multi_repartition_udt.out update test outputs with task-tracker removal 2020-07-21 16:25:08 +03:00
multi_repartitioned_subquery_udf.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
multi_replicate_reference_table.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_router_planner.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
multi_router_planner_fast_path.out Fix insert query with CTEs/sublinks/subqueries etc (#4700) 2021-02-23 18:00:47 +03:00
multi_row_insert.out Fixes column default coming from a sequence (#4914) 2021-06-03 23:02:09 +03:00
multi_row_router_insert.out Rename udf in regression tests (as per prev commit) 2021-01-27 15:52:37 +03:00
multi_schema_support.out Add tests for propagating alter schema rename 2020-12-02 15:18:26 +03:00
multi_select_distinct.out update some tests 2020-08-04 15:18:27 +03:00
multi_select_distinct_1.out update some tests 2020-08-04 15:18:27 +03:00
multi_select_for_update.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_sequence_default.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_shard_update_delete.out Adjust the existing regression tests 2020-12-15 18:17:10 +03:00
multi_simple_queries.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03:00
multi_single_relation_subquery.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
multi_size_queries.out Allow citus size functions on replicated tables 2020-12-03 16:33:24 +01:00
multi_sql_function.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
multi_subquery.out Expose partition column of subqueries in optimizer (#4355) 2020-12-18 20:32:52 +01:00
multi_subquery_behavioral_analytics.out Allow constant VALUES clauses in pushdown queries 2021-04-21 14:28:08 +02:00
multi_subquery_complex_queries.out Expose partition column of subqueries in optimizer (#4355) 2020-12-18 20:32:52 +01:00
multi_subquery_complex_reference_clause.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
multi_subquery_in_where_clause.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
multi_subquery_in_where_reference_clause.out Support co-located/recurring sublinks in the target list 2020-12-13 15:45:24 +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 Drop postgres 11 support 2021-03-25 09:20:28 +03:00
multi_subtransactions.out Fix Subtransaction memory leak 2020-07-09 12:33:39 -07:00
multi_table_ddl.out Adds propagation of ALTER SEQUENCE and other improvements (#5061) 2021-06-24 21:23:25 +03:00
multi_task_assignment_policy.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
multi_task_string_size.out Remove unused GUCs 2021-01-15 13:30:45 +03:00
multi_test_catalog_views.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
multi_test_helpers.out Fix various typos due to zealous repetition 2021-03-04 19:28:15 +00:00
multi_test_helpers_superuser.out Add citus_cleanup_orphaned_shards UDF 2021-06-04 11:23:07 +02: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 Use 2PC when using a node connection (#4997) 2021-05-21 14:58:53 +03:00
multi_transactional_drop_shards.out Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03:00
multi_truncate.out Improve tests for truncating local data (#5012) 2021-06-03 08:51:32 +03:00
multi_unsupported_worker_operations.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
multi_upgrade_reference_table.out Remove upgrade_to_reference_table UDF 2020-12-23 00:40:14 +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 Fix a bug that causes worker_create_or_alter_role to crash with NULL input 2021-06-15 20:07:08 +02:00
multi_utility_statements.out Support co-located/recurring sublinks in the target list 2020-12-13 15:45:24 +01:00
multi_utility_warnings.out Add the shard rebalancer implementation 2021-01-07 16:51:55 +01:00
multi_view.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
multi_working_columns.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
mx_coordinator_shouldhaveshards.out Add regression tests for changing column type with fkey 2021-06-23 09:03:55 +03:00
mx_foreign_key_to_reference_table.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
mx_regular_user.out Use current user to sync metadata 2021-07-16 13:25:27 +02:00
node_conninfo_reload.out Improve connection error message from the worker nodes 2020-04-20 13:32:55 +02: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 Drop postgres 11 support 2021-03-25 09:20:28 +03:00
null_parameters.out Fix flaky test 2021-02-24 17:09:08 +03:00
partitioned_intermediate_results.out Partitioned task list results. 2020-01-09 10:32:58 -08:00
partitioning_issue_3970.out Limit shardId in partitioned table constraint names to only CHECK 2021-01-29 17:29:53 +03:00
pg12.out Normalize the ConvertTable notices 2021-03-01 10:36:12 +01:00
pg13.out Add subplan test with insert 2020-10-01 13:58:55 +03:00
pg13_0.out add alternative out for pg13 test 2020-08-04 15:38:13 +03:00
pg13_propagate_statistics.out Add separate pg13 test for stats targets 2020-12-24 18:01:25 +03:00
pg13_propagate_statistics_0.out Add separate pg13 test for stats targets 2020-12-24 18:01:25 +03:00
pg13_with_ties.out Normalize the ConvertTable notices 2021-03-01 10:36:12 +01:00
pg13_with_ties_0.out Adds support for WITH TIES option 2020-10-12 19:34:18 +03:00
pg_dump.out Add columnar pg_dump test. (#4433) 2020-12-22 15:57:35 -08:00
propagate_extension_commands.out add output for pg13 for propagate extension commands 2020-08-04 15:18:27 +03:00
propagate_extension_commands_1.out add output for pg13 for propagate extension commands 2020-08-04 15:18:27 +03:00
propagate_set_commands.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
propagate_statistics.out Fix assert failure when creating statistics 2021-01-15 19:36:58 +03:00
recursive_dml_queries_mx.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03: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
recursive_relation_planning_restriction_pushdown.out Fix nested select query with union bug 2021-05-05 20:35:00 +03:00
recursive_view_local_table.out Do not rely on set_rel_pathlist_hook for finding local relations 2020-11-06 11:14:30 +01:00
ref_citus_local_fkeys.out Rename udf in regression tests (as per prev commit) 2021-01-27 15:52:37 +03:00
relation_access_tracking.out Allow routing modifying CTEs 2020-06-11 15:14:06 +00:00
remove_coordinator.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
replicate_reference_tables_to_coordinator.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03:00
replicated_partitioned_table.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
rollback_to_savepoint.out Fix assertion error when rolling back to savepoint (#3868) 2020-06-30 11:31:46 +02:00
row_types.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
sequential_modifications.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
set_operation_and_local_tables.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
set_operations.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
set_role_in_transaction.out Implement shared connection count reservation & enable `citus.max_shared_pool_size` for COPY 2020-08-03 18:51:40 +02:00
shard_move_deferred_delete.out Cleanup orphaned shards before moving when necessary 2021-06-04 11:23:07 +02:00
shard_rebalancer.out Only allow moves of shards of distributed tables (#5072) 2021-06-23 16:25:46 +02:00
shard_rebalancer_unit.out Implement an improvement threshold in the rebalancer (#4927) 2021-05-11 14:24:59 +02:00
shared_connection_stats.out Add GUC to set maximum connection lifetime 2021-03-16 01:57:57 +01:00
shared_connection_waits.out Throttle connections to the worker nodes 2020-04-14 10:27:48 +02:00
single_hash_repartition_join.out update test outputs with task-tracker removal 2020-07-21 16:25:08 +03:00
single_node.out Disable dropping and truncating known shards 2021-06-02 14:30:27 +02:00
single_node_truncate.out Improve tests for truncating local data (#5012) 2021-06-03 08:51:32 +03:00
sql_procedure.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
sqlancer_failures.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
sqlsmith_failures.out Fix for pruned target list entries (#3818) 2020-05-06 13:56:02 +02:00
ssl_by_default.out Use Microsoft approved cipher string (#3639) 2020-03-24 15:51:44 +01:00
start_stop_metadata_sync.out Add parameter to cleanup metadata (#5055) 2021-07-01 16:23:53 +03:00
statement_cancel_error_message.out Fix wrong cancellation message about distributed deadlocks (#3956) 2020-06-30 14:57:46 +02:00
subqueries_deep.out Add support for window functions on coordinator 2020-03-25 15:31:20 +00:00
subqueries_not_supported.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
subquery_and_cte.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03:00
subquery_basics.out Improve the relation restriction counters 2020-10-19 08:51:16 +02:00
subquery_complex_target_list.out Drop postgres 11 support 2021-03-25 09:20:28 +03: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_targetlist.out Expand support for subqueries in target list through recursive planning 2021-01-13 17:26:09 +01:00
subquery_in_where.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
subquery_local_tables.out Add test for issue, does not reproduce issue 2020-02-18 23:45:17 +00:00
subquery_partitioning.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
subquery_prepared_statements.out Call 6 times not 7 in subquery_prepared_statements (#4357) 2020-11-30 21:20:51 +03:00
subquery_view.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
tableam.out Fixes column default coming from a sequence (#4914) 2021-06-03 23:02:09 +03:00
task_tracker_assign_task.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
task_tracker_cleanup_job.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
task_tracker_create_table.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
task_tracker_partition_task.out Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
tdigest_aggregate_support.out Normalize Output:.. since it changes with pg13 2020-08-04 15:38:13 +03:00
tdigest_aggregate_support_0.out Feature: tdigest aggregate (#3897) 2020-06-12 13:50:28 +02:00
undistribute_table.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
undistribute_table_cascade.out Rename udf in regression tests (as per prev commit) 2021-01-27 15:52:37 +03:00
undistribute_table_cascade_mx.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
union_pushdown.out Add tests for union pushdown workaround (#5005) 2021-05-31 20:02:20 +02:00
upgrade_basic_after.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
upgrade_basic_before.out Remove the word 'master' from Citus UDFs (#4472) 2021-01-13 12:10:43 +03:00
upgrade_columnar_after.out Columnar: improve naming of limit config variables. (#4653) 2021-02-06 09:04:04 -08:00
upgrade_columnar_after_0.out Columnar: pg_upgrade support (#4354) 2020-12-02 08:46:59 -08:00
upgrade_columnar_before.out Columnar: improve naming of limit config variables. (#4653) 2021-02-06 09:04:04 -08:00
upgrade_columnar_metapage_after.out Add first_row_number column to columnar.stripe for tid mapping 2021-05-10 20:16:50 +03:00
upgrade_columnar_metapage_after_0.out Columnnar: metapage changes. (#4907) 2021-05-10 20:16:46 +03:00
upgrade_columnar_metapage_before.out Add first_row_number column to columnar.stripe for tid mapping 2021-05-10 20:16:50 +03:00
upgrade_columnar_metapage_before_0.out Columnnar: metapage changes. (#4907) 2021-05-10 20:16:46 +03:00
upgrade_distributed_function_after.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
upgrade_distributed_function_before.out Remove all occurences of replication_model GUC 2021-05-21 16:14:59 +03:00
upgrade_list_citus_objects.out Use current user to sync metadata 2021-07-16 13:25:27 +02:00
upgrade_list_citus_objects_0.out Merge remote-tracking branch 'origin/master' into columnar-index 2021-06-16 20:23:50 +03:00
upgrade_partition_constraints_after.out Run some upgrade tests only when old version=9.0 2021-04-26 14:53:53 +03:00
upgrade_partition_constraints_after_0.out Run some upgrade tests only when old version=9.0 2021-04-26 14:53:53 +03:00
upgrade_partition_constraints_before.out Run some upgrade tests only when old version=9.0 2021-04-26 14:53:53 +03:00
upgrade_partition_constraints_before_0.out Run some upgrade tests only when old version=9.0 2021-04-26 14:53:53 +03:00
upgrade_pg_dist_object_test_after.out Feature: alter database owner (#4986) 2021-05-20 13:27:44 +02:00
upgrade_pg_dist_object_test_after_0.out Run some upgrade tests only when old version=9.0 2021-04-26 14:53:53 +03:00
upgrade_pg_dist_object_test_before.out Run some upgrade tests only when old version=9.0 2021-04-26 14:53:53 +03:00
upgrade_pg_dist_object_test_before_0.out Run some upgrade tests only when old version=9.0 2021-04-26 14:53:53 +03:00
upgrade_rebalance_strategy_after.out Implement an improvement threshold in the rebalancer (#4927) 2021-05-11 14:24:59 +02:00
upgrade_rebalance_strategy_before.out Implement an improvement threshold in the rebalancer (#4927) 2021-05-11 14:24:59 +02: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
values.out Ignore pl/pgsql line numbers in regression outputs (#4411) 2021-06-17 14:11:17 +03:00
window_functions.out Remove function GenerateNewTargetEntriesForSortClauses 2021-06-01 12:35:36 +03:00
window_functions_0.out Remove function GenerateNewTargetEntriesForSortClauses 2021-06-01 12:35:36 +03:00
with_basics.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
with_dml.out Update with_dml 2020-02-03 13:13:30 -08:00
with_executors.out Adjust the existing regression tests 2020-12-15 18:17:10 +03:00
with_join.out Fix error message for local table joins (#4870) 2021-04-06 16:18:28 +03:00
with_modifying.out Drop postgres 11 support 2021-03-25 09:20:28 +03:00
with_nested.out Normalize tests: Remove trailing whitespace 2020-01-06 09:32:03 +01:00
with_partitioning.out Fix typo: longer visible -> no longer visible (#3803) 2020-04-27 16:32:46 +03:00
with_prepare.out Allow routing modifying CTEs 2020-06-11 15:14:06 +00:00
with_set_operations.out Drop postgres 11 support 2021-03-25 09:20:28 +03: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_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 Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00