postgresql/src/include/parser
Tom Lane b503cbe319 First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.
Update functions to new-style fmgr, make BIT and VARBIT be binary-
equivalent, add entries to allow these types to be btree indexed,
correct a few bugs.  BIT/VARBIT are now toastable, too.
NOTE: initdb forced due to catalog updates.
2000-08-21 04:48:57 +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 First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. 2000-08-21 04:48:57 +00:00
parse_expr.h Clean up #include's. 2000-06-15 03:33:12 +00:00
parse_func.h Make functional indexes accept binary-compatible functions, for example 2000-08-20 00:44:19 +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