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

Commit9c3f24b

Browse files
committed
Update release notes in preparation for RC1.
1 parent02f37bd commit9c3f24b

File tree

1 file changed

+49
-5
lines changed

1 file changed

+49
-5
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.481 2006/10/23 19:29:46 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.482 2006/11/06 17:00:27 tgl Exp $ -->
22
<!--
33

44
Typical markup:
@@ -40,7 +40,7 @@ links to the main documentation.
4040
<note>
4141
<title>Release date</title>
4242
<simpara>2006-1?-??</simpara>
43-
<para>CURRENT AS OF 2006-10-18</>
43+
<para>CURRENT AS OF 2006-11-05</>
4444
</note>
4545

4646
<sect2>
@@ -398,6 +398,15 @@ links to the main documentation.
398398
</para>
399399
</listitem>
400400

401+
<listitem>
402+
<para>
403+
C-language loadable modules must now include a
404+
<link linkend="xfunc-c-dynload"><literal>PG_MODULE_MAGIC</></link>
405+
macro call for version compatibility checking
406+
(Martijn van Oosterhout)
407+
</para>
408+
</listitem>
409+
401410
<listitem>
402411
<para>
403412
In <filename>contrib/xml2/</>, rename <function>xml_valid()</> to
@@ -679,6 +688,20 @@ links to the main documentation.
679688
</para>
680689
</listitem>
681690

691+
<listitem>
692+
<para>
693+
Improve reliability of long-term <acronym>WAL</> replay
694+
(Heikki, Simon, Tom)
695+
</para>
696+
697+
<para>
698+
Formerly, trying to roll forward through more than 2 billion
699+
transactions would not work due to XID wraparound. This meant
700+
warm standby servers had to be reloaded
701+
from fresh base backups periodically.
702+
</para>
703+
</listitem>
704+
682705
<listitem>
683706
<para>
684707
Add <link
@@ -751,12 +774,12 @@ links to the main documentation.
751774

752775
<listitem>
753776
<para>
754-
Tracktables needing vacuum with more accuracy (Alvaro)
777+
Trackmaximum XID age within individual tables, instead of whole databases (Alvaro)
755778
</para>
756779

757780
<para>
758781
This reduces the overhead involved in preventing transaction
759-
ID wraparound.
782+
ID wraparound, by avoiding unnecessary VACUUMs.
760783
</para>
761784
</listitem>
762785

@@ -847,7 +870,9 @@ links to the main documentation.
847870

848871
<para>
849872
Such logging now shows statement names, bind parameter
850-
values, and the text of the query being executed.
873+
values, and the text of the query being executed. Also,
874+
the query text is properly included in logged error messages
875+
when enabled by <varname>log_min_error_statement</>.
851876
</para>
852877
</listitem>
853878

@@ -879,6 +904,25 @@ links to the main documentation.
879904
</para>
880905
</listitem>
881906

907+
<listitem>
908+
<para>
909+
Fix <quote>failed to re-find parent key</> errors in
910+
<command>VACUUM</> (Tom)
911+
</para>
912+
</listitem>
913+
914+
<listitem>
915+
<para>
916+
Clean out <filename>pg_internal.init</> cache files during server
917+
restart (Simon)
918+
</para>
919+
920+
<para>
921+
This avoids a hazard that the cache files might contain stale
922+
data after PITR recovery.
923+
</para>
924+
</listitem>
925+
882926
</itemizedlist>
883927

884928
</sect3>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp