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
3116c2f7
Commit
3116c2f7
authored
Apr 19, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
parent
05cd021c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
322 additions
and
1 deletion
+322
-1
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+322
-1
No files found.
doc/src/sgml/release.sgml
View file @
3116c2f7
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.49
8 2007/02/07 04:22:44
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.49
9 2007/04/19 02:47:36
momjian Exp $ -->
<!--
Typical markup:
...
...
@@ -35,6 +35,113 @@ do it for earlier branch release files.
<appendix id="release">
<title>Release Notes</title>
<sect1 id="release-8-2-4">
<title>Release 8.2.4</title>
<note>
<title>Release date</title>
<simpara>2007-04-23</simpara>
</note>
<para>
This release contains fixes from 8.2.3, including a security fix.
</para>
<sect2>
<title>Migration to version 8.2.4</title>
<para>
A dump/restore is not required for those running 8.2.X.
</para>
</sect2>
<sect2>
<title>Changes</title>
<itemizedlist>
<listitem>
<para>
Fix <varname>shared_preload_libraries</> for Win32 by forcing reload in each backend
(Korry Douglas)
</para>
</listitem>
<listitem>
<para>
Fix <function>to_char()</> so it properly upper/lower cases localized day or month
names (Pavel Stehule)
</para>
</listitem>
<listitem>
<para>
<filename>/contrib/tsearch2</> fixes (Teodor)
</para>
</listitem>
<listitem>
<para>
Require <command>COMMIT TRANSACTION</> to be executed in the same database as
it was prepared (Heikki)
</para>
</listitem>
<listitem>
<para>
Allow Win32 <command>pg_dump</> to do binary backups larger than two gigabytes (Magnus)
</para>
</listitem>
<listitem>
<para>
New traditional (Taiwan) Chinese <acronym>FAQ</> (Zhou Daojing)
</para>
</listitem>
<listitem>
<para>
Prevent the statistics collector from writing to disk too frequently (Tom)
</para>
</listitem>
<listitem>
<para>
Improve detection of <acronym>POSIX</>-style time zone names (Tom)
</para>
</listitem>
<listitem>
<para>
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
</para>
</listitem>
<listitem>
<para>
Fix bug in domains that use array types (Tom)
</para>
</listitem>
<listitem>
<para>
Fix <command>pg_dump</> so it can dump a sequence using <option>-t</> when not also dumping the owning table
(Tom)
</para>
</listitem>
<listitem>
<para>
Improve outer join and bitmap join selection logic (Tom)
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
<sect1 id="release-8-2-3">
<title>Release 8.2.3</title>
...
...
@@ -2924,6 +3031,77 @@ do it for earlier branch release files.
</sect2>
</sect1>
<sect1 id="release-8-1-9">
<title>Release 8.1.9</title>
<note>
<title>Release date</title>
<simpara>2007-04-23</simpara>
</note>
<para>
This release contains fixes from 8.1.8, including a security fix.
</para>
<sect2>
<title>Migration to version 8.1.9</title>
<para>
A dump/restore is not required for those running 8.1.X.
However, if you are upgrading from a version earlier than 8.1.2,
see the release notes for 8.1.2.
</para>
</sect2>
<sect2>
<title>Changes</title>
<itemizedlist>
<listitem>
<para>
Fix <function>to_char()</> so it properly upper/lower cases localized day or month
names (Pavel Stehule)
</para>
</listitem>
<listitem>
<para>
<filename>/contrib/tsearch2</> fixes (Teodor)
</para>
</listitem>
<listitem>
<para>
Require <command>COMMIT TRANSACTION</> to be executed in the same database as
it was prepared (Heikki)
</para>
</listitem>
<listitem>
<para>
Improve detection of <acronym>POSIX</>-style time zone names (Tom)
</para>
</listitem>
<listitem>
<para>
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
</para>
</listitem>
<listitem>
<para>
Improve outer join and bitmap join selection logic (Tom)
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
<sect1 id="release-8-1-8">
<title>Release 8.1.8</title>
...
...
@@ -5874,6 +6052,63 @@ psql -t -f fixseq.sql db1 | psql -e db1
</sect2>
</sect1>
<sect1 id="release-8-0-13">
<title>Release 8.0.13</title>
<note>
<title>Release date</title>
<simpara>2007-04-23</simpara>
</note>
<para>
This release contains fixes from 8.0.12, including a security fix.
</para>
<sect2>
<title>Migration to version 8.0.13</title>
<para>
A dump/restore is not required for those running 8.0.X. However,
if you are upgrading from a version earlier than 8.0.6, see the release
notes for 8.0.6.
</para>
</sect2>
<sect2>
<title>Changes</title>
<itemizedlist>
<listitem>
<para>
<filename>/contrib/tsearch2</> fixes (Teodor)
</para>
</listitem>
<listitem>
<para>
Improve detection of <acronym>POSIX</>-style time zone names (Tom)
</para>
</listitem>
<listitem>
<para>
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
</para>
</listitem>
<listitem>
<para>
<filename>/contrib/tsearch2</> fixes (Teodor)
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
<sect1 id="release-8-0-12">
<title>Release 8.0.12</title>
...
...
@@ -9308,6 +9543,52 @@ typedefs (Michael)</para></listitem>
</sect2>
</sect1>
<sect1 id="release-7-4-17">
<title>Release 7.4.17</title>
<note>
<title>Release date</title>
<simpara>2007-04-23</simpara>
</note>
<para>
This release contains a variety of fixes from 7.4.16, including
a security fix.
</para>
<sect2>
<title>Migration to version 7.4.17</title>
<para>
A dump/restore is not required for those running 7.4.X. However,
if you are upgrading from a version earlier than 7.4.11, see the release
notes for 7.4.11.
</para>
</sect2>
<sect2>
<title>Changes</title>
<itemizedlist>
<listitem>
<para>
<filename>/contrib/tsearch2</> fixes (Teodor)
</para>
</listitem>
<listitem>
<para>
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
<sect1 id="release-7-4-16">
<title>Release 7.4.16</title>
...
...
@@ -12425,6 +12706,46 @@ DROP SCHEMA information_schema CASCADE;
</sect2>
</sect1>
<sect1 id="release-7-3-19">
<title>Release 7.3.19</title>
<note>
<title>Release date</title>
<simpara>2007-04-23</simpara>
</note>
<para>
This release contains a variety of fixes from 7.3.18, including
a security fix.
</para>
<sect2>
<title>Migration to version 7.3.19</title>
<para>
A dump/restore is not required for those running 7.3.X. However,
if you are upgrading from a version earlier than 7.3.13, see the release
notes for 7.3.13.
</para>
</sect2>
<sect2>
<title>Changes</title>
<itemizedlist>
<listitem>
<para>
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>
<sect1 id="release-7-3-18">
<title>Release 7.3.18</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