Allow proper comparisons for arrays (Joe)
Allow array concatenation with '||' (Joe)
Allow indexes on array columns, and used in ORDER BY and DISTINCT (Joe)
-
Allow WHERE qualification 'expr >oper< ANY/SOME/ALL (array-expr)' (Joe)
+
Allow WHERE qualification 'expr >oper< ANY/SOME/ALL (array-expr)' (Joe)
Allow polymorphic SQL functions (Joe)
New array functions array_append(), array_cat(), array_lower(),
array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)