postgresql/src
Tom Lane ddb2d78de0 Upgrade planner and executor to allow multiple hash keys for a hash join,
instead of only one.  This should speed up planning (only one hash path
to consider for a given pair of relations) as well as allow more effective
hashing, when there are multiple hashable joinclauses.
2002-11-30 00:08:22 +00:00
..
backend Upgrade planner and executor to allow multiple hash keys for a hash join, 2002-11-30 00:08:22 +00:00
bin This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall. 2002-11-29 16:38:42 +00:00
corba
data
include Upgrade planner and executor to allow multiple hash keys for a hash join, 2002-11-30 00:08:22 +00:00
interfaces Synced parser with backend 2002-11-27 08:30:27 +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
test Fix regression test breakage from triggers patch. 2002-11-23 18:42:37 +00:00
tools
tutorial
utils Re-add Win32 missing files, I think. 2002-11-02 02:00:35 +00:00
DEVELOPERS
Makefile
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
nls-global.mk
win32.mak