From: Bruce Momjian Date: Wed, 24 Aug 2005 19:24:20 +0000 (+0000) Subject: Update release notes for beta1. X-Git-Tag: REL8_1_0BETA1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a4fd8f481fb504578b002e7b1dfee27ad234859;p=thirdparty%2Fpostgresql.git Update release notes for beta1. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index e41af1c2f00..6d7d2b840ff 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp Release date - 2005-1?-??, Current as of 2005-08-16 + 2005-1?-??, Current as of 2005-08-24 @@ -609,6 +609,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp + + + Allow more than two gigabyes of shared memory and per-backend + work memory on 64-bit machines (Koichi Suzuki) + + + @@ -731,6 +738,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp + + + Add ALTER TABLE ENABLE/DISABLE TRIGGER to disable triggers + (Satoshi Nagayasu) + + + @@ -1214,6 +1228,15 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp + + + Allow the UTF8 encoding to work on Win32 (Magnus) + + + This is done by mapping UTF8 to the Win32-native UTF16 + implementation. + + @@ -1421,6 +1444,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp + + + Allow strict mode to be enabled (Andrew) + + + @@ -1678,6 +1707,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp + + + Allow libpq to be build thread-safe on Win32 (Dave Page) + + +