postgresql/src/include/parser
Tom Lane 0b3bca6c6f Change plpgsql to depend on main parser's type-declaration grammar,
rather than having its own somewhat half-baked notion of what a type
declaration looks like.  This is necessary now to ensure that plpgsql
will think a 'timestamp' variable has the same semantics as 'timestamp'
does in the main SQL grammar; and it should avoid divergences in future.
2001-10-09 04:15:38 +00:00
..
analyze.h Here is my much-promised patch to let people add UNIQUE constraints after 2001-09-07 21:57:53 +00:00
gramparse.h Provide tunable knob for x = NULL -> x IS NULL transformation, default to off. 2001-09-20 14:20:28 +00:00
keywords.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
parse_agg.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
parse_clause.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
parse_coerce.h Remove no-longer-used macros. 2001-10-03 19:18:42 +00:00
parse_expr.h Provide tunable knob for x = NULL -> x IS NULL transformation, default to off. 2001-09-20 14:20:28 +00:00
parse_func.h Consider interpreting a function call as a trivial (binary-compatible) 2001-10-04 22:06:46 +00:00
parse_node.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
parse_oper.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
parse_relation.h Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
parse_target.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
parse_type.h Change plpgsql to depend on main parser's type-declaration grammar, 2001-10-09 04:15:38 +00:00
parser.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
parsetree.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
scansup.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00