@@ -18,10 +18,10 @@ Valid as of 2003-09-28. Update release.sgml later.
1818 Full support for IPv6 connections and IPv6 address data types
1919
2020 SSL
21- Major improvements in SSL performance andsecurity
21+ Major improvements in SSL performance andreliability
2222
2323 Index Growth Prevention
24- Allow free space map to efficientlyreused empty index pages,
24+ Allow free space map to efficientlyreuse empty index pages,
2525 and other free space management improvements.
2626
2727 Standards Compliance
@@ -38,8 +38,8 @@ Valid as of 2003-09-28. Update release.sgml later.
3838 IN/NOT IN subqueries now perform as efficiently as joins
3939 Improved GROUP BY processing by using hash buckets
4040 New multi-key hash join capability
41- ANSI joins are nowfully optimized
42- Faster regular expression code
41+ ANSI joins are nowbetter optimized
42+ Fasterand more powerful regular expression code
4343 Function-inlining for simple SQL functions
4444
4545 Holdable Cursors
@@ -61,11 +61,11 @@ Valid as of 2003-09-28. Update release.sgml later.
6161 data from any previous release.
6262
6363 Observe the following incompatibilities:
64- * The server-side autocommit setting was removedan reimplemented
64+ * The server-side autocommit setting was removedand reimplemented
6565 in client applications and languages.
66- * Error message wording has changeddramatically in this release,
66+ * Error message wording has changedsubstantially in this release,
6767 and error codes have been added.
68- * ANSI joins may behave differently because they are nowfully optimized
68+ * ANSI joins may behave differently because they are nowbetter optimized
6969 * A number of server variables have been renamed for clarity
7070 * MOVE/FETCH 0 now does nothing; return value of MOVE/FETCH 1/0
7171 varies based on the current offset in the cursor
@@ -75,7 +75,7 @@ Valid as of 2003-09-28. Update release.sgml later.
7575 * Trailing spaces are now trimmed when converting from CHAR(n) to
7676 VARCHAR(n)/TEXT
7777 * 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
7979 * The oidrand(), oidsrand(), and userfntest() functions have been
8080 removed.
8181