Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9c3f24bb
Commit
9c3f24bb
authored
Nov 06, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release notes in preparation for RC1.
parent
02f37bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
5 deletions
+49
-5
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+49
-5
No files found.
doc/src/sgml/release.sgml
View file @
9c3f24bb
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.48
1 2006/10/23 19:29:46
tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.48
2 2006/11/06 17:00:27
tgl Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -40,7 +40,7 @@ links to the main documentation.
...
@@ -40,7 +40,7 @@ links to the main documentation.
<note>
<note>
<title>Release date</title>
<title>Release date</title>
<simpara>2006-1?-??</simpara>
<simpara>2006-1?-??</simpara>
<para>CURRENT AS OF 2006-1
0-18
</>
<para>CURRENT AS OF 2006-1
1-05
</>
</note>
</note>
<sect2>
<sect2>
...
@@ -398,6 +398,15 @@ links to the main documentation.
...
@@ -398,6 +398,15 @@ links to the main documentation.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
C-language loadable modules must now include a
<link linkend="xfunc-c-dynload"><literal>PG_MODULE_MAGIC</></link>
macro call for version compatibility checking
(Martijn van Oosterhout)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
In <filename>contrib/xml2/</>, rename <function>xml_valid()</> to
In <filename>contrib/xml2/</>, rename <function>xml_valid()</> to
...
@@ -679,6 +688,20 @@ links to the main documentation.
...
@@ -679,6 +688,20 @@ links to the main documentation.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Improve reliability of long-term <acronym>WAL</> replay
(Heikki, Simon, Tom)
</para>
<para>
Formerly, trying to roll forward through more than 2 billion
transactions would not work due to XID wraparound. This meant
warm standby servers had to be reloaded
from fresh base backups periodically.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add <link
Add <link
...
@@ -751,12 +774,12 @@ links to the main documentation.
...
@@ -751,12 +774,12 @@ links to the main documentation.
<listitem>
<listitem>
<para>
<para>
Track
tables needing vacuum with more accuracy
(Alvaro)
Track
maximum XID age within individual tables, instead of whole databases
(Alvaro)
</para>
</para>
<para>
<para>
This reduces the overhead involved in preventing transaction
This reduces the overhead involved in preventing transaction
ID wraparound.
ID wraparound
, by avoiding unnecessary VACUUMs
.
</para>
</para>
</listitem>
</listitem>
...
@@ -847,7 +870,9 @@ links to the main documentation.
...
@@ -847,7 +870,9 @@ links to the main documentation.
<para>
<para>
Such logging now shows statement names, bind parameter
Such logging now shows statement names, bind parameter
values, and the text of the query being executed.
values, and the text of the query being executed. Also,
the query text is properly included in logged error messages
when enabled by <varname>log_min_error_statement</>.
</para>
</para>
</listitem>
</listitem>
...
@@ -879,6 +904,25 @@ links to the main documentation.
...
@@ -879,6 +904,25 @@ links to the main documentation.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Fix <quote>failed to re-find parent key</> errors in
<command>VACUUM</> (Tom)
</para>
</listitem>
<listitem>
<para>
Clean out <filename>pg_internal.init</> cache files during server
restart (Simon)
</para>
<para>
This avoids a hazard that the cache files might contain stale
data after PITR recovery.
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</sect3>
</sect3>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment