citus/src/backend/distributed/planner
Onder Kalaci e0d83d65af 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-26 10:00:03 +03:00
..
multi_explain.c Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
multi_join_order.c Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
multi_logical_optimizer.c Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
multi_logical_planner.c Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
multi_master_planner.c Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
multi_physical_planner.c Move requiresMasterEvaluation from Task to Job 2016-10-19 08:23:06 +02:00
multi_planner.c Expand router planner coverage 2016-07-27 23:35:38 +03:00
multi_router_planner.c Add ability to reorder target list for INSERT/SELECT queries 2016-10-26 10:00:03 +03:00