summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-05 15:04:16 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-05 15:04:16 +0000
commit0b532c944b8e2afc36ff8080bf2ad10f69f63e3e (patch)
treebd2988a232b4fff126e78c8aa01a3da34cfdf371 /HISTORY
parentad2068c2cbfcbceaa6f287b566557a9f29bf84a6 (diff)
downloadpostgresql-0b532c944b8e2afc36ff8080bf2ad10f69f63e3e.tar.gz
Remove Tom mention on array items.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 264b771c87..b010f3dafc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -186,13 +186,13 @@ Arrays may now be specified as ARRAY[1,2,3], ARRAY[['a','b'],['c','d']],
or ARRAY[ARRAY[ARRAY[2]]] (Joe)
Allow proper comparisons for arrays (Joe)
Allow indexes on array columns, and used in ORDER BY and DISTINCT (Joe)
-Allow WHERE qualification 'expr <oper> ANY/SOME/ALL (array-expr)' (Tom, Joe)
+Allow WHERE qualification 'expr <oper> ANY/SOME/ALL (array-expr)' (Joe)
Allow polymorphic SQL functions (Tom, Joe)
Allow array concatenation with '||' and normal array comparisons (Joe)
New array functions array_append(), array_cat(), array_lower(),
array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)
-Allow user defined aggregates to use polymorphic functions (Tom, Joe)
-Allow polymorphic user defined aggregates (Tom, Joe)
+Allow user defined aggregates to use polymorphic functions (Joe)
+Allow polymorphic user defined aggregates (Joe)
Allow assignments to empty arrays (Joe)
Allow 60 in seconds fields of timestamp, time, interval input values (Tom)
Allow PREPARE/bind of utility commands like FETCH and EXPLAIN (Tom)