31 #ifdef OPTIMIZER_DEBUG
53 #define UNSAFE_HAS_VOLATILE_FUNC (1 << 0)
54 #define UNSAFE_HAS_SET_FUNC (1 << 1)
55 #define UNSAFE_NOTIN_DISTINCTON_CLAUSE (1 << 2)
56 #define UNSAFE_NOTIN_PARTITIONBY_CLAUSE (1 << 3)
57 #define UNSAFE_TYPE_MISMATCH (1 << 4)
118 List *live_childrels,
119 List *all_child_pathkeys);
125 List **special_subpaths);
200 for (rti = 1; rti <
root->simple_rel_array_size; rti++)
214 total_pages += (double) brel->
pages;
216 root->total_table_pages = total_pages;
264 foreach(lc,
root->join_info_list)
294 for (rti = 1; rti <
root->simple_rel_array_size; rti++)
309 rte =
root->simple_rte_array[rti];
319 if (
root->glob->parallelModeOK)
337 for (rti = 1; rti <
root->simple_rel_array_size; rti++)
389 if (rte->relkind == RELKIND_FOREIGN_TABLE)
394 else if (rte->relkind == RELKIND_PARTITIONED_TABLE)
439 if (rte->self_reference)
486 if (rte->relkind == RELKIND_FOREIGN_TABLE)
539 (*set_rel_pathlist_hook) (
root, rel, rti, rte);
562 #ifdef OPTIMIZER_DEBUG
630 if (proparallel != PROPARALLEL_SAFE)
644 if (rte->relkind == RELKIND_FOREIGN_TABLE)
647 if (!rel->fdwroutine->IsForeignScanParallelSafe)
649 if (!rel->fdwroutine->IsForeignScanParallelSafe(
root, rel, rte))
808 int parallel_workers;
814 if (parallel_workers <= 0)
897 if ((
root->query_level > 1 ||
920 rel->fdwroutine->GetForeignRelSize(
root, rel, rte->
relid);
941 rel->fdwroutine->GetForeignPaths(
root, rel, rte->
relid);
959 int parentRTindex = rti;
960 bool has_live_children;
963 double *parent_attrsizes;
979 rte->relkind == RELKIND_PARTITIONED_TABLE &&
997 has_live_children =
false;
1001 parent_attrsizes = (
double *)
palloc0(nattrs *
sizeof(
double));
1003 foreach(l,
root->append_rel_list)
1019 childRTE =
root->simple_rte_array[childRTindex];
1065 childrinfos =
lappend(childrinfos,
1145 has_live_children =
true;
1164 parent_rows += childrel->
rows;
1181 if (
IsA(parentvar,
Var) && parentvar->
varno == parentRTindex)
1184 int32 child_width = 0;
1186 if (
IsA(childvar,
Var) &&
1187 ((
Var *) childvar)->varno == childrel->
relid)
1189 int cndx = ((
Var *) childvar)->varattno - childrel->
min_attr;
1191 child_width = childrel->attr_widths[cndx];
1193 if (child_width <= 0)
1197 parent_attrsizes[pndx] += child_width * childrel->
rows;
1202 if (has_live_children)
1210 rel->
rows = parent_rows;
1212 for (
i = 0;
i < nattrs;
i++)
1213 rel->attr_widths[
i] = rint(parent_attrsizes[
i] / parent_rows);
1219 rel->
tuples = parent_rows;
1236 pfree(parent_attrsizes);
1247 int parentRTindex = rti;
1255 foreach(l,
root->append_rel_list)
1268 childRTE =
root->simple_rte_array[childRTindex];
1269 childrel =
root->simple_rel_array[childRTindex];
1294 live_childrels =
lappend(live_childrels, childrel);
1315 List *live_childrels)
1318 bool subpaths_valid =
true;
1320 bool startup_subpaths_valid =
true;
1322 List *pa_partial_subpaths =
NIL;
1323 List *pa_nonpartial_subpaths =
NIL;
1324 bool partial_subpaths_valid =
true;
1325 bool pa_subpaths_valid;
1326 List *all_child_pathkeys =
NIL;
1329 double partial_rows = -1;
1339 foreach(l, live_childrels)
1343 Path *cheapest_partial_path = NULL;
1358 subpaths_valid =
false;
1374 startup_subpaths_valid =
false;
1382 &partial_subpaths, NULL);
1385 partial_subpaths_valid =
false;
1391 if (pa_subpaths_valid)
1393 Path *nppath = NULL;
1398 if (cheapest_partial_path == NULL && nppath == NULL)
1401 pa_subpaths_valid =
false;
1403 else if (nppath == NULL ||
1404 (cheapest_partial_path != NULL &&
1408 Assert(cheapest_partial_path != NULL);
1410 &pa_partial_subpaths,
1411 &pa_nonpartial_subpaths);
1429 &pa_nonpartial_subpaths,
1447 if (childkeys !=
NIL)
1453 foreach(lpk, all_child_pathkeys)
1467 all_child_pathkeys =
lappend(all_child_pathkeys,
1479 foreach(lco, all_child_outers)
1483 if (
bms_equal(existing_outers, childouter))
1492 all_child_outers =
lappend(all_child_outers,
1506 NIL, NULL, 0,
false,
1510 if (startup_subpaths_valid)
1512 NIL,
NIL, NULL, 0,
false, -1));
1518 if (partial_subpaths_valid && partial_subpaths !=
NIL)
1522 int parallel_workers = 0;
1525 foreach(lc, partial_subpaths)
1531 Assert(parallel_workers > 0);
1544 parallel_workers =
Max(parallel_workers,
1546 parallel_workers =
Min(parallel_workers,
1549 Assert(parallel_workers > 0);
1553 NIL, NULL, parallel_workers,
1561 partial_rows = appendpath->
path.
rows;
1573 if (pa_subpaths_valid && pa_nonpartial_subpaths !=
NIL)
1577 int parallel_workers = 0;
1583 foreach(lc, pa_partial_subpaths)
1595 parallel_workers =
Max(parallel_workers,
1597 parallel_workers =
Min(parallel_workers,
1599 Assert(parallel_workers > 0);
1602 pa_partial_subpaths,
1603 NIL, NULL, parallel_workers,
true,
1614 all_child_pathkeys);
1629 foreach(l, all_child_outers)
1636 subpaths_valid =
true;
1637 foreach(lcr, live_childrels)
1645 subpaths_valid =
false;
1655 subpaths_valid =
false;
1664 NIL, required_outer, 0,
false,
1727 List *live_childrels,
1728 List *all_child_pathkeys)
1731 List *partition_pathkeys =
NIL;
1732 List *partition_pathkeys_desc =
NIL;
1733 bool partition_pathkeys_partial =
true;
1734 bool partition_pathkeys_desc_partial =
true;
1749 &partition_pathkeys_partial);
1753 &partition_pathkeys_desc_partial);
1767 foreach(lcp, all_child_pathkeys)
1772 List *fractional_subpaths =
NIL;
1773 bool startup_neq_total =
false;
1774 bool match_partition_order;
1775 bool match_partition_order_desc;
1789 match_partition_order =
1791 (!partition_pathkeys_partial &&
1794 match_partition_order_desc = !match_partition_order &&
1796 (!partition_pathkeys_desc_partial &&
1806 if (match_partition_order_desc)
1817 match_partition_order =
true;
1828 for (
int i = first_index;
i != end_index;
i += direction)
1831 Path *cheapest_startup,
1833 *cheapest_fractional = NULL;
1853 if (cheapest_startup == NULL || cheapest_total == NULL)
1855 cheapest_startup = cheapest_total =
1858 Assert(cheapest_total->param_info == NULL);
1871 if (
root->tuple_fraction > 0)
1873 double path_fraction = (1.0 /
root->tuple_fraction);
1875 cheapest_fractional =
1889 if (!cheapest_fractional)
1890 cheapest_fractional = cheapest_total;
1898 if (cheapest_startup != cheapest_total)
1899 startup_neq_total =
true;
1905 if (match_partition_order)
1917 startup_subpaths =
lappend(startup_subpaths, cheapest_startup);
1918 total_subpaths =
lappend(total_subpaths, cheapest_total);
1920 if (cheapest_fractional)
1923 fractional_subpaths =
lappend(fractional_subpaths, cheapest_fractional);
1933 &startup_subpaths, NULL);
1935 &total_subpaths, NULL);
1937 if (cheapest_fractional)
1939 &fractional_subpaths, NULL);
1944 if (match_partition_order)
1956 if (startup_neq_total)
1967 if (fractional_subpaths)
1970 fractional_subpaths,
1986 if (startup_neq_total)
1993 if (fractional_subpaths)
1996 fractional_subpaths,
2027 Assert(cheapest != NULL);
2052 if (cheapest != NULL &&
2064 if (cheapest != NULL &&
2110 else if (special_subpaths != NULL)
2112 List *new_special_subpaths;
2120 *special_subpaths =
list_concat(*special_subpaths,
2121 new_special_subpaths);
2133 *subpaths =
lappend(*subpaths, path);
2228 bool wfunc_left,
bool *keep_original,
2241 *keep_original =
true;
2277 req.
type = T_SupportRequestWFuncMonotonic;
2297 foreach(lc, opinfos)
2314 *keep_original =
false;
2316 runoperator = opexpr->
opno;
2332 *keep_original =
false;
2334 runoperator = opexpr->
opno;
2351 *keep_original =
false;
2353 runoperator = opexpr->
opno;
2370 *keep_original =
true;
2382 if (runopexpr != NULL)
2387 wfuncrc->
opno = runoperator;
2388 wfuncrc->inputcollid = runopexpr->inputcollid;
2392 wfunc->runCondition =
lappend(wfunc->runCondition, wfuncrc);
2423 bool keep_original =
true;
2460 opexpr,
true, &keep_original,
2462 return keep_original;
2473 opexpr,
false, &keep_original,
2475 return keep_original;
2499 bool trivial_pathtarget;
2502 double tuple_fraction;
2529 memset(&safetyInfo, 0,
sizeof(safetyInfo));
2566 List *upperrestrictlist =
NIL;
2574 if (rinfo->pseudoconstant)
2576 upperrestrictlist =
lappend(upperrestrictlist, rinfo);
2595 if (!subquery->hasWindowFuncs ||
2604 upperrestrictlist =
lappend(upperrestrictlist, rinfo);
2609 upperrestrictlist =
lappend(upperrestrictlist, rinfo);
2633 if (
parse->hasAggs ||
2634 parse->groupClause ||
2635 parse->groupingSets ||
2636 root->hasHavingQual ||
2637 parse->distinctClause ||
2638 parse->sortClause ||
2640 tuple_fraction = 0.0;
2642 tuple_fraction =
root->tuple_fraction;
2649 tuple_fraction, NULL);
2681 trivial_pathtarget =
false;
2684 trivial_pathtarget =
true;
2692 trivial_pathtarget =
false;
2696 if (var->
varno != rti ||
2699 trivial_pathtarget =
false;
2709 foreach(lc, sub_final_rel->
pathlist)
2724 pathkeys, required_outer));
2820 pathkeys, required_outer));
2890 while (levelsup-- > 0)
2892 cteroot = cteroot->parent_root;
3022 while (levelsup-- > 0)
3024 cteroot = cteroot->parent_root;
3066 Path *cheapest_partial_path;
3067 Path *simple_gather_path;
3070 double *rowsp = NULL;
3087 simple_gather_path = (
Path *)
3106 subpath->pathkeys, NULL, rowsp);
3134 bool require_parallel_safe)
3136 List *useful_pathkeys_list =
NIL;
3144 if (
root->query_pathkeys)
3149 foreach(lc,
root->query_pathkeys)
3167 require_parallel_safe))
3179 useful_pathkeys_list =
lappend(useful_pathkeys_list,
3180 root->query_pathkeys);
3181 else if (npathkeys > 0)
3182 useful_pathkeys_list =
lappend(useful_pathkeys_list,
3187 return useful_pathkeys_list;
3205 double *rowsp = NULL;
3206 List *useful_pathkeys_list =
NIL;
3207 Path *cheapest_partial_path = NULL;
3230 foreach(lc, useful_pathkeys_list)
3265 if (
subpath != cheapest_partial_path &&
3330 if (levels_needed <= 0)
3339 foreach(jl, joinlist)
3357 elog(
ERROR,
"unrecognized joinlist node type: %d",
3362 initial_rels =
lappend(initial_rels, thisrel);
3365 if (levels_needed == 1)
3381 root->initial_rels = initial_rels;
3386 return geqo(
root, levels_needed, initial_rels);
3446 root->join_rel_level[1] = initial_rels;
3448 for (lev = 2; lev <= levels_needed; lev++)
3469 foreach(lc,
root->join_rel_level[lev])
3488 #ifdef OPTIMIZER_DEBUG
3497 if (
root->join_rel_level[levels_needed] ==
NIL)
3498 elog(
ERROR,
"failed to build any %d-way joins", levels_needed);
3503 root->join_rel_level = NULL;
3608 subquery->hasWindowFuncs ||
3609 subquery->hasTargetSRFs)
3622 if (subquery == topquery)
3658 Assert(subquery != NULL);
3676 elog(
ERROR,
"unrecognized node type: %d",
3730 if (subquery->hasTargetSRFs &&
3749 if (subquery->hasDistinctOn &&
3760 if (subquery->hasWindowFuncs &&
3802 if (colType == NULL)
3803 elog(
ERROR,
"wrong number of tlist entries");
3806 colType =
lnext(colTypes, colType);
3808 if (colType != NULL)
3809 elog(
ERROR,
"wrong number of tlist entries");
3923 if (var->
varno != rti)
3989 &subquery->hasSubLinks);
4023 Assert(subquery != NULL);
4035 elog(
ERROR,
"unrecognized node type: %d",
4076 attrs_used = extra_used_attrs;
4151 if (subquery->hasTargetSRFs &&
4181 int parallel_workers;
4182 double pages_fetched;
4191 if (parallel_workers <= 0)
4217 int parallel_workers = 0;
4240 if (heap_pages >= 0)
4242 int heap_parallel_threshold;
4243 int heap_parallel_workers = 1;
4253 while (heap_pages >= (
BlockNumber) (heap_parallel_threshold * 3))
4255 heap_parallel_workers++;
4256 heap_parallel_threshold *= 3;
4257 if (heap_parallel_threshold > INT_MAX / 3)
4261 parallel_workers = heap_parallel_workers;
4264 if (index_pages >= 0)
4266 int index_parallel_workers = 1;
4267 int index_parallel_threshold;
4271 while (index_pages >= (
BlockNumber) (index_parallel_threshold * 3))
4273 index_parallel_workers++;
4274 index_parallel_threshold *= 3;
4275 if (index_parallel_threshold > INT_MAX / 3)
4279 if (parallel_workers > 0)
4280 parallel_workers =
Min(parallel_workers, index_parallel_workers);
4282 parallel_workers = index_parallel_workers;
4287 parallel_workers =
Min(parallel_workers, max_workers);
4289 return parallel_workers;
4324 part_rels = rel->part_rels;
4327 for (cnt_parts = 0; cnt_parts < num_parts; cnt_parts++)
4329 RelOptInfo *child_rel = part_rels[cnt_parts];
4332 if (child_rel == NULL)
4356 #ifdef OPTIMIZER_DEBUG
4360 live_children =
lappend(live_children, child_rel);
static void set_base_rel_sizes(PlannerInfo *root)
static void set_subquery_pathlist(PlannerInfo *root, RelOptInfo *rel, Index rti, RangeTblEntry *rte)
static bool find_window_run_conditions(Query *subquery, RangeTblEntry *rte, Index rti, AttrNumber attno, WindowFunc *wfunc, OpExpr *opexpr, bool wfunc_left, bool *keep_original, Bitmapset **run_cond_attrs)
#define UNSAFE_TYPE_MISMATCH
static Path * get_cheapest_parameterized_child_path(PlannerInfo *root, RelOptInfo *rel, Relids required_outer)
static void set_namedtuplestore_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static void subquery_push_qual(Query *subquery, RangeTblEntry *rte, Index rti, Node *qual)
void generate_partitionwise_join_paths(PlannerInfo *root, RelOptInfo *rel)
RelOptInfo * standard_join_search(PlannerInfo *root, int levels_needed, List *initial_rels)
static void set_base_rel_consider_startup(PlannerInfo *root)
#define UNSAFE_HAS_VOLATILE_FUNC
#define UNSAFE_NOTIN_DISTINCTON_CLAUSE
static void set_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, Index rti, RangeTblEntry *rte)
static Path * get_singleton_append_subpath(Path *path)
static void set_tablesample_rel_size(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static void set_tablesample_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static void set_foreign_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static void set_base_rel_pathlists(PlannerInfo *root)
static void set_append_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, Index rti, RangeTblEntry *rte)
static pushdown_safe_type qual_is_pushdown_safe(Query *subquery, Index rti, RestrictInfo *rinfo, pushdown_safety_info *safetyInfo)
static void set_result_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
int compute_parallel_worker(RelOptInfo *rel, double heap_pages, double index_pages, int max_workers)
void generate_gather_paths(PlannerInfo *root, RelOptInfo *rel, bool override_rows)
static void set_dummy_rel_pathlist(RelOptInfo *rel)
static void compare_tlist_datatypes(List *tlist, List *colTypes, pushdown_safety_info *safetyInfo)
static void set_worktable_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static bool targetIsInAllPartitionLists(TargetEntry *tle, Query *query)
static void create_plain_partial_paths(PlannerInfo *root, RelOptInfo *rel)
static bool subquery_is_pushdown_safe(Query *subquery, Query *topquery, pushdown_safety_info *safetyInfo)
join_search_hook_type join_search_hook
static bool check_and_push_window_quals(Query *subquery, RangeTblEntry *rte, Index rti, Node *clause, Bitmapset **run_cond_attrs)
void generate_useful_gather_paths(PlannerInfo *root, RelOptInfo *rel, bool override_rows)
static RelOptInfo * make_rel_from_joinlist(PlannerInfo *root, List *joinlist)
static void set_function_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static void recurse_push_qual(Node *setOp, Query *topquery, RangeTblEntry *rte, Index rti, Node *qual)
static void set_plain_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static List * get_useful_pathkeys_for_relation(PlannerInfo *root, RelOptInfo *rel, bool require_parallel_safe)
static void remove_unused_subquery_outputs(Query *subquery, RelOptInfo *rel, Bitmapset *extra_used_attrs)
static void check_output_expressions(Query *subquery, pushdown_safety_info *safetyInfo)
static void set_tablefunc_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static void set_foreign_size(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
set_rel_pathlist_hook_type set_rel_pathlist_hook
static void set_values_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
struct pushdown_safety_info pushdown_safety_info
#define UNSAFE_HAS_SET_FUNC
static void set_cte_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static void set_rel_consider_parallel(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
static void set_append_rel_size(PlannerInfo *root, RelOptInfo *rel, Index rti, RangeTblEntry *rte)
void create_partial_bitmap_paths(PlannerInfo *root, RelOptInfo *rel, Path *bitmapqual)
static void set_plain_rel_size(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
void add_paths_to_append_rel(PlannerInfo *root, RelOptInfo *rel, List *live_childrels)
static void set_rel_size(PlannerInfo *root, RelOptInfo *rel, Index rti, RangeTblEntry *rte)
static void generate_orderedappend_paths(PlannerInfo *root, RelOptInfo *rel, List *live_childrels, List *all_child_pathkeys)
#define UNSAFE_NOTIN_PARTITIONBY_CLAUSE
RelOptInfo * make_one_rel(PlannerInfo *root, List *joinlist)
static bool recurse_pushdown_safe(Node *setOp, Query *topquery, pushdown_safety_info *safetyInfo)
@ PUSHDOWN_WINDOWCLAUSE_RUNCOND
static void accumulate_append_subpath(Path *path, List **subpaths, List **special_subpaths)
int min_parallel_index_scan_size
int min_parallel_table_scan_size
Node * adjust_appendrel_attrs(PlannerInfo *root, Node *node, int nappinfos, AppendRelInfo **appinfos)
#define InvalidAttrNumber
void pprint(const void *obj)
bool bms_equal(const Bitmapset *a, const Bitmapset *b)
bool bms_is_subset(const Bitmapset *a, const Bitmapset *b)
bool bms_is_member(int x, const Bitmapset *a)
Bitmapset * bms_add_member(Bitmapset *a, int x)
BMS_Membership bms_membership(const Bitmapset *a)
bool bms_overlap(const Bitmapset *a, const Bitmapset *b)
bool bms_get_singleton_member(const Bitmapset *a, int *member)
#define Assert(condition)
#define OidIsValid(objectId)
bool is_pseudo_constant_clause(Node *clause)
bool contain_leaked_vars(Node *clause)
bool is_parallel_safe(PlannerInfo *root, Node *node)
bool contain_subplans(Node *clause)
bool contain_volatile_functions(Node *clause)
void set_namedtuplestore_size_estimates(PlannerInfo *root, RelOptInfo *rel)
int max_parallel_workers_per_gather
void set_baserel_size_estimates(PlannerInfo *root, RelOptInfo *rel)
void set_function_size_estimates(PlannerInfo *root, RelOptInfo *rel)
void set_cte_size_estimates(PlannerInfo *root, RelOptInfo *rel, double cte_rows)
double compute_gather_rows(Path *path)
void set_result_size_estimates(PlannerInfo *root, RelOptInfo *rel)
bool enable_partitionwise_join
double compute_bitmap_pages(PlannerInfo *root, RelOptInfo *baserel, Path *bitmapqual, double loop_count, Cost *cost_p, double *tuples_p)
void set_subquery_size_estimates(PlannerInfo *root, RelOptInfo *rel)
bool enable_parallel_append
void set_foreign_size_estimates(PlannerInfo *root, RelOptInfo *rel)
double clamp_row_est(double nrows)
void set_tablefunc_size_estimates(PlannerInfo *root, RelOptInfo *rel)
void set_values_size_estimates(PlannerInfo *root, RelOptInfo *rel)
bool enable_incremental_sort
static void PGresult * res
void add_child_rel_equivalences(PlannerInfo *root, AppendRelInfo *appinfo, RelOptInfo *parent_rel, RelOptInfo *child_rel)
bool relation_can_be_sorted_early(PlannerInfo *root, RelOptInfo *rel, EquivalenceClass *ec, bool require_parallel_safe)
#define OidFunctionCall1(functionId, arg1)
RelOptInfo * geqo(PlannerInfo *root, int number_of_rels, List *initial_rels)
void check_index_predicates(PlannerInfo *root, RelOptInfo *rel)
void create_index_paths(PlannerInfo *root, RelOptInfo *rel)
if(TABLE==NULL||TABLE_index==NULL)
void join_search_one_level(PlannerInfo *root, int level)
void mark_dummy_rel(RelOptInfo *rel)
List * lappend(List *list, void *datum)
List * list_copy_head(const List *oldlist, int len)
void list_free(List *list)
List * list_copy_tail(const List *oldlist, int nskip)
List * list_concat(List *list1, const List *list2)
char get_rel_persistence(Oid relid)
char func_parallel(Oid funcid)
RegProcedure get_func_support(Oid funcid)
Oid get_opfamily_member(Oid opfamily, Oid lefttype, Oid righttype, int16 strategy)
bool func_strict(Oid funcid)
List * get_op_btree_interpretation(Oid opno)
int32 get_typavgwidth(Oid typid, int32 typmod)
Datum subpath(PG_FUNCTION_ARGS)
Const * makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid)
Node * make_and_qual(Node *qual1, Node *qual2)
void pfree(void *pointer)
void * palloc0(Size size)
Oid exprType(const Node *expr)
int32 exprTypmod(const Node *expr)
Oid exprCollation(const Node *expr)
bool expression_returns_set(Node *clause)
void set_opfuncid(OpExpr *opexpr)
#define IsA(nodeptr, _type_)
#define castNode(_type_, nodeptr)
#define PVC_INCLUDE_PLACEHOLDERS
bool targetIsInSortList(TargetEntry *tle, Oid sortop, List *sortList)
#define rt_fetch(rangetable_index, rangetable)
bool partitions_are_ordered(PartitionBoundInfo boundinfo, Bitmapset *live_parts)
List * build_expression_pathkey(PlannerInfo *root, Expr *expr, Oid opno, Relids rel, bool create_it)
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)
bool has_useful_pathkeys(PlannerInfo *root, RelOptInfo *rel)
Path * get_cheapest_parallel_safe_total_inner(List *paths)
List * convert_subquery_pathkeys(PlannerInfo *root, RelOptInfo *rel, List *subquery_pathkeys, List *subquery_tlist)
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)
AppendPath * create_append_path(PlannerInfo *root, RelOptInfo *rel, List *subpaths, List *partial_subpaths, List *pathkeys, Relids required_outer, int parallel_workers, bool parallel_aware, double rows)
SortPath * create_sort_path(PlannerInfo *root, RelOptInfo *rel, Path *subpath, List *pathkeys, double limit_tuples)
GatherMergePath * create_gather_merge_path(PlannerInfo *root, RelOptInfo *rel, Path *subpath, PathTarget *target, List *pathkeys, Relids required_outer, double *rows)
Path * create_tablefuncscan_path(PlannerInfo *root, RelOptInfo *rel, Relids required_outer)
Path * create_namedtuplestorescan_path(PlannerInfo *root, RelOptInfo *rel, Relids required_outer)
GatherPath * create_gather_path(PlannerInfo *root, RelOptInfo *rel, Path *subpath, PathTarget *target, Relids required_outer, double *rows)
Path * create_resultscan_path(PlannerInfo *root, RelOptInfo *rel, Relids required_outer)
Path * create_samplescan_path(PlannerInfo *root, RelOptInfo *rel, Relids required_outer)
MergeAppendPath * create_merge_append_path(PlannerInfo *root, RelOptInfo *rel, List *subpaths, List *pathkeys, Relids required_outer)
void set_cheapest(RelOptInfo *parent_rel)
Path * reparameterize_path(PlannerInfo *root, Path *path, Relids required_outer, double loop_count)
SubqueryScanPath * create_subqueryscan_path(PlannerInfo *root, RelOptInfo *rel, Path *subpath, bool trivial_pathtarget, List *pathkeys, Relids required_outer)
void add_partial_path(RelOptInfo *parent_rel, Path *new_path)
MaterialPath * create_material_path(RelOptInfo *rel, Path *subpath)
Path * create_functionscan_path(PlannerInfo *root, RelOptInfo *rel, List *pathkeys, Relids required_outer)
IncrementalSortPath * create_incremental_sort_path(PlannerInfo *root, RelOptInfo *rel, Path *subpath, List *pathkeys, int presorted_keys, double limit_tuples)
Path * create_worktablescan_path(PlannerInfo *root, RelOptInfo *rel, Relids required_outer)
void add_path(RelOptInfo *parent_rel, Path *new_path)
Path * create_valuesscan_path(PlannerInfo *root, RelOptInfo *rel, Relids required_outer)
int compare_path_costs(Path *path1, Path *path2, CostSelector criterion)
Path * create_seqscan_path(PlannerInfo *root, RelOptInfo *rel, Relids required_outer, int parallel_workers)
Path * create_ctescan_path(PlannerInfo *root, RelOptInfo *rel, List *pathkeys, Relids required_outer)
BitmapHeapPath * create_bitmap_heap_path(PlannerInfo *root, RelOptInfo *rel, Path *bitmapqual, Relids required_outer, double loop_count, int parallel_degree)
#define IS_SIMPLE_REL(rel)
#define IS_PARTITIONED_REL(rel)
#define PATH_REQ_OUTER(path)
@ RELOPT_OTHER_MEMBER_REL
RelOptInfo *(* join_search_hook_type)(PlannerInfo *root, int levels_needed, List *initial_rels)
void(* set_rel_pathlist_hook_type)(PlannerInfo *root, RelOptInfo *rel, Index rti, RangeTblEntry *rte)
static int pg_leftmost_one_pos32(uint32 word)
static int list_length(const List *l)
#define forboth(cell1, list1, cell2, list2)
#define foreach_current_index(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)
#define list_nth_node(type, list, n)
static ListCell * lnext(const List *l, const ListCell *c)
static int list_nth_int(const List *list, int n)
bool relation_excluded_by_constraints(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
PlannerInfo * subquery_planner(PlannerGlobal *glob, Query *parse, PlannerInfo *parent_root, bool hasRecursion, double tuple_fraction, SetOperationStmt *setops)
bool limit_needed(Query *parse)
@ MONOTONICFUNC_DECREASING
@ MONOTONICFUNC_INCREASING
void check_stack_depth(void)
static Datum PointerGetDatum(const void *X)
static Pointer DatumGetPointer(Datum X)
static struct subre * parse(struct vars *v, int stopper, int type, struct state *init, struct state *final)
RelOptInfo * find_base_rel(PlannerInfo *root, int relid)
RelOptInfo * fetch_upper_rel(PlannerInfo *root, UpperRelationKind kind, Relids relids)
Node * ReplaceVarsFromTargetList(Node *node, int target_varno, int sublevels_up, RangeTblEntry *target_rte, List *targetlist, ReplaceVarsNoMatchOption nomatch_option, int nomatch_varno, bool *outer_hasSubLinks)
@ REPLACEVARS_REPORT_ERROR
#define BTGreaterStrategyNumber
#define BTLessStrategyNumber
#define BTEqualStrategyNumber
#define BTLessEqualStrategyNumber
#define BTGreaterEqualStrategyNumber
struct Path * non_recursive_path
struct TableSampleClause * tablesample
bool consider_param_startup
struct PathTarget * reltarget
struct Path * cheapest_startup_path
struct Path * cheapest_total_path
bool consider_partitionwise_join
struct WindowClause * window_clause
bool repeatable_across_scans
SampleScanGetSampleSize_function SampleScanGetSampleSize
unsigned char * unsafeFlags
#define FirstLowInvalidHeapAttributeNumber
TsmRoutine * GetTsmRoutine(Oid tsmhandler)
bool create_tidscan_paths(PlannerInfo *root, RelOptInfo *rel)
List * make_tlist_from_pathtarget(PathTarget *target)
List * pull_var_clause(Node *node, int flags)
void pull_varattnos(Node *node, Index varno, Bitmapset **varattnos)