Home
last modified time | relevance | path

Searched refs:aggdirectargs (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL);
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs,
934 ListCell *h_cell = list_head(aggref->aggdirectargs);
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args);
949 h_cell = lnext(aggref->aggdirectargs, h_cell);
1030 h_cell = lnext(aggref->aggdirectargs, h_cell);
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL);
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs,
934 ListCell *h_cell = list_head(aggref->aggdirectargs);
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args);
949 h_cell = lnext(aggref->aggdirectargs, h_cell);
1030 h_cell = lnext(aggref->aggdirectargs, h_cell);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
934 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
949 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1030 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
934 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
949 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1030 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
934 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
949 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1030 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
934 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
949 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1030 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
934 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
949 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1030 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/parser/
H A Dparse_collate.c886 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
929 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
957 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
967 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
972 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1053 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/parser/
H A Dparse_collate.c886 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
929 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
957 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
967 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
972 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1053 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/parser/
H A Dparse_collate.c886 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
929 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
957 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
967 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
972 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1053 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/parser/
H A Dparse_collate.c886 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
929 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
957 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
967 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
972 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1053 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/parser/
H A Dparse_collate.c886 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
929 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
957 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
967 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
972 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1053 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/parser/
H A Dparse_collate.c886 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
929 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
957 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
967 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
972 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
1053 h_cell = lnext(aggref->aggdirectargs, h_cell); in assign_hypothetical_collations()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/parser/
H A Dparse_collate.c886 Assert(aggref->aggdirectargs == NIL);
929 (void) assign_collations_walker((Node *) aggref->aggdirectargs,
957 ListCell *h_cell = list_head(aggref->aggdirectargs);
967 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args);
972 h_cell = lnext(aggref->aggdirectargs, h_cell);
1053 h_cell = lnext(aggref->aggdirectargs, h_cell);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c407 equal(newagg->aggdirectargs, existingRef->aggdirectargs)) in find_compatible_agg()
664 if (aggref->aggdirectargs) in get_agg_clause_costs()
668 cost_qual_eval_node(&argcosts, (Node *) aggref->aggdirectargs, in get_agg_clause_costs()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c407 equal(newagg->aggdirectargs, existingRef->aggdirectargs)) in find_compatible_agg()
664 if (aggref->aggdirectargs) in get_agg_clause_costs()
668 cost_qual_eval_node(&argcosts, (Node *) aggref->aggdirectargs, in get_agg_clause_costs()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c407 equal(newagg->aggdirectargs, existingRef->aggdirectargs)) in find_compatible_agg()
664 if (aggref->aggdirectargs) in get_agg_clause_costs()
668 cost_qual_eval_node(&argcosts, (Node *) aggref->aggdirectargs, in get_agg_clause_costs()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c407 equal(newagg->aggdirectargs, existingRef->aggdirectargs)) in find_compatible_agg()
664 if (aggref->aggdirectargs) in get_agg_clause_costs()
668 cost_qual_eval_node(&argcosts, (Node *) aggref->aggdirectargs, in get_agg_clause_costs()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c407 equal(newagg->aggdirectargs, existingRef->aggdirectargs)) in find_compatible_agg()
664 if (aggref->aggdirectargs) in get_agg_clause_costs()
668 cost_qual_eval_node(&argcosts, (Node *) aggref->aggdirectargs, in get_agg_clause_costs()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c407 equal(newagg->aggdirectargs, existingRef->aggdirectargs)) in find_compatible_agg()
664 if (aggref->aggdirectargs) in get_agg_clause_costs()
668 cost_qual_eval_node(&argcosts, (Node *) aggref->aggdirectargs, in get_agg_clause_costs()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c407 equal(newagg->aggdirectargs, existingRef->aggdirectargs))
664 if (aggref->aggdirectargs) in sql_connect()
668 cost_qual_eval_node(&argcosts, (Node *) aggref->aggdirectargs, in sql_connect()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
934 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
934 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
934 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dparse_collate.c863 Assert(aggref->aggdirectargs == NIL); in assign_aggregate_collations()
906 (void) assign_collations_walker((Node *) aggref->aggdirectargs, in assign_ordered_set_collations()
934 ListCell *h_cell = list_head(aggref->aggdirectargs); in assign_hypothetical_collations()
944 extra_args = list_length(aggref->aggdirectargs) - list_length(aggref->args); in assign_hypothetical_collations()

12345678910>>...25