pgsql/src/backend/executor (nodeSubqueryscan.c Makefile execAmi.c execMain.c execProcnode.c execTuples.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/executor (nodeSubqueryscan.c Makefile execAmi.c execMain.c execProcnode.c execTuples.c)
Date
Msg-id 200009291821.e8TILTc27961@hub.org
Whole thread Raw
List pgsql-committers
  Date: Friday, September 29, 2000 @ 14:21:29
Author: tgl

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

Modified Files:
    Makefile execAmi.c execMain.c execProcnode.c execTuples.c

Added Files:
    nodeSubqueryscan.c

-----------------------------  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!


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/commands (command.c explain.c view.c)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c list.c outfuncs.c print.c readfuncs.c)