postgresql/src/include/parser
Tom Lane 730840c9b6 First phase of work on array improvements. ARRAY[x,y,z] constructor
expressions, ARRAY(sub-SELECT) expressions, some array functions.
Polymorphic functions using ANYARRAY/ANYELEMENT argument and return
types.  Some regression tests in place, documentation is lacking.
Joe Conway, with some kibitzing from Tom Lane.
2003-04-08 23:20:04 +00:00
..
analyze.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
gramparse.h pgindent run. 2002-09-04 20:31:48 +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 First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +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 First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
parse_node.h First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
parse_oper.h First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
parse_relation.h pgindent run. 2002-09-04 20:31:48 +00:00
parse_target.h [ Revert patch ] 2003-02-13 05:53:46 +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 Update copyright to 2002. 2002-06-20 20:29:54 +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