postgresql/src
Tom Lane 04c8785c7b Restructure planning of nestloop inner indexscans so that the set of usable
joinclauses is determined accurately for each join.  Formerly, the code only
considered joinclauses that used all of the rels from the outer side of the
join; thus for example
	FROM (a CROSS JOIN b) JOIN c ON (c.f1 = a.x AND c.f2 = b.y)
could not exploit a two-column index on c(f1,f2), since neither of the
qual clauses would be in the joininfo list it looked in.  The new code does
this correctly, and also is able to eliminate redundant clauses, thus fixing
the problem noted 24-Oct-02 by Hans-Jürgen Schönig.
2002-11-24 21:52:15 +00:00
..
backend Restructure planning of nestloop inner indexscans so that the set of usable 2002-11-24 21:52:15 +00:00
bin Heres a patch which will create the sql_help.h file on Win32 if it 2002-11-23 04:06:32 +00:00
corba
data
include Restructure planning of nestloop inner indexscans so that the set of usable 2002-11-24 21:52:15 +00:00
interfaces This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
makefiles There was an error in the gcc portion of the patch I sent you. Here is 2002-11-14 04:07:27 +00:00
pl This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
port Update comments. 2002-10-29 04:24:30 +00:00
template Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
test Fix regression test breakage from triggers patch. 2002-11-23 18:42:37 +00:00
tools Compute version number for docs on the fly. 2002-10-12 16:34:28 +00:00
tutorial Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
utils Re-add Win32 missing files, I think. 2002-11-02 02:00:35 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
Makefile.global.in I am attaching a patch file that will replace the previous one. It only 2002-11-10 00:37:28 +00:00
Makefile.shlib > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 2002-10-09 16:21:54 +00:00
nls-global.mk Avoid shell syntax error if list of languages is empty. 2002-09-02 22:19:42 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00