postgresql/src/include/parser
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some
unnecessary #include lines in it.  Also, move some tuple routine prototypes and
macros to htup.h, which allows removal of heapam.h inclusion from some .c
files.

For this to work, a new header file access/sysattr.h needed to be created,
initially containing attribute numbers of system columns, for pg_dump usage.

While at it, make contrib ltree, intarray and hstore header files more
consistent with our header style.
2008-05-12 00:00:54 +00:00
..
analyze.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
gramparse.h Convert backslash_quote guc to use enum. 2008-04-04 11:47:19 +00:00
keywords.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_agg.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_clause.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_coerce.h The original implementation of polymorphic aggregates didn't really get the 2008-01-11 18:39:41 +00:00
parse_expr.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_func.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_node.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_oper.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_relation.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_target.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_type.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parse_utilcmd.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
parser.h Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
parsetree.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
scansup.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00