diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-09-29 23:16:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-09-29 23:16:44 +0000 |
commit | 6b4caf53e632db88a7bae21a0494c50b54120e38 (patch) | |
tree | 893a74c1c5c4ff31cfeac7f037297be0625b7a35 /HISTORY | |
parent | 0e319c7ad7665673103f0b10752700fd2f33acd3 (diff) | |
download | postgresql-6b4caf53e632db88a7bae21a0494c50b54120e38.tar.gz |
Release updates by Tom.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -18,10 +18,10 @@ Valid as of 2003-09-28. Update release.sgml later. Full support for IPv6 connections and IPv6 address data types SSL - Major improvements in SSL performance and security + Major improvements in SSL performance and reliability Index Growth Prevention - Allow free space map to efficiently reused empty index pages, + Allow free space map to efficiently reuse empty index pages, and other free space management improvements. Standards Compliance @@ -38,8 +38,8 @@ Valid as of 2003-09-28. Update release.sgml later. IN/NOT IN subqueries now perform as efficiently as joins Improved GROUP BY processing by using hash buckets New multi-key hash join capability - ANSI joins are now fully optimized - Faster regular expression code + ANSI joins are now better optimized + Faster and more powerful regular expression code Function-inlining for simple SQL functions Holdable Cursors @@ -61,11 +61,11 @@ Valid as of 2003-09-28. Update release.sgml later. data from any previous release. Observe the following incompatibilities: - * The server-side autocommit setting was removed an reimplemented + * The server-side autocommit setting was removed and reimplemented in client applications and languages. - * Error message wording has changed dramatically in this release, + * Error message wording has changed substantially in this release, and error codes have been added. - * ANSI joins may behave differently because they are now fully optimized + * ANSI joins may behave differently because they are now better optimized * A number of server variables have been renamed for clarity * MOVE/FETCH 0 now does nothing; return value of MOVE/FETCH 1/0 varies based on the current offset in the cursor @@ -75,7 +75,7 @@ Valid as of 2003-09-28. Update release.sgml later. * Trailing spaces are now trimmed when converting from CHAR(n) to VARCHAR(n)/TEXT * FLOAT(p) now measures 'p' in bits, not digits - * Date values now must match the ordering specified by DateStyle + * Ambiguous date values now must match the ordering specified by DateStyle * The oidrand(), oidsrand(), and userfntest() functions have been removed. |