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
1b6f549d
Commit
1b6f549d
authored
May 14, 2009
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release notes to today.
parent
a6df0535
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
doc/src/sgml/release-8.4.sgml
doc/src/sgml/release-8.4.sgml
+18
-5
No files found.
doc/src/sgml/release-8.4.sgml
View file @
1b6f549d
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.
5 2009/05/14 21:01:49 heikki
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.
6 2009/05/14 22:17:28 tgl
Exp $ -->
<!-- See header comment in release.sgml about typical markup -->
<sect1 id="release-8-4">
...
...
@@ -6,7 +6,7 @@
<note>
<title>Release date</title>
<simpara>2009-??-??, ITEMS CURRENT AS OF 2009-05-1
1
</simpara>
<simpara>2009-??-??, ITEMS CURRENT AS OF 2009-05-1
4
</simpara>
</note>
<sect2>
...
...
@@ -422,6 +422,18 @@
</para>
</listitem>
<listitem>
<para>
Rewrite memory management for <application>libxml</>-using functions
(Tom)
</para>
<para>
This change should avoid some compatibility problems with use of
<application>libxml</> in PL/Perl and other add-on code.
</para>
</listitem>
<listitem>
<para>
Adopt a faster algorithm for hash functions (Kenneth Marshall,
...
...
@@ -3324,9 +3336,10 @@
</para>
<para>
To make this safe, you now need to set the new
<literal>recovery_end_command</> option in <filename>recovery.conf</> to
clean up the trigger fail after failover.
To make this work safely, you now need to set the new
<literal>recovery_end_command</> option in <filename>recovery.conf</>
to clean up the trigger file after failover. <application>pg_standby</>
will no longer remove the trigger file itself.
</para>
</listitem>
...
...
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