citus/src/test/regress
Onder Kalaci 2eabf3fcfa Allow all types of nodes in the WHERE clauses
This change removes the whitelisting check on the WHERE clauses. Note that, before
this change, citus was already allowing all types of nodes with the following
format (i.e., wrap with a boolean test):

  * SELECT col FROM table WHERE (ANY EXPRESSION) is TRUE;

Thus, this change is mostly useful for allowing the expressions in the WHERE clause
directly and avoiding "unsupport clause type" errors.
2016-03-30 16:39:58 +03:00
..
data Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
expected Allow all types of nodes in the WHERE clauses 2016-03-30 16:39:58 +03:00
input Improve DDL replication related regression tests. 2016-03-17 16:05:54 -07:00
output Improve DDL replication related regression tests. 2016-03-17 16:05:54 -07:00
sql Allow all types of nodes in the WHERE clauses 2016-03-30 16:39:58 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Changed product name to citus 2016-02-15 16:04:31 +02:00
multi_fdw_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
multi_schedule Fixes issue #313 2016-03-30 15:39:12 +03:00
pg_regress_multi.pl Merge latest 5.0 release fixes 2016-03-23 17:43:34 -06:00
worker_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00