postgresql/src/include/nodes
Tom Lane 2fb6cc9045 Remove not-really-standard implementation of CREATE TABLE's UNDER clause,
and revert documentation to describe the existing INHERITS clause
instead, per recent discussion in pghackers.  Also fix implementation
of SQL_inheritance SET variable: it is not cool to look at this var
during the initial parsing phase, only during parse_analyze().  See
recent bug report concerning misinterpretation of date constants just
after a SET TIMEZONE command.  gram.y really has to be an invariant
transformation of the query string to a raw parsetree; anything that
can vary with time must be done during parse analysis.
2001-01-05 06:34:23 +00:00
..
execnodes.h Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
makefuncs.h Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
memnodes.h Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's 2000-12-01 18:14:29 +00:00
nodeFuncs.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
nodes.h Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, 2000-11-24 20:16:40 +00:00
params.h Add: 2000-01-26 05:58:53 +00:00
parsenodes.h Remove not-really-standard implementation of CREATE TABLE's UNDER clause, 2001-01-05 06:34:23 +00:00
pg_list.h Change the parser to convert SQL "position" and "substring" syntax to 2000-10-31 10:22:13 +00:00
plannodes.h Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
primnodes.h Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
print.h Add: 2000-01-26 05:58:53 +00:00
readfuncs.h Add: 2000-01-26 05:58:53 +00:00
relation.h Planner speedup hacking. Avoid saving useless pathkeys, so that path 2000-12-14 22:30:45 +00:00