1
1
<!--
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 $
3
3
-->
4
4
5
5
<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
10
10
11
11
<note>
12
12
<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>
14
14
</note>
15
15
16
16
<sect2>
@@ -609,6 +609,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
609
609
</para>
610
610
</listitem>
611
611
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
+
612
619
</itemizedlist>
613
620
</sect3>
614
621
@@ -731,6 +738,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
731
738
</para>
732
739
</listitem>
733
740
741
+ <listitem>
742
+ <para>
743
+ Add ALTER TABLE ENABLE/DISABLE TRIGGER to disable triggers
744
+ (Satoshi Nagayasu)
745
+ </para>
746
+ </listitem>
747
+
734
748
</itemizedlist>
735
749
</sect3>
736
750
@@ -1214,6 +1228,15 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
1214
1228
</para>
1215
1229
</listitem>
1216
1230
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
+
1217
1240
</itemizedlist>
1218
1241
</sect3>
1219
1242
@@ -1421,6 +1444,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
1421
1444
</para>
1422
1445
</listitem>
1423
1446
1447
+ <listitem>
1448
+ <para>
1449
+ Allow <literal>strict</> mode to be enabled (Andrew)
1450
+ </para>
1451
+ </listitem>
1452
+
1424
1453
</itemizedlist>
1425
1454
</sect3>
1426
1455
@@ -1678,6 +1707,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp
1678
1707
</para>
1679
1708
</listitem>
1680
1709
1710
+ <listitem>
1711
+ <para>
1712
+ Allow libpq to be build thread-safe on Win32 (Dave Page)
1713
+ </para>
1714
+ </listitem>
1715
+
1681
1716
</itemizedlist>
1682
1717
</sect3>
1683
1718
0 commit comments