PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
paths.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * paths.h
4 * prototypes for various files in optimizer/path
5 *
6 *
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
9 *
10 * src/include/optimizer/paths.h
11 *
12 *-------------------------------------------------------------------------
13 */
14#ifndef PATHS_H
15#define PATHS_H
16
17#include "nodes/pathnodes.h"
18
19
20/*
21 * allpaths.c
22 */
23extern PGDLLIMPORT bool enable_geqo;
28
29/* Hook for plugins to get control in set_rel_pathlist() */
31 RelOptInfo *rel,
32 Index rti,
33 RangeTblEntry *rte);
35
36/* Hook for plugins to get control in add_paths_to_joinrel() */
38 RelOptInfo *joinrel,
39 RelOptInfo *outerrel,
40 RelOptInfo *innerrel,
41 JoinType jointype,
42 JoinPathExtraData *extra);
44
45/* Hook for plugins to replace standard_join_search() */
46typedef RelOptInfo *(*join_search_hook_type) (PlannerInfo *root,
47 int levels_needed,
48 List *initial_rels);
50
51
52extern RelOptInfo *make_one_rel(PlannerInfo *root, List *joinlist);
53extern RelOptInfo *standard_join_search(PlannerInfo *root, int levels_needed,
54 List *initial_rels);
55
57 bool override_rows);
59 bool override_rows);
60extern int compute_parallel_worker(RelOptInfo *rel, double heap_pages,
61 double index_pages, int max_workers);
63 Path *bitmapqual);
65 RelOptInfo *rel);
66
67/*
68 * indxpath.c
69 * routines to generate index paths
70 */
73 List *restrictlist,
74 List *exprlist, List *oprlist);
76 List *restrictlist, List *exprlist,
77 List *oprlist, List **extra_clauses);
80 int indexcol);
81extern bool match_index_to_operand(Node *operand, int indexcol,
84
85/*
86 * tidpath.c
87 * routines to generate tid paths
88 */
90
91/*
92 * joinpath.c
93 * routines to create join paths
94 */
95extern void add_paths_to_joinrel(PlannerInfo *root, RelOptInfo *joinrel,
96 RelOptInfo *outerrel, RelOptInfo *innerrel,
97 JoinType jointype, SpecialJoinInfo *sjinfo,
98 List *restrictlist);
99
100/*
101 * joinrels.c
102 * routines to determine which relations to join
103 */
104extern void join_search_one_level(PlannerInfo *root, int level);
106 RelOptInfo *rel1, RelOptInfo *rel2);
108 SpecialJoinInfo *sjinfo,
109 List **pushed_down_joins);
111 RelOptInfo *rel1, RelOptInfo *rel2);
113 Relids outer_relids, Relids inner_params);
114extern void mark_dummy_rel(RelOptInfo *rel);
115extern void init_dummy_sjinfo(SpecialJoinInfo *sjinfo, Relids left_relids,
116 Relids right_relids);
117
118/*
119 * equivclass.c
120 * routines for managing EquivalenceClasses
121 */
123 RelOptInfo *rel,
126 void *arg);
127
129 RestrictInfo **p_restrictinfo,
130 JoinDomain *jdomain);
132 Oid req_type, Oid req_collation);
136 Expr *expr,
137 List *opfamilies,
138 Oid opcintype,
139 Oid collation,
140 Index sortref,
141 Relids rel,
142 bool create_it);
144 Expr *expr,
145 Relids relids);
148 List *exprs,
149 Relids relids,
150 bool require_parallel_safe);
153 bool require_parallel_safe);
156 Relids join_relids,
157 Relids outer_relids,
158 RelOptInfo *inner_rel,
159 SpecialJoinInfo *sjinfo);
161 List *eclasses,
162 Relids join_relids,
163 Relids outer_relids,
164 RelOptInfo *inner_rel);
165extern bool exprs_known_equal(PlannerInfo *root, Node *item1, Node *item2,
166 Oid opfamily);
168 ForeignKeyOptInfo *fkinfo,
169 int colno);
174 AppendRelInfo *appinfo,
175 RelOptInfo *parent_rel,
176 RelOptInfo *child_rel);
178 int nappinfos,
179 AppendRelInfo **appinfos,
180 RelOptInfo *parent_joinrel,
181 RelOptInfo *child_joinrel);
183 RelOptInfo *child_rel,
184 List *child_tlist,
185 List *setop_pathkeys);
188 Relids child_relids);
191 RelOptInfo *rel,
193 void *callback_arg,
194 Relids prohibited_rels);
196 RelOptInfo *rel1, RelOptInfo *rel2);
198 RelOptInfo *rel1);
201 RelOptInfo *rel);
202extern bool is_redundant_derived_clause(RestrictInfo *rinfo, List *clauselist);
204 List *indexclauses);
206
207/*
208 * pathkeys.c
209 * utilities for matching and building path keys
210 */
211typedef enum
212{
213 PATHKEYS_EQUAL, /* pathkeys are identical */
214 PATHKEYS_BETTER1, /* pathkey 1 is a superset of pathkey 2 */
215 PATHKEYS_BETTER2, /* vice versa */
216 PATHKEYS_DIFFERENT, /* neither pathkey includes the other */
218
219extern PathKeysComparison compare_pathkeys(List *keys1, List *keys2);
220extern bool pathkeys_contained_in(List *keys1, List *keys2);
221extern bool pathkeys_count_contained_in(List *keys1, List *keys2, int *n_common);
223extern Path *get_cheapest_path_for_pathkeys(List *paths, List *pathkeys,
224 Relids required_outer,
225 CostSelector cost_criterion,
226 bool require_parallel_safe);
228 List *pathkeys,
229 Relids required_outer,
230 double fraction);
233 ScanDirection scandir);
235 ScanDirection scandir, bool *partialkeys);
237 Oid opno,
238 Relids rel, bool create_it);
240 List *subquery_pathkeys,
241 List *subquery_tlist);
243 RelOptInfo *joinrel,
244 JoinType jointype,
245 List *outer_pathkeys);
247 List *sortclauses,
248 List *tlist);
250 List **sortclauses,
251 List *tlist,
252 bool remove_redundant,
253 bool remove_group_rtindex,
254 bool *sortable,
255 bool set_ec_sortref);
257 RestrictInfo *restrictinfo);
259 RestrictInfo *restrictinfo);
261 List *pathkeys,
262 List *restrictinfos);
264 List *mergeclauses,
265 RelOptInfo *joinrel);
267 List *mergeclauses,
268 List *outer_pathkeys);
270 List *mergeclauses,
271 List *pathkeys);
273 RelOptInfo *rel,
274 List *pathkeys);
276extern List *append_pathkeys(List *target, List *source);
278 EquivalenceClass *eclass, Oid opfamily,
279 CompareType cmptype, bool nulls_first);
281 List *live_childrels);
282
283#endif /* PATHS_H */
#define PGDLLIMPORT
Definition: c.h:1291
unsigned int Index
Definition: c.h:585
CompareType
Definition: cmptype.h:32
JoinType
Definition: nodes.h:294
CostSelector
Definition: pathnodes.h:37
PathKey * make_canonical_pathkey(PlannerInfo *root, EquivalenceClass *eclass, Oid opfamily, CompareType cmptype, bool nulls_first)
Definition: pathkeys.c:56
List * truncate_useless_pathkeys(PlannerInfo *root, RelOptInfo *rel, List *pathkeys)
Definition: pathkeys.c:2270
void rebuild_eclass_attr_needed(PlannerInfo *root)
Definition: equivclass.c:2574
EquivalenceClass * get_eclass_for_sort_expr(PlannerInfo *root, Expr *expr, List *opfamilies, Oid opcintype, Oid collation, Index sortref, Relids rel, bool create_it)
Definition: equivclass.c:736
void add_child_rel_equivalences(PlannerInfo *root, AppendRelInfo *appinfo, RelOptInfo *parent_rel, RelOptInfo *child_rel)
Definition: equivclass.c:2833
bool is_redundant_with_indexclauses(RestrictInfo *rinfo, List *indexclauses)
Definition: equivclass.c:3577
void generate_base_implied_equalities(PlannerInfo *root)
Definition: equivclass.c:1188
bool exprs_known_equal(PlannerInfo *root, Node *item1, Node *item2, Oid opfamily)
Definition: equivclass.c:2648
PGDLLIMPORT int geqo_threshold
Definition: allpaths.c:80
void generate_partitionwise_join_paths(PlannerInfo *root, RelOptInfo *rel)
Definition: allpaths.c:4322
void join_search_one_level(PlannerInfo *root, int level)
Definition: joinrels.c:73
Path * get_cheapest_fractional_path_for_pathkeys(List *paths, List *pathkeys, Relids required_outer, double fraction)
Definition: pathkeys.c:666
PGDLLIMPORT set_rel_pathlist_hook_type set_rel_pathlist_hook
Definition: allpaths.c:85
Expr * canonicalize_ec_expression(Expr *expr, Oid req_type, Oid req_collation)
Definition: equivclass.c:545
List * append_pathkeys(List *target, List *source)
Definition: pathkeys.c:107
Path * get_cheapest_path_for_pathkeys(List *paths, List *pathkeys, Relids required_outer, CostSelector cost_criterion, bool require_parallel_safe)
Definition: pathkeys.c:620
EquivalenceMember * find_ec_member_matching_expr(EquivalenceClass *ec, Expr *expr, Relids relids)
Definition: equivclass.c:916
bool pathkeys_count_contained_in(List *keys1, List *keys2, int *n_common)
Definition: pathkeys.c:558
List * make_inner_pathkeys_for_merge(PlannerInfo *root, List *mergeclauses, List *outer_pathkeys)
Definition: pathkeys.c:1858
RelOptInfo * make_join_rel(PlannerInfo *root, RelOptInfo *rel1, RelOptInfo *rel2)
Definition: joinrels.c:705
bool relation_can_be_sorted_early(PlannerInfo *root, RelOptInfo *rel, EquivalenceClass *ec, bool require_parallel_safe)
Definition: equivclass.c:1077
void setup_eclass_member_iterator(EquivalenceMemberIterator *it, EquivalenceClass *ec, Relids child_relids)
Definition: equivclass.c:3156
void add_paths_to_joinrel(PlannerInfo *root, RelOptInfo *joinrel, RelOptInfo *outerrel, RelOptInfo *innerrel, JoinType jointype, SpecialJoinInfo *sjinfo, List *restrictlist)
Definition: joinpath.c:124
RelOptInfo * standard_join_search(PlannerInfo *root, int levels_needed, List *initial_rels)
Definition: allpaths.c:3441
PGDLLIMPORT bool enable_group_by_reordering
Definition: pathkeys.c:32
bool has_useful_pathkeys(PlannerInfo *root, RelOptInfo *rel)
Definition: pathkeys.c:2319
void ec_clear_derived_clauses(EquivalenceClass *ec)
Definition: equivclass.c:3831
Relids add_outer_joins_to_relids(PlannerInfo *root, Relids input_relids, SpecialJoinInfo *sjinfo, List **pushed_down_joins)
Definition: joinrels.c:802
void(* set_join_pathlist_hook_type)(PlannerInfo *root, RelOptInfo *joinrel, RelOptInfo *outerrel, RelOptInfo *innerrel, JoinType jointype, JoinPathExtraData *extra)
Definition: paths.h:37
void check_index_predicates(PlannerInfo *root, RelOptInfo *rel)
Definition: indxpath.c:3966
bool process_equivalence(PlannerInfo *root, RestrictInfo **p_restrictinfo, JoinDomain *jdomain)
Definition: equivclass.c:179
int compute_parallel_worker(RelOptInfo *rel, double heap_pages, double index_pages, int max_workers)
Definition: allpaths.c:4234
List * build_index_pathkeys(PlannerInfo *root, IndexOptInfo *index, ScanDirection scandir)
Definition: pathkeys.c:740
void generate_gather_paths(PlannerInfo *root, RelOptInfo *rel, bool override_rows)
Definition: allpaths.c:3083
List * find_mergeclauses_for_outer_pathkeys(PlannerInfo *root, List *pathkeys, List *restrictinfos)
Definition: pathkeys.c:1544
List * generate_implied_equalities_for_column(PlannerInfo *root, RelOptInfo *rel, ec_matches_callback_type callback, void *callback_arg, Relids prohibited_rels)
Definition: equivclass.c:3239
void(* set_rel_pathlist_hook_type)(PlannerInfo *root, RelOptInfo *rel, Index rti, RangeTblEntry *rte)
Definition: paths.h:30
void update_mergeclause_eclasses(PlannerInfo *root, RestrictInfo *restrictinfo)
Definition: pathkeys.c:1510
bool relation_has_unique_index_for(PlannerInfo *root, RelOptInfo *rel, List *restrictlist, List *exprlist, List *oprlist)
Definition: indxpath.c:4162
EquivalenceMember * eclass_member_iterator_next(EquivalenceMemberIterator *it)
Definition: equivclass.c:3175
PGDLLIMPORT int min_parallel_table_scan_size
Definition: allpaths.c:81
List * make_pathkeys_for_sortclauses(PlannerInfo *root, List *sortclauses, List *tlist)
Definition: pathkeys.c:1336
List * trim_mergeclauses_for_inner_pathkeys(PlannerInfo *root, List *mergeclauses, List *pathkeys)
Definition: pathkeys.c:1961
RelOptInfo *(* join_search_hook_type)(PlannerInfo *root, int levels_needed, List *initial_rels)
Definition: paths.h:46
bool have_relevant_eclass_joinclause(PlannerInfo *root, RelOptInfo *rel1, RelOptInfo *rel2)
Definition: equivclass.c:3370
void create_index_paths(PlannerInfo *root, RelOptInfo *rel)
Definition: indxpath.c:239
List * build_expression_pathkey(PlannerInfo *root, Expr *expr, Oid opno, Relids rel, bool create_it)
Definition: pathkeys.c:1000
EquivalenceMember * find_computable_ec_member(PlannerInfo *root, EquivalenceClass *ec, List *exprs, Relids relids, bool require_parallel_safe)
Definition: equivclass.c:991
List * build_partition_pathkeys(PlannerInfo *root, RelOptInfo *partrel, ScanDirection scandir, bool *partialkeys)
Definition: pathkeys.c:919
List * generate_join_implied_equalities_for_ecs(PlannerInfo *root, List *eclasses, Relids join_relids, Relids outer_relids, RelOptInfo *inner_rel)
Definition: equivclass.c:1650
void generate_useful_gather_paths(PlannerInfo *root, RelOptInfo *rel, bool override_rows)
Definition: allpaths.c:3220
List * select_outer_pathkeys_for_merge(PlannerInfo *root, List *mergeclauses, RelOptInfo *joinrel)
Definition: pathkeys.c:1659
List * convert_subquery_pathkeys(PlannerInfo *root, RelOptInfo *rel, List *subquery_pathkeys, List *subquery_tlist)
Definition: pathkeys.c:1054
void mark_dummy_rel(RelOptInfo *rel)
Definition: joinrels.c:1385
bool have_dangerous_phv(PlannerInfo *root, Relids outer_relids, Relids inner_params)
Definition: joinrels.c:1308
void add_setop_child_rel_equivalences(PlannerInfo *root, RelOptInfo *child_rel, List *child_tlist, List *setop_pathkeys)
Definition: equivclass.c:3084
void reconsider_outer_join_clauses(PlannerInfo *root)
Definition: equivclass.c:2135
bool have_join_order_restriction(PlannerInfo *root, RelOptInfo *rel1, RelOptInfo *rel2)
Definition: joinrels.c:1075
bool eclass_useful_for_merging(PlannerInfo *root, EquivalenceClass *eclass, RelOptInfo *rel)
Definition: equivclass.c:3490
PGDLLIMPORT int min_parallel_index_scan_size
Definition: allpaths.c:82
void add_child_join_rel_equivalences(PlannerInfo *root, int nappinfos, AppendRelInfo **appinfos, RelOptInfo *parent_joinrel, RelOptInfo *child_joinrel)
Definition: equivclass.c:2941
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)
Definition: pathkeys.c:1381
void initialize_mergeclause_eclasses(PlannerInfo *root, RestrictInfo *restrictinfo)
Definition: pathkeys.c:1463
RelOptInfo * make_one_rel(PlannerInfo *root, List *joinlist)
Definition: allpaths.c:171
bool create_tidscan_paths(PlannerInfo *root, RelOptInfo *rel)
Definition: tidpath.c:498
bool match_index_to_operand(Node *operand, int indexcol, IndexOptInfo *index)
Definition: indxpath.c:4426
void init_dummy_sjinfo(SpecialJoinInfo *sjinfo, Relids left_relids, Relids right_relids)
Definition: joinrels.c:670
bool is_redundant_derived_clause(RestrictInfo *rinfo, List *clauselist)
Definition: equivclass.c:3550
RestrictInfo * find_derived_clause_for_ec_member(PlannerInfo *root, EquivalenceClass *ec, EquivalenceMember *em)
Definition: equivclass.c:2804
void create_partial_bitmap_paths(PlannerInfo *root, RelOptInfo *rel, Path *bitmapqual)
Definition: allpaths.c:4198
bool pathkeys_contained_in(List *keys1, List *keys2)
Definition: pathkeys.c:343
List * build_join_pathkeys(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype, List *outer_pathkeys)
Definition: pathkeys.c:1295
PathKeysComparison compare_pathkeys(List *keys1, List *keys2)
Definition: pathkeys.c:304
PGDLLIMPORT join_search_hook_type join_search_hook
Definition: allpaths.c:88
void add_paths_to_append_rel(PlannerInfo *root, RelOptInfo *rel, List *live_childrels)
Definition: allpaths.c:1321
EquivalenceClass * match_eclasses_to_foreign_key_col(PlannerInfo *root, ForeignKeyOptInfo *fkinfo, int colno)
Definition: equivclass.c:2710
PathKeysComparison
Definition: paths.h:212
@ PATHKEYS_BETTER2
Definition: paths.h:215
@ PATHKEYS_BETTER1
Definition: paths.h:214
@ PATHKEYS_DIFFERENT
Definition: paths.h:216
@ PATHKEYS_EQUAL
Definition: paths.h:213
Path * get_cheapest_parallel_safe_total_inner(List *paths)
Definition: pathkeys.c:699
bool indexcol_is_bool_constant_for_query(PlannerInfo *root, IndexOptInfo *index, int indexcol)
Definition: indxpath.c:4375
bool relation_has_unique_index_ext(PlannerInfo *root, RelOptInfo *rel, List *restrictlist, List *exprlist, List *oprlist, List **extra_clauses)
Definition: indxpath.c:4177
List * generate_join_implied_equalities(PlannerInfo *root, Relids join_relids, Relids outer_relids, RelOptInfo *inner_rel, SpecialJoinInfo *sjinfo)
Definition: equivclass.c:1550
bool has_relevant_eclass_joinclause(PlannerInfo *root, RelOptInfo *rel1)
Definition: equivclass.c:3446
PGDLLIMPORT bool enable_geqo
Definition: allpaths.c:79
bool(* ec_matches_callback_type)(PlannerInfo *root, RelOptInfo *rel, EquivalenceClass *ec, EquivalenceMember *em, void *arg)
Definition: paths.h:122
List * get_useful_group_keys_orderings(PlannerInfo *root, Path *path)
Definition: pathkeys.c:467
PGDLLIMPORT set_join_pathlist_hook_type set_join_pathlist_hook
Definition: joinpath.c:33
void * arg
static rewind_source * source
Definition: pg_rewind.c:89
unsigned int Oid
Definition: postgres_ext.h:30
tree ctl root
Definition: radixtree.h:1857
static struct cvec * eclass(struct vars *v, chr c, int cases)
Definition: regc_locale.c:500
ScanDirection
Definition: sdir.h:25
Definition: pg_list.h:54
Definition: nodes.h:135
Definition: type.h:96
static void callback(struct sockaddr *addr, struct sockaddr *mask, void *unused)
Definition: test_ifaddrs.c:46