Home
last modified time | relevance | path

Searched refs:indexquals (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3442 List *indexquals = NIL; in expand_indexqual_conditions() local
3465 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3478 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3483 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3489 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3494 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3503 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3511 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3442 List *indexquals = NIL; in expand_indexqual_conditions() local
3465 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3478 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3483 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3489 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3494 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3503 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3511 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3442 List *indexquals = NIL; in expand_indexqual_conditions() local
3465 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3478 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3483 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3489 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3494 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3503 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3511 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c3500 List *indexquals = NIL; in expand_indexqual_conditions() local
3528 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3541 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3546 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3552 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3557 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3566 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3574 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c3500 List *indexquals = NIL; in expand_indexqual_conditions() local
3528 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3541 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3546 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3552 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3557 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3566 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3574 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c3500 List *indexquals = NIL;
3528 indexquals = lappend(indexquals,
3541 indexquals = list_concat(indexquals,
3546 while (list_length(indexqualcols) < list_length(indexquals))
3552 indexquals = lappend(indexquals, rinfo);
3557 indexquals = lappend(indexquals,
3566 indexquals = lappend(indexquals, rinfo);
3574 *indexquals_p = indexquals;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c3500 List *indexquals = NIL; in expand_indexqual_conditions() local
3528 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3541 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3546 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3552 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3557 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3566 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3574 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c3500 List *indexquals = NIL; in expand_indexqual_conditions() local
3528 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3541 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3546 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3552 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3557 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3566 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3574 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c3500 List *indexquals = NIL; in expand_indexqual_conditions() local
3528 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3541 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3546 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3552 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3557 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3566 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3574 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/path/
H A Dindxpath.c3500 List *indexquals = NIL;
3528 indexquals = lappend(indexquals,
3541 indexquals = list_concat(indexquals,
3546 while (list_length(indexqualcols) < list_length(indexquals))
3552 indexquals = lappend(indexquals, rinfo);
3557 indexquals = lappend(indexquals,
3566 indexquals = lappend(indexquals, rinfo);
3574 *indexquals_p = indexquals;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/path/
H A Dindxpath.c2348 iclause->indexquals = list_make1(rinfo); in match_clause_to_indexcol()
2447 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op)); in match_boolean_index_clause()
2513 iclause->indexquals = list_make1(rinfo); in match_opclause_to_indexcol()
2552 iclause->indexquals = list_make1(commrinfo); in match_opclause_to_indexcol()
2661 List *indexquals = NIL; in get_index_clause_from_support() local
2672 indexquals = lappend(indexquals, in get_index_clause_from_support()
2677 iclause->indexquals = indexquals; in get_index_clause_from_support()
2735 iclause->indexquals = list_make1(rinfo); in match_saopclause_to_indexcol()
2986 iclause->indexquals = list_make1(rinfo); in expand_indexqual_rowcompare()
3050 iclause->indexquals = list_make1(make_simple_restrictinfo(root, in expand_indexqual_rowcompare()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/path/
H A Dindxpath.c2348 iclause->indexquals = list_make1(rinfo); in match_clause_to_indexcol()
2447 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op)); in match_boolean_index_clause()
2513 iclause->indexquals = list_make1(rinfo); in match_opclause_to_indexcol()
2552 iclause->indexquals = list_make1(commrinfo); in match_opclause_to_indexcol()
2661 List *indexquals = NIL; in get_index_clause_from_support() local
2672 indexquals = lappend(indexquals, in get_index_clause_from_support()
2677 iclause->indexquals = indexquals; in get_index_clause_from_support()
2735 iclause->indexquals = list_make1(rinfo); in match_saopclause_to_indexcol()
2986 iclause->indexquals = list_make1(rinfo); in expand_indexqual_rowcompare()
3050 iclause->indexquals = list_make1(make_simple_restrictinfo(root, in expand_indexqual_rowcompare()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3442 List *indexquals = NIL; in expand_indexqual_conditions() local
3465 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3478 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3483 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3489 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3494 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3503 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3511 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/path/
H A Dindxpath.c2348 iclause->indexquals = list_make1(rinfo);
2447 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op));
2513 iclause->indexquals = list_make1(rinfo);
2552 iclause->indexquals = list_make1(commrinfo);
2661 List *indexquals = NIL;
2672 indexquals = lappend(indexquals,
2677 iclause->indexquals = indexquals;
2735 iclause->indexquals = list_make1(rinfo);
2986 iclause->indexquals = list_make1(rinfo);
3050 iclause->indexquals = list_make1(make_simple_restrictinfo(root,
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/path/
H A Dindxpath.c2348 iclause->indexquals = list_make1(rinfo); in match_clause_to_indexcol()
2447 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op)); in match_boolean_index_clause()
2513 iclause->indexquals = list_make1(rinfo); in match_opclause_to_indexcol()
2552 iclause->indexquals = list_make1(commrinfo); in match_opclause_to_indexcol()
2661 List *indexquals = NIL; in get_index_clause_from_support() local
2672 indexquals = lappend(indexquals, in get_index_clause_from_support()
2677 iclause->indexquals = indexquals; in get_index_clause_from_support()
2735 iclause->indexquals = list_make1(rinfo); in match_saopclause_to_indexcol()
2986 iclause->indexquals = list_make1(rinfo); in expand_indexqual_rowcompare()
3050 iclause->indexquals = list_make1(make_simple_restrictinfo(root, in expand_indexqual_rowcompare()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/path/
H A Dindxpath.c2348 iclause->indexquals = list_make1(rinfo); in match_clause_to_indexcol()
2447 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op)); in match_boolean_index_clause()
2513 iclause->indexquals = list_make1(rinfo); in match_opclause_to_indexcol()
2552 iclause->indexquals = list_make1(commrinfo); in match_opclause_to_indexcol()
2661 List *indexquals = NIL; in get_index_clause_from_support() local
2672 indexquals = lappend(indexquals, in get_index_clause_from_support()
2677 iclause->indexquals = indexquals; in get_index_clause_from_support()
2735 iclause->indexquals = list_make1(rinfo); in match_saopclause_to_indexcol()
2986 iclause->indexquals = list_make1(rinfo); in expand_indexqual_rowcompare()
3050 iclause->indexquals = list_make1(make_simple_restrictinfo(root, in expand_indexqual_rowcompare()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/optimizer/path/
H A Dindxpath.c2353 iclause->indexquals = list_make1(rinfo); in match_clause_to_indexcol()
2452 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op)); in match_boolean_index_clause()
2518 iclause->indexquals = list_make1(rinfo); in match_opclause_to_indexcol()
2557 iclause->indexquals = list_make1(commrinfo); in match_opclause_to_indexcol()
2666 List *indexquals = NIL; in get_index_clause_from_support() local
2677 indexquals = lappend(indexquals, in get_index_clause_from_support()
2682 iclause->indexquals = indexquals; in get_index_clause_from_support()
2740 iclause->indexquals = list_make1(rinfo); in match_saopclause_to_indexcol()
2991 iclause->indexquals = list_make1(rinfo); in expand_indexqual_rowcompare()
3055 iclause->indexquals = list_make1(make_simple_restrictinfo(root, in expand_indexqual_rowcompare()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/path/
H A Dindxpath.c2348 iclause->indexquals = list_make1(rinfo);
2447 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op));
2513 iclause->indexquals = list_make1(rinfo);
2552 iclause->indexquals = list_make1(commrinfo);
2661 List *indexquals = NIL;
2672 indexquals = lappend(indexquals,
2677 iclause->indexquals = indexquals;
2735 iclause->indexquals = list_make1(rinfo);
2986 iclause->indexquals = list_make1(rinfo);
3050 iclause->indexquals = list_make1(make_simple_restrictinfo(root,
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/path/
H A Dindxpath.c2348 iclause->indexquals = list_make1(rinfo); in match_clause_to_indexcol()
2447 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op)); in match_boolean_index_clause()
2513 iclause->indexquals = list_make1(rinfo); in match_opclause_to_indexcol()
2552 iclause->indexquals = list_make1(commrinfo); in match_opclause_to_indexcol()
2661 List *indexquals = NIL; in get_index_clause_from_support() local
2672 indexquals = lappend(indexquals, in get_index_clause_from_support()
2677 iclause->indexquals = indexquals; in get_index_clause_from_support()
2735 iclause->indexquals = list_make1(rinfo); in match_saopclause_to_indexcol()
2986 iclause->indexquals = list_make1(rinfo); in expand_indexqual_rowcompare()
3050 iclause->indexquals = list_make1(make_simple_restrictinfo(root, in expand_indexqual_rowcompare()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/path/
H A Dindxpath.c2353 iclause->indexquals = list_make1(rinfo); in match_clause_to_indexcol()
2452 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op)); in match_boolean_index_clause()
2518 iclause->indexquals = list_make1(rinfo); in match_opclause_to_indexcol()
2557 iclause->indexquals = list_make1(commrinfo); in match_opclause_to_indexcol()
2666 List *indexquals = NIL; in get_index_clause_from_support() local
2677 indexquals = lappend(indexquals, in get_index_clause_from_support()
2682 iclause->indexquals = indexquals; in get_index_clause_from_support()
2740 iclause->indexquals = list_make1(rinfo); in match_saopclause_to_indexcol()
2991 iclause->indexquals = list_make1(rinfo); in expand_indexqual_rowcompare()
3055 iclause->indexquals = list_make1(make_simple_restrictinfo(root, in expand_indexqual_rowcompare()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/optimizer/path/
H A Dindxpath.c2361 iclause->indexquals = list_make1(rinfo); in match_clause_to_indexcol()
2460 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op)); in match_boolean_index_clause()
2526 iclause->indexquals = list_make1(rinfo); in match_opclause_to_indexcol()
2565 iclause->indexquals = list_make1(commrinfo); in match_opclause_to_indexcol()
2674 List *indexquals = NIL; in get_index_clause_from_support() local
2685 indexquals = lappend(indexquals, in get_index_clause_from_support()
2690 iclause->indexquals = indexquals; in get_index_clause_from_support()
2748 iclause->indexquals = list_make1(rinfo); in match_saopclause_to_indexcol()
3010 iclause->indexquals = list_make1(rinfo); in expand_indexqual_rowcompare()
3074 iclause->indexquals = list_make1(make_simple_restrictinfo(root, in expand_indexqual_rowcompare()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3442 List *indexquals = NIL; in expand_indexqual_conditions() local
3465 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3478 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3483 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3489 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3494 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3503 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3511 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/path/
H A Dindxpath.c3442 List *indexquals = NIL; in expand_indexqual_conditions() local
3465 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3478 indexquals = list_concat(indexquals, in expand_indexqual_conditions()
3483 while (list_length(indexqualcols) < list_length(indexquals)) in expand_indexqual_conditions()
3489 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3494 indexquals = lappend(indexquals, in expand_indexqual_conditions()
3503 indexquals = lappend(indexquals, rinfo); in expand_indexqual_conditions()
3511 *indexquals_p = indexquals; in expand_indexqual_conditions()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/optimizer/path/
H A Dindxpath.c2353 iclause->indexquals = list_make1(rinfo); in match_clause_to_indexcol()
2452 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op)); in match_boolean_index_clause()
2518 iclause->indexquals = list_make1(rinfo); in match_opclause_to_indexcol()
2557 iclause->indexquals = list_make1(commrinfo); in match_opclause_to_indexcol()
2666 List *indexquals = NIL; in get_index_clause_from_support() local
2677 indexquals = lappend(indexquals, in get_index_clause_from_support()
2682 iclause->indexquals = indexquals; in get_index_clause_from_support()
2740 iclause->indexquals = list_make1(rinfo); in match_saopclause_to_indexcol()
2991 iclause->indexquals = list_make1(rinfo); in expand_indexqual_rowcompare()
3055 iclause->indexquals = list_make1(make_simple_restrictinfo(root, in expand_indexqual_rowcompare()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/path/
H A Dindxpath.c2361 iclause->indexquals = list_make1(rinfo);
2460 iclause->indexquals = list_make1(make_simple_restrictinfo(root, op));
2526 iclause->indexquals = list_make1(rinfo);
2565 iclause->indexquals = list_make1(commrinfo);
2674 List *indexquals = NIL;
2685 indexquals = lappend(indexquals,
2690 iclause->indexquals = indexquals;
2748 iclause->indexquals = list_make1(rinfo);
3010 iclause->indexquals = list_make1(rinfo);
3074 iclause->indexquals = list_make1(make_simple_restrictinfo(root,
[all …]

12345678910>>...13