postgresql/src/backend
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
..
access Add comment pointing out that XLByteToPrevSeg macro is not broken. 2003-06-26 18:23:07 +00:00
bootstrap Ensure that in all flex lexers that are part of the backend, a 2003-05-29 22:30:02 +00:00
catalog Back out array mega-patch. 2003-06-25 21:30:34 +00:00
commands Back out array mega-patch. 2003-06-25 21:30:34 +00:00
executor Create real array comparison functions (that use the element datatype's 2003-06-27 00:33:26 +00:00
lib Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
libpq > This change (I'm sure this will wrap poorly -- sorry): 2003-06-25 01:19:47 +00:00
main Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
nodes Back out array mega-patch. 2003-06-25 21:30:34 +00:00
optimizer Back out array mega-patch. 2003-06-25 21:30:34 +00:00
parser Create real array comparison functions (that use the element datatype's 2003-06-27 00:33:26 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
postmaster IPv6 cleanups. 2003-06-12 07:36:51 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite UPDATE ... SET <col> = DEFAULT 2003-06-25 04:19:24 +00:00
storage Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed and 2003-06-12 01:42:21 +00:00
tcop Fix for extended-query protocol: in event of error, backend was issuing 2003-06-20 21:58:02 +00:00
utils Create real array comparison functions (that use the element datatype's 2003-06-27 00:33:26 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00