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
340d4468
Commit
340d4468
authored
21 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Update release notes for 7.3.6.
parent
3811d7a0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
HISTORY
+490
-447
490 additions, 447 deletions
HISTORY
doc/src/sgml/release.sgml
+67
-2
67 additions, 2 deletions
doc/src/sgml/release.sgml
with
557 additions
and
449 deletions
HISTORY
+
490
−
447
View file @
340d4468
...
...
@@ -847,6 +847,49 @@ Contrib Changes
* Remove array module because features now included by default (Joe)
_________________________________________________________________
Release 7.3.6
Release date: 2004-03-02
This release contains a variety of fixes from 7.3.5.
_________________________________________________________________
Migration to version 7.3.6
A dump/restore is *not* required for those running 7.3.*.
_________________________________________________________________
Changes
* Revert erroneous changes in rule permissions checking
A patch applied in 7.3.3 to fix a corner case in rule permissions
checks turns out to have disabled rule-related permissions checks
in many not-so-corner cases. This would for example allow users to
insert into views they weren't supposed to have permission to
insert into. We have therefore reverted the 7.3.3 patch. The
original bug will be fixed in 7.5.
* Repair incorrect order of operations in GetNewTransactionId()
This bug could result in failure under out-of-disk-space
conditions, including inability to restart even after disk space
is freed.
* Ensure configure selects -fno-strict-aliasing even when an
external value for CFLAGS is supplied
On some platforms, building with -fstrict-aliasing causes bugs.
* Make pg_restore handle 64-bit off_t correctly
This bug prevented proper restoration from archive files exceeding
4Gb.
* Make contrib/dblink not assume that local and remote type OIDs
match (Joe)
* Quote connectby()'s start_with argument properly (Joe)
* Don't crash when a rowtype argument to a plpgsql function is NULL
* Avoid generating invalid character encoding sequences in corner
cases when planning LIKE operations
* Ensure text_position() cannot scan past end of source string in
multibyte cases (Korea PostgreSQL Users' Group)
* Fix index optimization and selectivity estimates for LIKE
operations on bytea columns (Joe)
_________________________________________________________________
Release 7.3.5
Release date: 2003-12-03
...
...
@@ -925,7 +968,7 @@ Changes
Release date: 2003-05-22
This release contains
of
variety of fixes for version 7.3.2.
This release contains
a
variety of fixes for version 7.3.2.
_________________________________________________________________
Migration to version 7.3.3
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/release.sgml
+
67
−
2
View file @
340d4468
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.25
5
2004/0
2/13 04:40:06 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.25
6
2004/0
3/02 00:38:46 tgl
Exp $
-->
<appendix id="release">
...
...
@@ -1971,6 +1971,71 @@ DROP SCHEMA information_schema CASCADE;
</sect2>
</sect1>
<sect1 id="release-7-3-6">
<title>Release 7.3.6</title>
<note>
<title>Release date</title>
<simpara>2004-03-02</simpara>
</note>
<para>
This release contains a variety of fixes from 7.3.5.
</para>
<sect2>
<title>Migration to version 7.3.6</title>
<para>
A dump/restore is <emphasis>not</emphasis> required for those
running 7.3.*.
</para>
</sect2>
<sect2>
<title>Changes</title>
<itemizedlist>
<listitem><para>Revert erroneous changes in rule permissions checking</para>
<para>A patch applied in 7.3.3 to fix a corner case in rule permissions checks
turns out to have disabled rule-related permissions checks in many
not-so-corner cases. This would for example allow users to insert into views
they weren't supposed to have permission to insert into. We have therefore
reverted the 7.3.3 patch. The original bug will be fixed in 7.5.
</para></listitem>
<listitem><para>Repair incorrect order of operations in
GetNewTransactionId()</para>
<para>
This bug could result in failure under out-of-disk-space conditions, including
inability to restart even after disk space is freed.
</para></listitem>
<listitem><para>Ensure configure selects -fno-strict-aliasing even when
an external value for CFLAGS is supplied</para>
<para>
On some platforms, building with -fstrict-aliasing causes bugs.
</para></listitem>
<listitem><para>Make pg_restore handle 64-bit off_t correctly</para>
<para>
This bug prevented proper restoration from archive files exceeding 4Gb.
</para></listitem>
<listitem><para>Make contrib/dblink not assume that local and remote type OIDs
match (Joe)</para></listitem>
<listitem><para>Quote connectby()'s start_with argument properly (Joe)</para></listitem>
<listitem><para>Don't crash when a rowtype argument to a plpgsql function is
NULL</para></listitem>
<listitem><para>Avoid generating invalid character encoding sequences in
corner cases when planning LIKE operations</para></listitem>
<listitem><para>Ensure text_position() cannot scan past end of source string
in multibyte cases (Korea PostgreSQL Users' Group)</para></listitem>
<listitem><para>Fix index optimization and selectivity estimates for LIKE
operations on bytea columns (Joe)</para></listitem>
</itemizedlist>
</sect2>
</sect1>
<sect1 id="release-7-3-5">
<title>Release 7.3.5</title>
...
...
@@ -2071,7 +2136,7 @@ DROP SCHEMA information_schema CASCADE;
</note>
<para>
This release contains
of
variety of fixes for version 7.3.2.
This release contains
a
variety of fixes for version 7.3.2.
</para>
<sect2>
...
...
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