postgresql/src/include/parser
Tom Lane 2cf57c8f8d Implement feature of new FE/BE protocol whereby RowDescription identifies
the column by table OID and column number, if it's a simple column
reference.  Along the way, get rid of reskey/reskeyop fields in Resdoms.
Turns out that representation was not convenient for either the planner
or the executor; we can make the planner deliver exactly what the
executor wants with no more effort.
initdb forced due to change in stored rule representation.
2003-05-06 00:20:33 +00:00
..
analyze.h Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +00:00
gramparse.h Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +00:00
keywords.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
parse_agg.h Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code 2003-01-17 03:25:04 +00:00
parse_clause.h Adjust subquery qual pushdown rules to be more forgiving: if a qual 2003-03-22 01:49:38 +00:00
parse_coerce.h Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +00:00
parse_expr.h Preliminary code review for domain CHECK constraints patch: add documentation, 2002-12-12 20:35:16 +00:00
parse_func.h Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +00:00
parse_node.h Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +00:00
parse_oper.h Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +00:00
parse_relation.h pgindent run. 2002-09-04 20:31:48 +00:00
parse_target.h Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
parse_type.h Code review for domain-constraints patch. Use a new ConstraintTest node 2002-08-31 22:10:48 +00:00
parser.h Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +00:00
parsetree.h Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
scansup.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00