postgresql/src/include/parser
Robert Haas 5893ffa79c Make the OVER keyword unreserved.
This results in a slightly less specific error message when OVER
is used in a context where we don't accept window functions, but
per discussion, it's worth it to get the benefit of not needing
to reserve this keyword any more.  This same refactoring will
also let us avoid reserving some other keywords that we expect
to add in upcoming patches (specifically, IGNORE, RESPECT, and
FILTER).

Troels Nielsen, with minor changes by me
2013-06-28 11:11:00 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
analyze.h Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
gramparse.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
keywords.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
kwlist.h Make the OVER keyword unreserved. 2013-06-28 11:11:00 -04:00
parse_agg.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parse_clause.h Clean up the mess around EXPLAIN and materialized views. 2013-04-12 19:25:31 -04:00
parse_coerce.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parse_collate.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parse_cte.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parse_expr.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parse_func.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parse_node.h pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
parse_oper.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parse_param.h Clean up the mess around EXPLAIN and materialized views. 2013-04-12 19:25:31 -04:00
parse_relation.h pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
parse_target.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parse_type.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parse_utilcmd.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parser.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parsetree.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
scanner.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
scansup.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00