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
887edf4f
Commit
887edf4f
authored
Jan 29, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release history for 7.2.4.
parent
26f56131
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
1 deletion
+92
-1
HISTORY
HISTORY
+49
-0
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+43
-1
No files found.
HISTORY
View file @
887edf4f
...
...
@@ -7,8 +7,27 @@
branch of PostgreSQL since version 7.3. For a complete list of
changes, consult the CVS logs.
Explicit JOINs no longer constrain query plan, unless
JOIN_COLLAPSE_LIMIT = 1
Performance of "foo IN (SELECT ...)" queries has been considerably
improved
FETCH 0 now re-fetches cursor's current row, per SQL spec
Revised executor state representation; plan trees are read-only
to executor now
Information schema
Domains now support CHECK constraints
psql backslash commands for listing conversions, casts, and schemas
TRUNCATE TABLE is transaction-safe
CLUSTER can re-cluster a previously clustered table, or all such tables
Statement-level triggers
System can use either hash- or sort-based strategy for grouped
aggregation
ON COMMIT options for temp tables
extra_float_digits option allows pg_dump to dump float data accurately
Long options for psql and pg_dump are now available on all platforms
Read-only transactions
Object owners can allow grantees to grant the privilege to others
(grant option)
_________________________________________________________________
Release 7.3.1
...
...
@@ -571,6 +590,36 @@ Contrib
Move /contrib/pg_controldata, pg_resetxlog into main tree (Bruce)
Fixes to /contrib/cube (Bruno Wolff)
Improve /contrib/fulltextindex (Christopher)
_________________________________________________________________
Release 7.2.4
Release date: 2003-01-30
This has a variety of fixes from 7.2.3, including fixes to prevent
possible data loss.
_________________________________________________________________
Migration to version 7.2.4
A dump/restore is *not* required for those running 7.2.X.
_________________________________________________________________
Changes
Fix some additional cases of VACUUM "No one parent tuple was found"
error
Prevent VACUUM from being called inside a function (Bruce)
Ensure pg_clog updates are sync'd to disk before marking checkpoint
complete
Avoid integer overflow during large hash joins
Make GROUP commands work when pg_group.grolist is large enough
to be toasted
Fix errors in datetime tables; some timezone names weren't being
recognized
Fix integer overflows in circle_poly(), path_encode(), path_add()
(Neil)
Repair long-standing logic errors in lseg_eq(), lseg_ne(), lseg_center()
_________________________________________________________________
Release 7.2.3
...
...
doc/src/sgml/release.sgml
View file @
887edf4f
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.18
1 2003/01/25 23:10:27
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.18
2 2003/01/29 22:14:08
tgl Exp $
-->
<appendix id="release">
...
...
@@ -806,6 +806,48 @@ Improve /contrib/fulltextindex (Christopher)
</sect1>
<sect1 id="release-7-2-4">
<title>Release 7.2.4</title>
<note>
<title>Release date</title>
<simpara>2003-01-30</simpara>
</note>
<para>
This has a variety of fixes from 7.2.3, including fixes to prevent
possible data loss.
</para>
<sect2>
<title>Migration to version 7.2.4</title>
<para>
A dump/restore is <emphasis>not</emphasis> required for those running
7.2.X.
</para>
</sect2>
<sect2>
<title>Changes</title>
<para>
<literallayout>
Fix some additional cases of VACUUM "No one parent tuple was found" error
Prevent VACUUM from being called inside a function (Bruce)
Ensure pg_clog updates are sync'd to disk before marking checkpoint complete
Avoid integer overflow during large hash joins
Make GROUP commands work when pg_group.grolist is large enough to be toasted
Fix errors in datetime tables; some timezone names weren't being recognized
Fix integer overflows in circle_poly(), path_encode(), path_add() (Neil)
Repair long-standing logic errors in lseg_eq(), lseg_ne(), lseg_center()
</literallayout>
</para>
</sect2>
</sect1>
<sect1 id="release-7-2-3">
<title>Release 7.2.3</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