citus/src/test/regress
Onder Kalaci 522fa9a299 Add ability to reorder target list for INSERT/SELECT queries
The necessity for this functionality comes from the fact that ruleutils.c is not supposed to be
used on "rewritten" queries (i.e. ones that have been passed through QueryRewrite()).
Query rewriting is the process in which views and such are expanded,
and, INSERT/UPDATE targetlists are reordered to match the physical order,
defaults etc. For the details of reordeing, see transformInsertRow().
2016-10-24 15:17:56 +03:00
..
data Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
expected Add ability to reorder target list for INSERT/SELECT queries 2016-10-24 15:17:56 +03:00
input Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
output Parallelise DDL commands 2016-10-24 12:39:08 +02:00
sql Add ability to reorder target list for INSERT/SELECT queries 2016-10-24 15:17:56 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Fix tests and tell Travis to run them all 2016-10-07 17:32:54 -06:00
multi_binary_schedule Switch from pg_worker_list.conf file to pg_dist_node metadata table. 2016-10-05 13:01:35 +03:00
multi_schedule Add ability to reorder target list for INSERT/SELECT queries 2016-10-24 15:17:56 +03:00
multi_task_tracker_extra_schedule Switch from pg_worker_list.conf file to pg_dist_node metadata table. 2016-10-05 13:01:35 +03:00
pg_regress_multi.pl Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
worker_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00