Home
last modified time | relevance | path

Searched refs:label_sort_with_costsize (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql12-server/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c169 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1203 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1370 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1693 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4167 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4181 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5084 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c169 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1203 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1370 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1693 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4167 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4181 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5084 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c169 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1203 label_sort_with_costsize(root, sort, best_path->limit_tuples);
1370 label_sort_with_costsize(root, sort, best_path->limit_tuples);
1693 label_sort_with_costsize(root, sort, -1.0);
4167 label_sort_with_costsize(root, sort, -1.0);
4181 label_sort_with_costsize(root, sort, -1.0);
5084 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples)
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c169 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1203 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1370 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1693 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4167 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4181 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5084 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c169 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1203 label_sort_with_costsize(root, sort, best_path->limit_tuples);
1370 label_sort_with_costsize(root, sort, best_path->limit_tuples);
1693 label_sort_with_costsize(root, sort, -1.0);
4167 label_sort_with_costsize(root, sort, -1.0);
4181 label_sort_with_costsize(root, sort, -1.0);
5084 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples)
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c169 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1203 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1370 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1693 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4167 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4181 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5084 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c169 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1203 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1370 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1693 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4167 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4181 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5084 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c157 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1125 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1387 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
3621 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
3633 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4510 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c157 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1125 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1387 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
3621 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
3633 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4510 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c157 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1125 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1387 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
3621 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
3633 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4510 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c157 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1125 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1387 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
3621 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
3633 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4510 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c157 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1125 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1387 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
3621 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
3633 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4510 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c157 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1125 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1387 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
3621 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
3633 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4510 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c157 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1125 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1387 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
3621 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
3633 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4510 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/plan/
H A Dcreateplan.c179 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1273 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1446 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1817 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4388 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4402 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5305 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/plan/
H A Dcreateplan.c179 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1273 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1446 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1817 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4388 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4402 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5305 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/plan/
H A Dcreateplan.c179 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1273 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1446 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1817 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4388 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4402 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5305 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/plan/
H A Dcreateplan.c179 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1273 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1446 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1817 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4388 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4402 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5305 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/plan/
H A Dcreateplan.c179 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1273 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1446 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1817 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4388 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4402 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5305 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/optimizer/plan/
H A Dcreateplan.c171 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1214 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1382 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1706 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4240 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4254 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5157 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/plan/
H A Dcreateplan.c179 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1273 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1446 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1817 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4388 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4402 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5305 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/plan/
H A Dcreateplan.c179 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1273 label_sort_with_costsize(root, sort, best_path->limit_tuples);
1446 label_sort_with_costsize(root, sort, best_path->limit_tuples);
1817 label_sort_with_costsize(root, sort, -1.0);
4388 label_sort_with_costsize(root, sort, -1.0);
4402 label_sort_with_costsize(root, sort, -1.0);
5305 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples)
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/plan/
H A Dcreateplan.c171 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1214 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1382 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1706 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4240 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4254 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5157 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/optimizer/plan/
H A Dcreateplan.c171 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1214 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1382 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1706 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4240 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4254 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5157 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/optimizer/plan/
H A Dcreateplan.c171 static void label_sort_with_costsize(PlannerInfo *root, Sort *plan,
1214 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_append_plan()
1382 label_sort_with_costsize(root, sort, best_path->limit_tuples); in create_merge_append_plan()
1706 label_sort_with_costsize(root, sort, -1.0); in create_unique_plan()
4240 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
4254 label_sort_with_costsize(root, sort, -1.0); in create_mergejoin_plan()
5157 label_sort_with_costsize(PlannerInfo *root, Sort *plan, double limit_tuples) in label_sort_with_costsize() function

12