postgresql/src/include/parser
Tom Lane 3437286356 Modify the parser's error reporting to include a specific hint for the case
of referencing a WITH item that's not yet in scope according to the SQL
spec's semantics.  This seems to be an easy error to make, and the bare
"relation doesn't exist" message doesn't lead one's mind in the correct
direction to fix it.
2008-10-08 01:14:44 +00:00
..
analyze.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
gramparse.h Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
keywords.h Add a function pg_get_keywords() to let clients find out the set of keywords 2008-07-03 20:58:47 +00:00
parse_agg.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_clause.h Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, 2008-08-07 01:11:52 +00:00
parse_coerce.h Extend the parser location infrastructure to include a location field in 2008-08-28 23:09:48 +00:00
parse_cte.h Implement SQL-standard WITH clauses, including WITH RECURSIVE. 2008-10-04 21:56:55 +00:00
parse_expr.h Move exprType(), exprTypmod(), expression_tree_walker(), and related routines 2008-08-25 22:42:34 +00:00
parse_func.h Support "variadic" functions, which can accept a variable number of arguments 2008-07-16 01:30:23 +00:00
parse_node.h Modify the parser's error reporting to include a specific hint for the case 2008-10-08 01:14:44 +00:00
parse_oper.h Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items 2008-08-02 21:32:01 +00:00
parse_relation.h Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came 2008-10-06 15:15:22 +00:00
parse_target.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_type.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_utilcmd.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parser.h Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
parsetree.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
scansup.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00