citus/src/test/regress/output
eren 1ffc30d7f5
Fix Shard Pruning Problem With Subqueries on VARCHAR Partition Columns
Fixes #375

Prior to this change, shard pruning couldn't be done if:
- Table is hash-distributed
- Partition column of is VARCHAR
- Query to be pruned is a subquery

There were two problems:
- A bug in left-side/right-side checks for the partition column
- We were not considering relabeled types (VARCHAR was relabeled as TEXT)
2016-04-19 21:55:50 -06:00
..
multi_agg_distinct.source Changed product name to citus 2016-02-15 16:04:31 +02:00
multi_agg_type_conversion.source Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
multi_alter_table_statements.source Improve DDL replication related regression tests. 2016-03-17 16:05:54 -07:00
multi_append_table_to_shard.source Changed product name to citus 2016-02-15 16:04:31 +02:00
multi_copy.source Add COPY support on master node for append partitioned relations 2016-04-19 21:57:59 +03:00
multi_create_schema.source Changed product name to citus 2016-02-15 16:04:31 +02:00
multi_fdw_large_shardid.source Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
multi_fdw_stage_data.source Changed product name to citus 2016-02-15 16:04:31 +02:00
multi_large_shardid.source Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
multi_master_delete_protocol.source Drop shards when a distributed table is dropped 2016-02-16 10:54:29 +01:00
multi_outer_join.source Changed product name to citus 2016-02-15 16:04:31 +02:00
multi_stage_data.source Change tests to use default staging policy 2016-02-17 11:03:17 -07:00
multi_stage_large_records.source Changed product name to citus 2016-02-15 16:04:31 +02:00
multi_stage_more_data.source Change tests to use default staging policy 2016-02-17 11:03:17 -07:00
multi_subquery.source Fix Shard Pruning Problem With Subqueries on VARCHAR Partition Columns 2016-04-19 21:55:50 -06:00
worker_copy.source Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00