postgresql/src/include/parser
Tom Lane c3086c8f53 Function-call-style type coercions should be treated as explicit
coercions, not implicit ones.  For example, 'select abstime(1035497293)'
should succeed because there is an explicit binary coercion from int4
to abstime.
2002-10-24 22:09:00 +00:00
..
analyze.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
gramparse.h pgindent run. 2002-09-04 20:31:48 +00:00
keywords.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parse_agg.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parse_clause.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parse_coerce.h Function-call-style type coercions should be treated as explicit 2002-10-24 22:09:00 +00:00
parse_expr.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parse_func.h pgindent run. 2002-09-04 20:31:48 +00:00
parse_node.h Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
parse_oper.h pgindent run. 2002-09-04 20:31:48 +00:00
parse_relation.h pgindent run. 2002-09-04 20:31:48 +00:00
parse_target.h Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
parse_type.h Code review for domain-constraints patch. Use a new ConstraintTest node 2002-08-31 22:10:48 +00:00
parser.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parsetree.h pgindent run. 2002-09-04 20:31:48 +00:00
scansup.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00