postgresql/src
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my
pghackers proposal of 8-Nov.  All the existing cross-type comparison
operators (int2/int4/int8 and float4/float8) have appropriate support.
The original proposal of storing the right-hand-side datatype as part of
the primary key for pg_amop and pg_amproc got modified a bit in the event;
it is easier to store zero as the 'default' case and only store a nonzero
when the operator is actually cross-type.  Along the way, remove the
long-since-defunct bigbox_ops operator class.
2003-11-12 21:15:59 +00:00
..
backend Cross-data-type comparisons are now indexable by btrees, pursuant to my 2003-11-12 21:15:59 +00:00
bin Move system_views.sql into backend/catalog, per Tom. 2003-11-11 01:58:23 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
include Cross-data-type comparisons are now indexable by btrees, pursuant to my 2003-11-12 21:15:59 +00:00
interfaces Re-added forgotten cache. 2003-11-10 20:28:30 +00:00
makefiles Un-break Darwin port. 2003-10-27 07:42:34 +00:00
pl Allow the query for a plpgsql cursor to begin with '(' as well as 'SELECT'. 2003-10-30 17:18:55 +00:00
port Update /port C header descriptions. 2003-11-11 23:52:45 +00:00
template Add -O to really trigger compiler bug. 2003-11-05 07:42:31 +00:00
test Cross-data-type comparisons are now indexable by btrees, pursuant to my 2003-11-12 21:15:59 +00:00
tools Add note to update config.guess and config.sub at the start of beta. 2003-11-04 10:33:28 +00:00
tutorial Small fix to Christopher's recent improvements --- underscore is not 2003-10-31 03:58:15 +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 Finalize configuration of thread_test program. 2003-09-27 16:24:45 +00:00
Makefile.shlib When building shared libraries on HPUX with gcc, forcibly include -lgcc 2003-10-20 01:34:33 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
nls-global.mk Run distprep target before creating list of files that contain translatable 2003-09-14 22:40:38 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00