You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
b62fdc13f0
Correct bug in best_innerjoin(): it should check all the
...
rels that the inner path needs to join to, but it was only checking for
the first one. Failure could only have been observed with an OR-clause
that mentions 3 or more tables, and then only if the bogus path was
actually selected as cheapest ...
27 years ago
..
backend
Correct bug in best_innerjoin(): it should check all the
27 years ago
bin
While I was running some tests in psql, trying to figure out how to change
27 years ago
corba
…
data
…
include
Correct bug in best_innerjoin(): it should check all the
27 years ago
interfaces
*** empty log message ***
27 years ago
lextest
…
makefiles
…
man
Clean up #include in /include directory. Add scripts for checking includes.
27 years ago
pl
Move some system includes into c.h, and remove duplicates.
27 years ago
template
Move -ieee to adt Makefile, and add CPU Makefile variable.
27 years ago
test
My recent optimizer changes caused a different plan to
27 years ago
tools
Add c.h to exclusion list.
27 years ago
tutorial
Move some system includes into c.h, and remove duplicates.
27 years ago
utils
Move some system includes into c.h, and remove duplicates.
27 years ago
win32
Hi,
27 years ago
DEVELOPERS
…
GNUmakefile.in
make distclean missed a few symlinks created by configure.
27 years ago
Makefile
…
Makefile.global.in
Move -ieee to adt Makefile, and add CPU Makefile variable.
27 years ago
Makefile.shlib
Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib support
27 years ago
config.guess
…
config.sub
…
configure
autoconf
27 years ago
configure.in
Move -ieee to adt Makefile, and add CPU Makefile variable.
27 years ago
install-sh
…
win32.mak
…