postgresql/src
Tom Lane b3c0551eda Create real array comparison functions (that use the element datatype's
comparison functions), replacing the highly bogus bitwise array_eq.  Create
a btree index opclass for ANYARRAY --- it is now possible to create indexes
on array columns.
Arrange to cache the results of catalog lookups across multiple array
operations, instead of repeating the lookups on every call.
Add string_to_array and array_to_string functions.
Remove singleton_array, array_accum, array_assign, and array_subscript
functions, since these were for proof-of-concept and not intended to become
supported functions.
Minor adjustments to behavior in some corner cases with empty or
zero-dimensional arrays.

Joe Conway (with some editorializing by Tom Lane).
2003-06-27 00:33:26 +00:00
..
backend Create real array comparison functions (that use the element datatype's 2003-06-27 00:33:26 +00:00
bin If they're not, the below causes problems, as the foreign key is added 2003-06-25 04:08:19 +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 Create real array comparison functions (that use the element datatype's 2003-06-27 00:33:26 +00:00
interfaces Create real array comparison functions (that use the element datatype's 2003-06-27 00:33:26 +00:00
makefiles Support for Intel compiler on Linux 2003-06-05 16:07:25 +00:00
pl > I've worked with the Pl/Python code in the past and will see about removing 2003-06-25 01:18:58 +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 Create real array comparison functions (that use the element datatype's 2003-06-27 00:33:26 +00:00
tools Add mention that the grep's have to be adjusted in pgtest. 2003-06-23 19:33:25 +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
DEVELOPERS
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
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 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