@@ -186,13 +186,13 @@ Arrays may now be specified as ARRAY[1,2,3], ARRAY[['a','b'],['c','d']],
186186 or ARRAY[ARRAY[ARRAY[2]]] (Joe)
187187Allow proper comparisons for arrays (Joe)
188188Allow indexes on array columns, and used in ORDER BY and DISTINCT (Joe)
189- Allow WHERE qualification 'expr <oper> ANY/SOME/ALL (array-expr)' (Tom, Joe)
189+ Allow WHERE qualification 'expr <oper> ANY/SOME/ALL (array-expr)' (Joe)
190190Allow polymorphic SQL functions (Tom, Joe)
191191Allow array concatenation with '||' and normal array comparisons (Joe)
192192New array functions array_append(), array_cat(), array_lower(),
193193 array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)
194- Allow user defined aggregates to use polymorphic functions (Tom, Joe)
195- Allow polymorphic user defined aggregates (Tom, Joe)
194+ Allow user defined aggregates to use polymorphic functions (Joe)
195+ Allow polymorphic user defined aggregates (Joe)
196196Allow assignments to empty arrays (Joe)
197197Allow 60 in seconds fields of timestamp, time, interval input values (Tom)
198198Allow PREPARE/bind of utility commands like FETCH and EXPLAIN (Tom)