postgresql/src/include/parser
Tom Lane b0bcf8aab2 Restructure AclItem representation so that we can have more than eight
different privilege bits (might as well make use of the space we were
wasting on padding).  EXECUTE and USAGE bits for procedures, languages
now are separate privileges instead of being overlaid on SELECT.  Add
privileges for namespaces and databases.  The GRANT and REVOKE commands
work for these object types, but we don't actually enforce the privileges
yet...
2002-04-21 00:26:44 +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 Scanner performance improvements 2002-04-20 21:56:15 +00:00
keywords.h Restructure AclItem representation so that we can have more than eight 2002-04-21 00:26:44 +00:00
parse_agg.h Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +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 Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
parse_expr.h pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
parse_func.h Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
parse_node.h Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
parse_oper.h Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +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 Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
parse_type.h pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
parser.h Scanner performance improvements 2002-04-20 21:56:15 +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