pgsql/src/include/nodes (execnodes.h nodes.h parsenodes.h pg_list.h plannodes.h primnodes.h relation.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/nodes (execnodes.h nodes.h parsenodes.h pg_list.h plannodes.h primnodes.h relation.h)
Date: 2000-09-29 18:21:39
Message-ID: 200009291821.e8TILdP28085@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, September 29, 2000 @ 14:21:39
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/nodes
from hub.org:/home/projects/pgsql/tmp/cvs-serv27889/src/include/nodes

Modified Files:
execnodes.h nodes.h parsenodes.h pg_list.h plannodes.h
primnodes.h relation.h

----------------------------- Log Message -----------------------------

Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
(Don't forget that an alias is required.) Views reimplemented as expanding
to subselect-in-FROM. Grouping, aggregates, DISTINCT in views actually
work now (he says optimistically). No UNION support in subselects/views
yet, but I have some ideas about that. Rule-related permissions checking
moved out of rewriter and into executor.
INITDB REQUIRED!

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-09-29 18:21:40 pgsql/src/include/optimizer (clauses.h pathnode.h paths.h plancat.h planmain.h)
Previous Message Tom Lane 2000-09-29 18:21:38 pgsql/src/include/catalog (catversion.h)