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
950c8afc
Commit
950c8afc
authored
Aug 18, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release history for 7.4.5.
parent
1abf13db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
1 deletion
+37
-1
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+37
-1
No files found.
doc/src/sgml/release.sgml
View file @
950c8afc
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.28
4 2004/08/15 00:27:14
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.28
5 2004/08/18 03:03:32
tgl Exp $
-->
<appendix id="release">
...
...
@@ -1892,6 +1892,42 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.284 2004/08/15 00:27:14 tgl Exp
</itemizedlist>
</sect3>
</sect2>
</sect1>
<sect1 id="release-7-4-5">
<title>Release 7.4.5</title>
<note>
<title>Release date</title>
<simpara>2004-08-18</simpara>
</note>
<para>
This release contains one serious bug fix over 7.4.4.
</para>
<sect2>
<title>Migration to version 7.4.5</title>
<para>
A dump/restore is not required for those running 7.4.X.
</para>
</sect2>
<sect2>
<title>Changes</title>
<itemizedlist>
<listitem><para>Repair possible crash during concurrent btree index insertions</para>
<para>
This patch fixes a rare case in which concurrent insertions into a btree index
could result in a server panic. No permanent damage would result, but it's
still worth a re-release. The bug does not exist in pre-7.4 releases.
</para></listitem>
</itemizedlist>
</sect2>
</sect1>
...
...
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