From 9a4fd8f481fb504578b002e7b1dfee27ad234859 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Aug 2005 19:24:20 +0000 Subject: [PATCH] Update release notes for beta1. --- doc/src/sgml/release.sgml | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index e41af1c2f0..6d7d2b840f 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) + + + -- 2.40.0