citus/src
eren f53057c7dd 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
..
backend Fix Shard Pruning Problem With Subqueries on VARCHAR Partition Columns 2016-04-19 21:55:50 -06:00
bin Update copyright dates 2016-03-23 17:14:37 -06:00
include Add COPY support on master node for append partitioned relations 2016-04-19 21:57:59 +03:00
test/regress Fix Shard Pruning Problem With Subqueries on VARCHAR Partition Columns 2016-04-19 21:55:50 -06:00