Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96a83d8

Browse files
committed
Release notes up to date as of today.
1 parenta72ee09 commit96a83d8

File tree

1 file changed

+45
-3
lines changed

1 file changed

+45
-3
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33

44
Typical markup:
55

@@ -20,7 +20,7 @@ pg_[A-Za-z0-9_] <application>
2020

2121
<note>
2222
<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>
2424
</note>
2525

2626
<sect2>
@@ -561,6 +561,12 @@ psql -t -f fixseq.sql db1 | psql -e db1
561561
</para>
562562
</listitem>
563563

564+
<listitem>
565+
<para>
566+
Improve spinlock behavior on SMP machines, particularly Opterons (Tom)
567+
</para>
568+
</listitem>
569+
564570
<listitem>
565571
<para>
566572
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
687693

688694
<listitem>
689695
<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)
691706
</para>
692707
</listitem>
693708

@@ -1179,6 +1194,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
11791194
</para>
11801195
</listitem>
11811196

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+
11821207
<listitem>
11831208
<para>
11841209
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
18251850
<title>Source Code Changes</title>
18261851
<itemizedlist>
18271852

1853+
<listitem>
1854+
<para>
1855+
Fix <application>pgxs</> to support building against a relocated
1856+
installation
1857+
</para>
1858+
</listitem>
1859+
18281860
<listitem>
18291861
<para>
18301862
Add spinlock support for the Itanium processor using Intel
@@ -2003,6 +2035,16 @@ psql -t -f fixseq.sql db1 | psql -e db1
20032035
</para>
20042036
</listitem>
20052037

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+
20062048
<listitem>
20072049
<para>
20082050
Improve <filename>/contrib/pgcrypto</> (Marko Kreen)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp