58 int strategy,
bool nulls_first)
65 if (!
root->ec_merging_done)
66 elog(
ERROR,
"too soon to build canonical pathkeys");
72 foreach(lc,
root->canon_pathkeys)
75 if (
eclass == pk->pk_eclass &&
169 foreach(lc, pathkeys)
173 if (new_ec == old_pathkey->pk_eclass)
227 elog(
ERROR,
"missing operator %d(%u,%u) in opfamily %u",
231 elog(
ERROR,
"could not find opfamilies for equality operator %u",
236 opfamilies, opcintype, collation,
237 sortref, rel, create_it);
245 strategy, nulls_first);
270 &opfamily, &opcintype, &strategy))
271 elog(
ERROR,
"operator %u is not a valid ordering operator",
316 forboth(key1, keys1, key2, keys2)
321 if (pathkey1 != pathkey2)
370 List **group_clauses,
371 int num_groupby_pathkeys)
373 List *new_group_pathkeys =
NIL,
374 *new_group_clauses =
NIL;
375 List *grouping_pathkeys;
379 if (pathkeys ==
NIL || *group_pathkeys ==
NIL)
391 grouping_pathkeys =
list_copy_head(*group_pathkeys, num_groupby_pathkeys);
402 foreach(lc, pathkeys)
414 pathkey->pk_eclass->ec_sortref == 0)
434 new_group_pathkeys =
lappend(new_group_pathkeys, pathkey);
435 new_group_clauses =
lappend(new_group_clauses, sgc);
472 List *pathkeys =
root->group_pathkeys;
473 List *clauses =
root->processed_groupClause;
492 if (
parse->groupingSets)
506 root->num_groupby_pathkeys);
520 #ifdef USE_ASSERT_CHECKING
572 else if (keys1 ==
NIL)
577 else if (keys2 ==
NIL)
587 forboth(key1, keys1, key2, keys2)
592 if (pathkey1 != pathkey2)
602 return (key1 == NULL);
622 bool require_parallel_safe)
624 Path *matched_path = NULL;
639 if (matched_path != NULL &&
670 Path *matched_path = NULL;
681 if (matched_path != NULL &&
747 if (
index->sortopfamily == NULL)
751 foreach(lc,
index->indextlist)
763 if (
i >=
index->nkeycolumns)
767 indexkey = indextle->
expr;
771 reverse_sort = !
index->reverse_sort[
i];
772 nulls_first = !
index->nulls_first[
i];
776 reverse_sort =
index->reverse_sort[
i];
777 nulls_first =
index->nulls_first[
i];
787 index->indexcollations[
i],
801 retval =
lappend(retval, cpathkey);
854 if (!IsBuiltinBooleanOpfamily(partscheme->
partopfamily[partkeycol]))
863 if (rinfo->pseudoconstant)
890 if (
equal(partexpr, clause))
925 Assert(partscheme != NULL);
961 retval =
lappend(retval, cpathkey);
983 *partialkeys =
false;
1013 &opfamily, &opcintype, &strategy))
1014 elog(
ERROR,
"operator %u is not a valid ordering operator",
1054 List *subquery_pathkeys,
1055 List *subquery_tlist)
1062 foreach(
i, subquery_pathkeys)
1079 elog(
ERROR,
"volatile EquivalenceClass has no sortref");
1142 int best_score = -1;
1156 foreach(k, subquery_tlist)
1179 if (!
equal(tle_expr, sub_expr))
1207 if (retvallen < outer_query_keys &&
1210 if (score > best_score)
1212 best_pathkey = outer_pk;
1232 retval =
lappend(retval, best_pathkey);
1296 List *outer_pathkeys)
1382 bool remove_redundant,
1383 bool remove_group_rtindex,
1385 bool set_ec_sortref)
1391 foreach(l, *sortclauses)
1403 if (remove_group_rtindex)
1417 if (pathkey->pk_eclass->ec_sortref == 0 && set_ec_sortref)
1429 pathkeys =
lappend(pathkeys, pathkey);
1430 else if (remove_redundant)
1467 Assert(restrictinfo->mergeopfamilies !=
NIL);
1469 Assert(restrictinfo->left_ec == NULL);
1470 Assert(restrictinfo->right_ec == NULL);
1476 restrictinfo->left_ec =
1479 restrictinfo->mergeopfamilies,
1481 ((
OpExpr *) clause)->inputcollid,
1485 restrictinfo->right_ec =
1488 restrictinfo->mergeopfamilies,
1490 ((
OpExpr *) clause)->inputcollid,
1510 Assert(restrictinfo->mergeopfamilies !=
NIL);
1512 Assert(restrictinfo->left_ec != NULL);
1513 Assert(restrictinfo->right_ec != NULL);
1516 while (restrictinfo->left_ec->ec_merged)
1517 restrictinfo->left_ec = restrictinfo->left_ec->ec_merged;
1518 while (restrictinfo->right_ec->ec_merged)
1519 restrictinfo->right_ec = restrictinfo->right_ec->ec_merged;
1543 List *restrictinfos)
1549 foreach(
i, restrictinfos)
1556 foreach(
i, pathkeys)
1560 List *matched_restrictinfos =
NIL;
1600 foreach(
j, restrictinfos)
1605 clause_ec = rinfo->outer_is_left ?
1606 rinfo->left_ec : rinfo->right_ec;
1607 if (clause_ec == pathkey_ec)
1608 matched_restrictinfos =
lappend(matched_restrictinfos, rinfo);
1616 if (matched_restrictinfos ==
NIL)
1623 mergeclauses =
list_concat(mergeclauses, matched_restrictinfos);
1626 return mergeclauses;
1677 scores = (
int *)
palloc(nClauses *
sizeof(
int));
1680 foreach(lc, mergeclauses)
1690 if (rinfo->outer_is_left)
1691 oeclass = rinfo->left_ec;
1693 oeclass = rinfo->right_ec;
1696 for (
j = 0;
j < necs;
j++)
1698 if (ecs[
j] == oeclass)
1716 ecs[necs] = oeclass;
1717 scores[necs] = score;
1729 if (
root->query_pathkeys)
1733 foreach(lc,
root->query_pathkeys)
1738 for (
j = 0;
j < necs;
j++)
1740 if (ecs[
j] == query_ec)
1754 foreach(lc,
root->query_pathkeys)
1759 for (
j = 0;
j < necs;
j++)
1761 if (ecs[
j] == query_ec)
1776 else if (matches == nClauses)
1801 best_score = scores[0];
1802 for (
j = 1;
j < necs;
j++)
1804 if (scores[
j] > best_score)
1807 best_score = scores[
j];
1813 scores[best_j] = -1;
1821 pathkeys =
lappend(pathkeys, pathkey);
1854 List *outer_pathkeys)
1866 foreach(lc, mergeclauses)
1875 if (rinfo->outer_is_left)
1877 oeclass = rinfo->left_ec;
1878 ieclass = rinfo->right_ec;
1882 oeclass = rinfo->right_ec;
1883 ieclass = rinfo->left_ec;
1888 if (oeclass != lastoeclass)
1891 elog(
ERROR,
"too few pathkeys for mergeclauses");
1893 lop =
lnext(outer_pathkeys, lop);
1894 lastoeclass = opathkey->pk_eclass;
1895 if (oeclass != lastoeclass)
1896 elog(
ERROR,
"outer pathkeys do not match mergeclause");
1904 if (ieclass == oeclass)
1923 pathkeys =
lappend(pathkeys, pathkey);
1962 bool matched_pathkey;
1967 if (pathkeys ==
NIL)
1972 pathkey_ec = pathkey->pk_eclass;
1973 lip =
lnext(pathkeys, lip);
1974 matched_pathkey =
false;
1977 foreach(
i, mergeclauses)
1985 clause_ec = rinfo->outer_is_left ?
1986 rinfo->right_ec : rinfo->left_ec;
1989 if (clause_ec != pathkey_ec)
1992 if (!matched_pathkey)
1999 pathkey_ec = pathkey->pk_eclass;
2000 lip =
lnext(pathkeys, lip);
2001 matched_pathkey =
false;
2005 if (clause_ec == pathkey_ec)
2007 new_mergeclauses =
lappend(new_mergeclauses, rinfo);
2008 matched_pathkey =
true;
2017 return new_mergeclauses;
2055 foreach(
i, pathkeys)
2058 bool matched =
false;
2084 if (restrictinfo->mergeopfamilies ==
NIL)
2088 if (pathkey->pk_eclass == restrictinfo->left_ec ||
2089 pathkey->pk_eclass == restrictinfo->right_ec)
2121 foreach(l,
root->query_pathkeys)
2125 if (pathkey->pk_eclass == query_pathkey->pk_eclass &&
2156 int n_common_pathkeys;
2159 &n_common_pathkeys);
2161 return n_common_pathkeys;
2190 if (
root->group_pathkeys ==
NIL)
2194 foreach(
key, pathkeys)
2216 int n_common_pathkeys;
2219 &n_common_pathkeys);
2221 return n_common_pathkeys;
2238 if (nuseful2 > nuseful)
2241 if (nuseful2 > nuseful)
2244 if (nuseful2 > nuseful)
2279 if (
root->group_pathkeys !=
NIL)
2281 if (
root->query_pathkeys !=
NIL)
bool bms_is_subset(const Bitmapset *a, const Bitmapset *b)
Bitmapset * bms_make_singleton(int x)
bool bms_overlap(const Bitmapset *a, const Bitmapset *b)
#define Assert(condition)
#define OidIsValid(objectId)
bool enable_incremental_sort
bool equal(const void *a, const void *b)
Expr * canonicalize_ec_expression(Expr *expr, Oid req_type, Oid req_collation)
EquivalenceClass * get_eclass_for_sort_expr(PlannerInfo *root, Expr *expr, List *opfamilies, Oid opcintype, Oid collation, Index sortref, Relids rel, bool create_it)
bool eclass_useful_for_merging(PlannerInfo *root, EquivalenceClass *eclass, RelOptInfo *rel)
bool indexcol_is_bool_constant_for_query(PlannerInfo *root, IndexOptInfo *index, int indexcol)
List * list_difference_ptr(const List *list1, const List *list2)
List * lappend(List *list, void *datum)
List * list_copy_head(const List *oldlist, int len)
List * list_copy(const List *oldlist)
bool list_member_ptr(const List *list, const void *datum)
List * list_concat_unique_ptr(List *list1, const List *list2)
void list_free(List *list)
List * list_concat(List *list1, const List *list2)
List * list_difference(const List *list1, const List *list2)
List * get_mergejoin_opfamilies(Oid opno)
Oid get_opfamily_member(Oid opfamily, Oid lefttype, Oid righttype, int16 strategy)
bool get_ordering_op_properties(Oid opno, Oid *opfamily, Oid *opcintype, int16 *strategy)
void op_input_types(Oid opno, Oid *lefttype, Oid *righttype)
void pfree(void *pointer)
Oid exprCollation(const Node *expr)
static Expr * get_notclausearg(const void *notclause)
static Node * get_rightop(const void *clause)
static bool is_notclause(const void *clause)
static Node * get_leftop(const void *clause)
#define IsA(nodeptr, _type_)
bool partitions_are_ordered(PartitionBoundInfo boundinfo, Bitmapset *live_parts)
static bool matches_boolean_partition_clause(RestrictInfo *rinfo, RelOptInfo *partrel, int partkeycol)
List * build_join_pathkeys(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype, List *outer_pathkeys)
static int pathkeys_useful_for_setop(PlannerInfo *root, List *pathkeys)
List * get_useful_group_keys_orderings(PlannerInfo *root, Path *path)
List * build_expression_pathkey(PlannerInfo *root, Expr *expr, Oid opno, Relids rel, bool create_it)
static bool right_merge_direction(PlannerInfo *root, PathKey *pathkey)
List * make_inner_pathkeys_for_merge(PlannerInfo *root, List *mergeclauses, List *outer_pathkeys)
Path * get_cheapest_path_for_pathkeys(List *paths, List *pathkeys, Relids required_outer, CostSelector cost_criterion, bool require_parallel_safe)
bool pathkeys_count_contained_in(List *keys1, List *keys2, int *n_common)
List * make_pathkeys_for_sortclauses_extended(PlannerInfo *root, List **sortclauses, List *tlist, bool remove_redundant, bool remove_group_rtindex, bool *sortable, bool set_ec_sortref)
List * find_mergeclauses_for_outer_pathkeys(PlannerInfo *root, List *pathkeys, List *restrictinfos)
static int group_keys_reorder_by_pathkeys(List *pathkeys, List **group_pathkeys, List **group_clauses, int num_groupby_pathkeys)
static PathKey * make_pathkey_from_sortop(PlannerInfo *root, Expr *expr, Oid ordering_op, bool nulls_first, Index sortref, bool create_it)
bool has_useful_pathkeys(PlannerInfo *root, RelOptInfo *rel)
List * append_pathkeys(List *target, List *source)
List * truncate_useless_pathkeys(PlannerInfo *root, RelOptInfo *rel, List *pathkeys)
static int pathkeys_useful_for_ordering(PlannerInfo *root, List *pathkeys)
List * trim_mergeclauses_for_inner_pathkeys(PlannerInfo *root, List *mergeclauses, List *pathkeys)
List * select_outer_pathkeys_for_merge(PlannerInfo *root, List *mergeclauses, RelOptInfo *joinrel)
void update_mergeclause_eclasses(PlannerInfo *root, RestrictInfo *restrictinfo)
static Var * find_var_for_subquery_tle(RelOptInfo *rel, TargetEntry *tle)
List * build_index_pathkeys(PlannerInfo *root, IndexOptInfo *index, ScanDirection scandir)
static int pathkeys_useful_for_grouping(PlannerInfo *root, List *pathkeys)
static bool partkey_is_bool_constant_for_query(RelOptInfo *partrel, int partkeycol)
bool enable_group_by_reordering
static bool pathkey_is_redundant(PathKey *new_pathkey, List *pathkeys)
PathKey * make_canonical_pathkey(PlannerInfo *root, EquivalenceClass *eclass, Oid opfamily, int strategy, bool nulls_first)
Path * get_cheapest_parallel_safe_total_inner(List *paths)
List * make_pathkeys_for_sortclauses(PlannerInfo *root, List *sortclauses, List *tlist)
static int pathkeys_useful_for_merging(PlannerInfo *root, RelOptInfo *rel, List *pathkeys)
List * convert_subquery_pathkeys(PlannerInfo *root, RelOptInfo *rel, List *subquery_pathkeys, List *subquery_tlist)
static PathKey * make_pathkey_from_sortinfo(PlannerInfo *root, Expr *expr, Oid opfamily, Oid opcintype, Oid collation, bool reverse_sort, bool nulls_first, Index sortref, Relids rel, bool create_it)
void initialize_mergeclause_eclasses(PlannerInfo *root, RestrictInfo *restrictinfo)
Path * get_cheapest_fractional_path_for_pathkeys(List *paths, List *pathkeys, Relids required_outer, double fraction)
bool pathkeys_contained_in(List *keys1, List *keys2)
PathKeysComparison compare_pathkeys(List *keys1, List *keys2)
List * build_partition_pathkeys(PlannerInfo *root, RelOptInfo *partrel, ScanDirection scandir, bool *partialkeys)
int compare_fractional_path_costs(Path *path1, Path *path2, double fraction)
int compare_path_costs(Path *path1, Path *path2, CostSelector criterion)
#define EC_MUST_BE_REDUNDANT(eclass)
#define IS_SIMPLE_REL(rel)
#define PATH_REQ_OUTER(path)
#define lfirst_node(type, lc)
static int list_length(const List *l)
#define linitial_node(type, l)
#define forboth(cell1, list1, cell2, list2)
#define foreach_current_index(var_or_cell)
#define foreach_delete_current(lst, var_or_cell)
static ListCell * list_head(const List *l)
#define for_each_from(cell, lst, N)
static void * list_nth(const List *list, int n)
static ListCell * lnext(const List *l, const ListCell *c)
static rewind_source * source
MemoryContextSwitchTo(old_ctx)
static struct cvec * eclass(struct vars *v, chr c, int cases)
static struct subre * parse(struct vars *v, int stopper, int type, struct state *init, struct state *final)
Node * remove_nulling_relids(Node *node, const Bitmapset *removable_relids, const Bitmapset *except_relids)
#define ScanDirectionIsBackward(direction)
#define BTGreaterStrategyNumber
#define BTLessStrategyNumber
#define BTEqualStrategyNumber
struct PathTarget * reltarget
TargetEntry * get_sortgroupref_tle(Index sortref, List *targetList)
SortGroupClause * get_sortgroupref_clause_noerr(Index sortref, List *clauses)
Node * get_sortgroupclause_expr(SortGroupClause *sgClause, List *targetList)