postgresql/src/include/parser
Tom Lane ec4be2ee68 Extend the set of frame options supported for window functions.
This patch allows the frame to start from CURRENT ROW (in either RANGE or
ROWS mode), and it also adds support for ROWS n PRECEDING and ROWS n FOLLOWING
start and end points.  (RANGE value PRECEDING/FOLLOWING isn't there yet ---
the grammar works, but that's all.)

Hitoshi Harada, reviewed by Pavel Stehule
2010-02-12 17:33:21 +00:00
..
analyze.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
gramparse.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
keywords.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
kwlist.h Extend the set of frame options supported for window functions. 2010-02-12 17:33:21 +00:00
parse_agg.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_clause.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_coerce.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_cte.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_expr.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_func.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_node.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_oper.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_param.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_relation.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_target.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_type.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parse_utilcmd.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parser.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parsetree.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
scanner.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
scansup.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00