postgresql/src
Tom Lane bff0422b6c Revise hash join and hash aggregation code to use the same datatype-
specific hash functions used by hash indexes, rather than the old
not-datatype-aware ComputeHashFunc routine.  This makes it safe to do
hash joining on several datatypes that previously couldn't use hashing.
The sets of datatypes that are hash indexable and hash joinable are now
exactly the same, whereas before each had some that weren't in the other.
2003-06-22 22:04:55 +00:00
..
backend Revise hash join and hash aggregation code to use the same datatype- 2003-06-22 22:04:55 +00:00
bin Use libpq's new logic to get the server version, instead of doing it ourselves. 2003-06-22 00:56:58 +00:00
corba
data
include Revise hash join and hash aggregation code to use the same datatype- 2003-06-22 22:04:55 +00:00
interfaces Added missing terminating '\0' char for data put into char *. 2003-06-22 11:00:48 +00:00
makefiles Support for Intel compiler on Linux 2003-06-05 16:07:25 +00:00
pl Disallow dollar sign in operator names, instead allow it as a non-first 2003-06-19 23:22:40 +00:00
port Handle threading in two more gethostbyname calls. 2003-06-14 18:20:33 +00:00
template Move thread os defines into template files. 2003-06-14 19:21:42 +00:00
test Revise hash join and hash aggregation code to use the same datatype- 2003-06-22 22:04:55 +00:00
tools Add pgtest script. 2003-06-22 04:22:57 +00:00
tutorial
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Add thread.c for libpq threading, and hook it into libpq/configure. 2003-06-14 14:35:42 +00:00
Makefile.shlib
nls-global.mk
win32.mak