postgresql/src/include/parser
Tom Lane 108a0ec87d A little further progress on schemas: push down RangeVars into
addRangeTableEntry calls.  Remove relname field from RTEs, since
it will no longer be a useful unique identifier of relations;
we want to encourage people to rely on the relation OID instead.
Further work on dumping qual expressions in EXPLAIN, too.
2002-03-22 02:56:37 +00:00
..
analyze.h First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
gramparse.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
keywords.h Privileges on functions and procedural languages 2002-02-18 23:11:58 +00:00
parse_agg.h First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
parse_clause.h A little further progress on schemas: push down RangeVars into 2002-03-22 02:56:37 +00:00
parse_coerce.h Code review for DOMAIN patch. 2002-03-20 19:45:13 +00:00
parse_expr.h First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
parse_func.h First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
parse_node.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
parse_oper.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
parse_relation.h A little further progress on schemas: push down RangeVars into 2002-03-22 02:56:37 +00:00
parse_target.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
parse_type.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
parser.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
parsetree.h Restructure representation of join alias variables. An explicit JOIN 2002-03-12 00:52:10 +00:00
scansup.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00