Home
last modified time | relevance | path

Searched refs:partition_qual (Results 51 – 75 of 112) sorted by relevance

12345

/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c732 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
735 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
987 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c732 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
735 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
987 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c732 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
735 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
987 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c732 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
735 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
987 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c629 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
632 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
872 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c732 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
735 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
987 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c629 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
632 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
872 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c629 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
632 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
872 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c634 rel->partition_qual != NIL) in gen_partprune_steps()
636 List *partqual = rel->partition_qual; in gen_partprune_steps()
960 List *partconstr = context->rel->partition_qual; in gen_partprune_steps_internal()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c634 rel->partition_qual != NIL) in gen_partprune_steps()
636 List *partqual = rel->partition_qual; in gen_partprune_steps()
960 List *partconstr = context->rel->partition_qual; in gen_partprune_steps_internal()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c634 rel->partition_qual != NIL) in gen_partprune_steps()
636 List *partqual = rel->partition_qual; in gen_partprune_steps()
960 List *partconstr = context->rel->partition_qual; in gen_partprune_steps_internal()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c634 rel->partition_qual != NIL)
636 List *partqual = rel->partition_qual;
960 List *partconstr = context->rel->partition_qual;
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c629 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
632 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
872 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c634 rel->partition_qual != NIL) in gen_partprune_steps()
636 List *partqual = rel->partition_qual; in gen_partprune_steps()
960 List *partconstr = context->rel->partition_qual; in gen_partprune_steps_internal()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c634 rel->partition_qual != NIL)
636 List *partqual = rel->partition_qual;
960 List *partconstr = context->rel->partition_qual;
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/partitioning/
H A Dpartprune.c634 rel->partition_qual != NIL) in gen_partprune_steps()
636 List *partqual = rel->partition_qual; in gen_partprune_steps()
960 List *partconstr = context->rel->partition_qual; in gen_partprune_steps_internal()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c612 rel->partition_qual != NIL)
614 List *partqual = rel->partition_qual;
940 List *partconstr = context->rel->partition_qual;
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c629 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
632 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
872 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c629 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
632 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
872 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/partitioning/
H A Dpartprune.c629 if (partition_bound_has_default(rel->boundinfo) && rel->partition_qual) in gen_partprune_steps()
632 clauses = list_concat_copy(clauses, rel->partition_qual); in gen_partprune_steps()
872 predicate_refuted_by(context->rel->partition_qual, clauses, false)) in gen_partprune_steps_internal()
/dports/databases/postgresql11-client/postgresql-11.14/src/include/nodes/
H A Drelation.h701 List *partition_qual; /* partition constraint */ member
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/nodes/
H A Drelation.h701 List *partition_qual; /* partition constraint */ member
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/nodes/
H A Drelation.h701 List *partition_qual; /* partition constraint */ member
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/nodes/
H A Drelation.h701 List *partition_qual; /* partition constraint */ member
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/nodes/
H A Drelation.h701 List *partition_qual; /* partition constraint */ member

12345