postgresql/src/include/parser
Tom Lane 0780ce6a93 Re-introduce the yylex filter function formerly used to support UNION
JOIN, which I removed in a recent fit of over-optimism that we wouldn't
have any future use for it.  Now it's needed to support disambiguating
WITH CHECK OPTION from WITH TIME ZONE.  As proof of concept, add stub
grammar productions for WITH CHECK OPTION.
2006-05-27 17:38:46 +00:00
..
analyze.h Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
gramparse.h Re-introduce the yylex filter function formerly used to support UNION 2006-05-27 17:38:46 +00:00
keywords.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_agg.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_clause.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_coerce.h Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
parse_expr.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_func.h Support the syntax 2006-04-15 17:45:46 +00:00
parse_node.h Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
parse_oper.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parse_relation.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parse_target.h Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
parse_type.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parser.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parsetree.h Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
scansup.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00