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
e92da1a9
Commit
e92da1a9
authored
Sep 16, 2007
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release notes for last-minute fix.
parent
43b0c918
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
1 deletion
+41
-1
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+41
-1
No files found.
doc/src/sgml/release.sgml
View file @
e92da1a9
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.50
6 2007/09/14 16:15:35
tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.50
7 2007/09/16 03:03:00
tgl Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -61,6 +61,14 @@ do it for earlier branch release files.
...
@@ -61,6 +61,14 @@ do it for earlier branch release files.
<itemizedlist>
<itemizedlist>
<listitem>
<para>
Prevent index corruption when a transaction inserts rows and
then aborts close to the end of a concurrent <command>VACUUM</>
on the same table (Tom)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Fix <literal>ALTER DOMAIN ADD CONSTRAINT</> for cases involving
Fix <literal>ALTER DOMAIN ADD CONSTRAINT</> for cases involving
...
@@ -3260,6 +3268,14 @@ do it for earlier branch release files.
...
@@ -3260,6 +3268,14 @@ do it for earlier branch release files.
<itemizedlist>
<itemizedlist>
<listitem>
<para>
Prevent index corruption when a transaction inserts rows and
then aborts close to the end of a concurrent <command>VACUUM</>
on the same table (Tom)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
...
@@ -6408,6 +6424,14 @@ psql -t -f fixseq.sql db1 | psql -e db1
...
@@ -6408,6 +6424,14 @@ psql -t -f fixseq.sql db1 | psql -e db1
<itemizedlist>
<itemizedlist>
<listitem>
<para>
Prevent index corruption when a transaction inserts rows and
then aborts close to the end of a concurrent <command>VACUUM</>
on the same table (Tom)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
...
@@ -10013,6 +10037,14 @@ typedefs (Michael)</para></listitem>
...
@@ -10013,6 +10037,14 @@ typedefs (Michael)</para></listitem>
<itemizedlist>
<itemizedlist>
<listitem>
<para>
Prevent index corruption when a transaction inserts rows and
then aborts close to the end of a concurrent <command>VACUUM</>
on the same table (Tom)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
...
@@ -13263,6 +13295,14 @@ DROP SCHEMA information_schema CASCADE;
...
@@ -13263,6 +13295,14 @@ DROP SCHEMA information_schema CASCADE;
<itemizedlist>
<itemizedlist>
<listitem>
<para>
Prevent index corruption when a transaction inserts rows and
then aborts close to the end of a concurrent <command>VACUUM</>
on the same table (Tom)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
...
...
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