postgresql/src/include/parser
Tom Lane 73d2a3595a Clean up handling of FOR UPDATE inside views and subselects ... make it
work where we can (given that the executor only handles it at top level)
and generate an error where we can't.  Note that while the parser has
been allowing views to say SELECT FOR UPDATE for a few weeks now, that
hasn't actually worked until just now.
2000-12-06 23:55:19 +00:00
..
analyze.h Clean up handling of FOR UPDATE inside views and subselects ... make it 2000-12-06 23:55:19 +00:00
gramparse.h First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
keywords.h Update obsolete comments. 2000-08-29 02:00:38 +00:00
parse_agg.h Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
parse_clause.h Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
parse_coerce.h Add separate type category for bit string types, allowing mixed bit/varbit 2000-11-17 19:57:48 +00:00
parse_expr.h Arrange that no database accesses are attempted during parser() --- this 2000-10-07 00:58:23 +00:00
parse_func.h First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
parse_node.h Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
parse_oper.h Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
parse_relation.h Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
parse_target.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
parse_type.h Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
parser.h Add: 2000-01-26 05:58:53 +00:00
parsetree.h Use variable aliases, if supplied, rather than real column names in 2000-09-25 18:14:55 +00:00
scansup.h Add: 2000-01-26 05:58:53 +00:00