postgresql/src/include/parser
Tom Lane ac4878a060 Pass atttypmod to CoerceTargetExpr, so that it can pass it on to
coerce_type, so that the right things happen when coercing a previously-
unknown constant to a destination data type.
2000-01-17 02:04:16 +00:00
..
analyze.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
gramparse.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
keywords.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
parse_agg.h Teach grammar and parser about aggregate(DISTINCT ...). No implementation 1999-12-10 07:37:35 +00:00
parse_clause.h Major revision of sort-node handling: push knowledge of query 1999-08-21 03:49:17 +00:00
parse_coerce.h Create a new parsetree node type, TypeCast, so that transformation of 2000-01-17 00:14:49 +00:00
parse_expr.h Revise parse_coerce() to handle coercion of int and float 1999-08-05 02:33:54 +00:00
parse_func.h Make number of args to a function configurable. 2000-01-10 17:14:46 +00:00
parse_node.h Remove bogus code in oper_exact --- if it didn't find an exact 1999-08-23 23:48:39 +00:00
parse_oper.h any_ordering_op()'s argument should be declared Oid not int. 1999-12-12 20:51:29 +00:00
parse_relation.h Fix planner and rewriter to follow SQL semantics for tables that are 1999-10-07 04:23:24 +00:00
parse_target.h Pass atttypmod to CoerceTargetExpr, so that it can pass it on to 2000-01-17 02:04:16 +00:00
parse_type.h Revise parse_coerce() to handle coercion of int and float 1999-08-05 02:33:54 +00:00
parser.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
parsetree.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
scansup.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00