Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6b4caf5

Browse files
committed
Release updates by Tom.
1 parent 0e319c7 commit 6b4caf5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

HISTORY

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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 and security
21+
Major improvements in SSL performance and reliability
2222

2323
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,
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 now fully optimized
42-
Faster regular expression code
41+
ANSI joins are now better optimized
42+
Faster and 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 removed an reimplemented
64+
* The server-side autocommit setting was removed and reimplemented
6565
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,
6767
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
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

0 commit comments

Comments
 (0)