postgresql/src/include/parser
Tom Lane 62e29fe2e7 Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'
from Param nodes, per discussion a few days ago on pghackers.  Add new
expression node type FieldSelect that implements the functionality where
it's actually needed.  Clean up some other unused fields in Func nodes
as well.
NOTE: initdb forced due to change in stored expression trees for rules.
2000-08-08 15:43:12 +00:00
..
analyze.h Add: 2000-01-26 05:58:53 +00:00
gramparse.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
keywords.h Add: 2000-01-26 05:58:53 +00:00
parse_agg.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
parse_clause.h Inheritance overhaul by Chris Bitmead <chris@bitmead.com> 2000-06-09 01:44:34 +00:00
parse_coerce.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
parse_expr.h Clean up #include's. 2000-06-15 03:33:12 +00:00
parse_func.h Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 2000-08-08 15:43:12 +00:00
parse_node.h Repair list-vs-node confusion that resulted in failure for INNER JOIN ON. 2000-05-12 01:33:56 +00:00
parse_oper.h Add: 2000-01-26 05:58:53 +00:00
parse_relation.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
parse_target.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
parse_type.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
parser.h Add: 2000-01-26 05:58:53 +00:00
parsetree.h Rename rule CURRENT to OLD in source tree. Add mapping for backward 2000-06-12 19:40:58 +00:00
scansup.h Add: 2000-01-26 05:58:53 +00:00