postgresql/src
Tom Lane bee217924d Support expressions of the form 'scalar op ANY (array)' and
'scalar op ALL (array)', where the operator is applied between the
lefthand scalar and each element of the array.  The operator must
yield boolean; the result of the construct is the OR or AND of the
per-element results, respectively.

Original coding by Joe Conway, after an idea of Peter's.  Rewritten
by Tom to keep the implementation strictly separate from subqueries.
2003-06-29 00:33:44 +00:00
..
backend Support expressions of the form 'scalar op ANY (array)' and 2003-06-29 00:33:44 +00:00
bin Merge PO file updates from 7.3 branch. 2003-06-28 22:31:01 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Support expressions of the form 'scalar op ANY (array)' and 2003-06-29 00:33:44 +00:00
interfaces Merge PO file updates from 7.3 branch. 2003-06-28 22:31:01 +00:00
makefiles Support for Intel compiler on Linux 2003-06-05 16:07:25 +00:00
pl Support expressions of the form 'scalar op ANY (array)' and 2003-06-29 00:33:44 +00:00
port Remove references to sa_family_t, except when SOCKADDR_STORAGE requires 2003-06-23 23:52:00 +00:00
template Move thread os defines into template files. 2003-06-14 19:21:42 +00:00
test Support expressions of the form 'scalar op ANY (array)' and 2003-06-29 00:33:44 +00:00
tools Adjust pgtest grep. 2003-06-27 22:04:50 +00:00
tutorial Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
utils Re-add Win32 missing files, I think. 2002-11-02 02:00:35 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +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 Add thread.c for libpq threading, and hook it into libpq/configure. 2003-06-14 14:35:42 +00:00
Makefile.shlib Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +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