Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
950c8afc
Commit
950c8afc
authored
20 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Update release history for 7.4.5.
parent
1abf13db
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release.sgml
+37
-1
37 additions, 1 deletion
doc/src/sgml/release.sgml
with
37 additions
and
1 deletion
doc/src/sgml/release.sgml
+
37
−
1
View file @
950c8afc
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.28
4
2004/08/1
5
0
0:27:14
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.28
5
2004/08/1
8
0
3: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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment