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
fbc48fac
Commit
fbc48fac
authored
Oct 01, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update HISTORY/release.sgml for 7.2.3.
parent
7c553901
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
70 additions
and
1 deletion
+70
-1
HISTORY
HISTORY
+29
-0
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+41
-1
No files found.
HISTORY
View file @
fbc48fac
...
...
@@ -469,6 +469,35 @@ Add /contrib/ltree data type for tree structures (Teodor Sigaev, Oleg Bartunov)
Move /contrib/pg_controldata into main tree (Bruce)
Fixes to /contrib/cube (Bruno Wolff)
Improve /contrib/fulltextindex (Christopher)
----------------------------------------------------------------------
Release 7.2.3
Release date: 2002-10-01
This has a variety of fixes from 7.2.2, including fixes to prevent
possible data loss.
----------------------------------------------------------------------
Migration to version 7.2.3
A dump/restore is *not* required for those running 7.2.X.
----------------------------------------------------------------------
Changes
Prevent possible compressed transaction log loss (Tom)
Prevent non-superuser from increasing most recent vacuum info (Tom)
Handle pre-1970 date values in newer versions of glibc (Tom)
Fix possible hang during server shutdown
Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
Fix pg_dump to properly dump FULL JOIN USING (Tom)
----------------------------------------------------------------------
Release 7.2.2
...
...
doc/src/sgml/release.sgml
View file @
fbc48fac
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.16
1 2002/09/24 23:37:42
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.16
2 2002/10/01 03:23:05
momjian Exp $
-->
<appendix id="release">
...
...
@@ -137,6 +137,46 @@ Regular expression function SUBSTRING() implemented per SQL99
</sect1>
<sect1 id="release-7-2-3">
<title>Release 7.2.3</title>
<note>
<title>Release date</title>
<simpara>2002-10-01</simpara>
</note>
<para>
This has a variety of fixes from 7.2.2, including fixes to prevent
possible data loss.
</para>
<sect2>
<title>Migration to version 7.2.3</title>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
7.2.X.
</para>
</sect2>
<sect2>
<title>Changes</title>
<para>
<literallayout>
Prevent possible compressed transaction log loss (Tom)
Prevent non-superuser from increasing most recent vacuum info (Tom)
Handle pre-1970 date values in newer versions of glibc (Tom)
Fix possible hang during server shutdown
Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
Fix pg_dump to properly dump FULL JOIN USING (Tom)
</literallayout>
</para>
</sect2>
</sect1>
<sect1 id="release-7-2-2">
<title>Release 7.2.2</title>
...
...
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