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

Commit 9a4fd8f

Browse files
committed
Update release notes for beta1.
1 parent 9005b75 commit 9a4fd8f

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

doc/src/sgml/release.sgml

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
1010

1111
<note>
1212
<title>Release date</title>
13-
<simpara>2005-1?-??, Current as of 2005-08-16</simpara>
13+
<simpara>2005-1?-??, Current as of 2005-08-24</simpara>
1414
</note>
1515

1616
<sect2>
@@ -609,6 +609,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
609609
</para>
610610
</listitem>
611611

612+
<listitem>
613+
<para>
614+
Allow more than two gigabyes of shared memory and per-backend
615+
work memory on 64-bit machines (Koichi Suzuki)
616+
</para>
617+
</listitem>
618+
612619
</itemizedlist>
613620
</sect3>
614621

@@ -731,6 +738,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
731738
</para>
732739
</listitem>
733740

741+
<listitem>
742+
<para>
743+
Add ALTER TABLE ENABLE/DISABLE TRIGGER to disable triggers
744+
(Satoshi Nagayasu)
745+
</para>
746+
</listitem>
747+
734748
</itemizedlist>
735749
</sect3>
736750

@@ -1214,6 +1228,15 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
12141228
</para>
12151229
</listitem>
12161230

1231+
<listitem>
1232+
<para>
1233+
Allow the UTF8 encoding to work on Win32 (Magnus)
1234+
</para>
1235+
<para>
1236+
This is done by mapping UTF8 to the Win32-native UTF16
1237+
implementation.
1238+
</listitem>
1239+
12171240
</itemizedlist>
12181241
</sect3>
12191242

@@ -1421,6 +1444,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
14211444
</para>
14221445
</listitem>
14231446

1447+
<listitem>
1448+
<para>
1449+
Allow <literal>strict</> mode to be enabled (Andrew)
1450+
</para>
1451+
</listitem>
1452+
14241453
</itemizedlist>
14251454
</sect3>
14261455

@@ -1678,6 +1707,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
16781707
</para>
16791708
</listitem>
16801709

1710+
<listitem>
1711+
<para>
1712+
Allow libpq to be build thread-safe on Win32 (Dave Page)
1713+
</para>
1714+
</listitem>
1715+
16811716
</itemizedlist>
16821717
</sect3>
16831718

0 commit comments

Comments
 (0)