citus/src
Onder Kalaci 1a0678bc7f Add union support within the JOINS
This commit adds support for UNION/UNION ALL subqueries that are
in the following form:

     .... (Q1 UNION Q2 UNION ...) as union_query JOIN (QN) ...

In other words, we currently do NOT support the queries that are
in the following form where union query is not JOINed with
other relations/subqueries :

     .... (Q1 UNION Q2 UNION ...) as union_query ....
2017-04-19 11:46:55 +03:00
..
backend Add union support within the JOINS 2017-04-19 11:46:55 +03:00
include Enable top level subquery join queries 2017-04-19 11:46:54 +03:00
test/regress Add union support within the JOINS 2017-04-19 11:46:55 +03:00