postgresql/src/backend
Marc G. Fournier 1c688d1bbe From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
Subject: Re: [HACKERS] GEQO and views (rules)


Oke, this was caused by a classic bug :-/
I thougth, root->base_relation_list_ could be
represented as relid string 1-2-3-4- etc.

Instead, in case of views, the count of relids doesn't start with "1" but
maybe 4-5-6- etc . :-(

GEQO patch follows ... views are now all right.
1997-04-09 08:31:29 +00:00
..
access Fix btabstimecmp (). 1997-04-07 06:45:41 +00:00
bootstrap This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00
catalog Check for attributeList is NULL in ConstructTupleDescriptor (). 1997-04-05 03:36:21 +00:00
commands Print 'Group' as name of Group plan. 1997-04-05 06:42:32 +00:00
executor From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-04-03 19:56:47 +00:00
lib Remove CFLAGS_SL from lib/Makefile 1997-01-14 02:35:34 +00:00
libpq Move YACC and YFLAGS into the template files 1997-04-04 11:23:15 +00:00
main From: Oleg Bartunov <oleg@sai.msu.su> 1997-04-02 18:13:47 +00:00
nodes From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 21:00:17 +00:00
optimizer From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de> 1997-04-09 08:31:29 +00:00
parser Now we can GROUP BY func_results. 1997-04-05 06:29:03 +00:00
port removed as already installed as part of system headers on NetBSD/FreeBSD 1997-04-02 18:49:24 +00:00
postmaster From: Oleg Bartunov <oleg@sai.msu.su> 1997-04-02 18:13:47 +00:00
regex Remove __P macro usage so it compiles without cdefs.h. 1996-12-15 09:21:37 +00:00
rewrite Change %ud to %u 1996-12-26 17:49:56 +00:00
storage From: Dan McGuirk <mcguirk@indirect.com> 1997-03-28 07:06:53 +00:00
tcop This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00
tioga Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
utils GNUmakefile.in - remove backend/utils/Gen_fmgrtab.sh on distclean 1997-04-09 08:29:35 +00:00
Makefile This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00