Обсуждение: pgsql/src/backend/executor (execMain.c execTuples.c execUtils.c nodeHashjoin.c nodeMergejoin.c nodeNestloop.c)

Поиск
Список
Период
Сортировка
  Date: Tuesday, September 12, 2000 @ 17:06:48
Author: tgl

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

Modified Files:
    execMain.c execTuples.c execUtils.c nodeHashjoin.c
    nodeMergejoin.c nodeNestloop.c

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

First cut at full support for OUTER JOINs.  There are still a few loose
ends to clean up (see my message of same date to pghackers), but mostly
it works.  INITDB REQUIRED!