@@ -18,10 +18,10 @@ Valid as of 2003-09-28. Update release.sgml later.
18
18
Full support for IPv6 connections and IPv6 address data types
19
19
20
20
SSL
21
- Major improvements in SSL performance and security
21
+ Major improvements in SSL performance and reliability
22
22
23
23
Index Growth Prevention
24
- Allow free space map to efficiently reused empty index pages,
24
+ Allow free space map to efficiently reuse empty index pages,
25
25
and other free space management improvements.
26
26
27
27
Standards Compliance
@@ -38,8 +38,8 @@ Valid as of 2003-09-28. Update release.sgml later.
38
38
IN/NOT IN subqueries now perform as efficiently as joins
39
39
Improved GROUP BY processing by using hash buckets
40
40
New multi-key hash join capability
41
- ANSI joins are now fully optimized
42
- Faster regular expression code
41
+ ANSI joins are now better optimized
42
+ Faster and more powerful regular expression code
43
43
Function-inlining for simple SQL functions
44
44
45
45
Holdable Cursors
@@ -61,11 +61,11 @@ Valid as of 2003-09-28. Update release.sgml later.
61
61
data from any previous release.
62
62
63
63
Observe the following incompatibilities:
64
- * The server-side autocommit setting was removed an reimplemented
64
+ * The server-side autocommit setting was removed and reimplemented
65
65
in client applications and languages.
66
- * Error message wording has changed dramatically in this release,
66
+ * Error message wording has changed substantially in this release,
67
67
and error codes have been added.
68
- * ANSI joins may behave differently because they are now fully optimized
68
+ * ANSI joins may behave differently because they are now better optimized
69
69
* A number of server variables have been renamed for clarity
70
70
* MOVE/FETCH 0 now does nothing; return value of MOVE/FETCH 1/0
71
71
varies based on the current offset in the cursor
@@ -75,7 +75,7 @@ Valid as of 2003-09-28. Update release.sgml later.
75
75
* Trailing spaces are now trimmed when converting from CHAR(n) to
76
76
VARCHAR(n)/TEXT
77
77
* FLOAT(p) now measures 'p' in bits, not digits
78
- * Date values now must match the ordering specified by DateStyle
78
+ * Ambiguous date values now must match the ordering specified by DateStyle
79
79
* The oidrand(), oidsrand(), and userfntest() functions have been
80
80
removed.
81
81
0 commit comments