summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian2000-12-20 03:02:52 +0000
committerBruce Momjian2000-12-20 03:02:52 +0000
commit827414276c1d965afa8d3f85bd00accb1bab9cd3 (patch)
treed77b5c258e4039a293d7b0c5989b4550ccd80fd5 /HISTORY
parente19f3861161a540ce1e7d8d8b6cc554ee37fdcc4 (diff)
Add mention of Alpha
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY9
1 files changed, 4 insertions, 5 deletions
diff --git a/HISTORY b/HISTORY
index 8d97aac157e..d07a1a70dae 100644
--- a/HISTORY
+++ b/HISTORY
@@ -24,11 +24,10 @@ performance.
workaround for outer joins is no longer required. We use the SQL92
outer join syntax.
- Function Manager - The previous C function manager did not
-handle NULLs properly, nor did it support 64-bit CPU's. The new
-function manager does. You can continue using your old custom
-functions, but you may want to rewrite them in the future to use the new
-function manager call interface.
+ Function Manager - The previous C function manager did not handle NULLs properly,
+nor did it support 64-bit CPU's (Alpha). The new function manager does. You can continue
+using your old custom functions, but you may want to rewrite them in the future to use the
+new function manager call interface.
Complex Queries - A large number of complex queries that were
unsupported in previous releases now work. Many combinations of views,