postgresql/src/include/parser
Tom Lane 2fb6cc9045 Remove not-really-standard implementation of CREATE TABLE's UNDER clause,
and revert documentation to describe the existing INHERITS clause
instead, per recent discussion in pghackers.  Also fix implementation
of SQL_inheritance SET variable: it is not cool to look at this var
during the initial parsing phase, only during parse_analyze().  See
recent bug report concerning misinterpretation of date constants just
after a SET TIMEZONE command.  gram.y really has to be an invariant
transformation of the query string to a raw parsetree; anything that
can vary with time must be done during parse analysis.
2001-01-05 06:34:23 +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 Remove not-really-standard implementation of CREATE TABLE's UNDER clause, 2001-01-05 06:34:23 +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