1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.389 2005/10/05 19:52:22 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.390 2005/10/11 21:17:11 tgl Exp $
3
3
4
4
Typical markup:
5
5
@@ -20,7 +20,7 @@ pg_[A-Za-z0-9_] <application>
20
20
21
21
<note>
22
22
<title>Release date</title>
23
- <simpara>2005-1?-??, Current as of 2005-09-27 </simpara>
23
+ <simpara>2005-1?-??, Current as of 2005-10-11 </simpara>
24
24
</note>
25
25
26
26
<sect2>
@@ -561,6 +561,12 @@ psql -t -f fixseq.sql db1 | psql -e db1
561
561
</para>
562
562
</listitem>
563
563
564
+ <listitem>
565
+ <para>
566
+ Improve spinlock behavior on SMP machines, particularly Opterons (Tom)
567
+ </para>
568
+ </listitem>
569
+
564
570
<listitem>
565
571
<para>
566
572
Allow non-consecutive index columns to be used in a multi-column
@@ -687,7 +693,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
687
693
688
694
<listitem>
689
695
<para>
690
- Enhance <literal>pg_locks</> display (Tom)
696
+ Adjust <literal>pg_stat</> views for bitmap scans (Tom)
697
+ </para>
698
+ <para>
699
+ The meanings of some of the fields have changed slightly.
700
+ </para>
701
+ </listitem>
702
+
703
+ <listitem>
704
+ <para>
705
+ Enhance <literal>pg_locks</> view (Tom)
691
706
</para>
692
707
</listitem>
693
708
@@ -1179,6 +1194,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
1179
1194
</para>
1180
1195
</listitem>
1181
1196
1197
+ <listitem>
1198
+ <para>
1199
+ Fix roundoff behavior in timestamp, time, and interval output (Tom)
1200
+ </para>
1201
+ <para>
1202
+ This fixes some cases in which the seconds field would be shown as
1203
+ <literal>60</> instead of incrementing the higher-order fields.
1204
+ </para>
1205
+ </listitem>
1206
+
1182
1207
<listitem>
1183
1208
<para>
1184
1209
Add an internal day field to <type>INTERVAL</> so a one day
@@ -1825,6 +1850,13 @@ psql -t -f fixseq.sql db1 | psql -e db1
1825
1850
<title>Source Code Changes</title>
1826
1851
<itemizedlist>
1827
1852
1853
+ <listitem>
1854
+ <para>
1855
+ Fix <application>pgxs</> to support building against a relocated
1856
+ installation
1857
+ </para>
1858
+ </listitem>
1859
+
1828
1860
<listitem>
1829
1861
<para>
1830
1862
Add spinlock support for the Itanium processor using Intel
@@ -2003,6 +2035,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
2003
2035
</para>
2004
2036
</listitem>
2005
2037
2038
+ <listitem>
2039
+ <para>
2040
+ Improve <filename>/contrib/pgbench</> (Tatsuo)
2041
+ </para>
2042
+ <para>
2043
+ There is now a facility for testing with SQL command scripts given
2044
+ by the user, instead of only a hard-wired command sequence.
2045
+ </para>
2046
+ </listitem>
2047
+
2006
2048
<listitem>
2007
2049
<para>
2008
2050
Improve <filename>/contrib/pgcrypto</> (Marko Kreen)
0 commit comments