More indenting cleanup for release notes.
This commit is contained in:
parent
35dab98e1b
commit
6fe5885cdf
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.527 2007/10/18 23:34:54 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.528 2007/10/19 01:56:06 momjian Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@ -804,6 +804,7 @@ do it for earlier branch release files.
|
|||||||
point-in-time recovery.
|
point-in-time recovery.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
New boolean configuration parameter, <varname>archive_mode</>,
|
New boolean configuration parameter, <varname>archive_mode</>,
|
||||||
@ -2431,112 +2432,113 @@ do it for earlier branch release files.
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Support explicit placement of the temporary-table schema within
|
Support explicit placement of the temporary-table schema within
|
||||||
<varname>search_path</>, and disable searching it for functions
|
<varname>search_path</>, and disable searching it for functions
|
||||||
and operators (Tom)
|
and operators (Tom)
|
||||||
</para>
|
</para>
|
||||||
<para>
|
|
||||||
This is needed to allow a security-definer function to set a
|
<para>
|
||||||
truly secure value of <varname>search_path</>. Without it,
|
This is needed to allow a security-definer function to set a
|
||||||
an unprivileged SQL user can use temporary objects to execute code
|
truly secure value of <varname>search_path</>. Without it,
|
||||||
with the privileges of the security-definer function (CVE-2007-2138).
|
an unprivileged SQL user can use temporary objects to execute code
|
||||||
See <command>CREATE FUNCTION</> for more information.
|
with the privileges of the security-definer function (CVE-2007-2138).
|
||||||
</para>
|
See <command>CREATE FUNCTION</> for more information.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix <varname>shared_preload_libraries</> for Windows
|
Fix <varname>shared_preload_libraries</> for Windows
|
||||||
by forcing reload in each backend (Korry Douglas)
|
by forcing reload in each backend (Korry Douglas)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix <function>to_char()</> so it properly upper/lower cases localized day or month
|
Fix <function>to_char()</> so it properly upper/lower cases localized day or month
|
||||||
names (Pavel Stehule)
|
names (Pavel Stehule)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<filename>/contrib/tsearch2</> crash fixes (Teodor)
|
<filename>/contrib/tsearch2</> crash fixes (Teodor)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Require <command>COMMIT PREPARED</> to be executed in the same
|
Require <command>COMMIT PREPARED</> to be executed in the same
|
||||||
database as the transaction was prepared in (Heikki)
|
database as the transaction was prepared in (Heikki)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow <command>pg_dump</> to do binary backups larger than two gigabytes
|
Allow <command>pg_dump</> to do binary backups larger than two gigabytes
|
||||||
on Windows (Magnus)
|
on Windows (Magnus)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
New traditional (Taiwan) Chinese <acronym>FAQ</> (Zhou Daojing)
|
New traditional (Taiwan) Chinese <acronym>FAQ</> (Zhou Daojing)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Prevent the statistics collector from writing to disk too frequently (Tom)
|
Prevent the statistics collector from writing to disk too frequently (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix potential-data-corruption bug in how <command>VACUUM FULL</> handles
|
Fix potential-data-corruption bug in how <command>VACUUM FULL</> handles
|
||||||
<command>UPDATE</> chains (Tom, Pavan Deolasee)
|
<command>UPDATE</> chains (Tom, Pavan Deolasee)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix bug in domains that use array types (Tom)
|
Fix bug in domains that use array types (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix <command>pg_dump</> so it can dump a serial column's sequence
|
Fix <command>pg_dump</> so it can dump a serial column's sequence
|
||||||
using <option>-t</> when not also dumping the owning table
|
using <option>-t</> when not also dumping the owning table
|
||||||
(Tom)
|
(Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Planner fixes, including improving outer join and bitmap scan
|
Planner fixes, including improving outer join and bitmap scan
|
||||||
selection logic (Tom)
|
selection logic (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix possible wrong answers or crash when a PL/pgSQL function tries
|
Fix possible wrong answers or crash when a PL/pgSQL function tries
|
||||||
to <literal>RETURN</> from within an <literal>EXCEPTION</> block
|
to <literal>RETURN</> from within an <literal>EXCEPTION</> block
|
||||||
(Tom)
|
(Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix PANIC during enlargement of a hash index (Tom)
|
Fix PANIC during enlargement of a hash index (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix POSIX-style timezone specs to follow new USA DST rules (Tom)
|
Fix POSIX-style timezone specs to follow new USA DST rules (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -2571,16 +2573,16 @@ do it for earlier branch release files.
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove overly-restrictive check for type length in constraints and
|
Remove overly-restrictive check for type length in constraints and
|
||||||
functional indexes(Tom)
|
functional indexes(Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix optimization so MIN/MAX in subqueries can again use indexes (Tom)
|
Fix optimization so MIN/MAX in subqueries can again use indexes (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -2616,124 +2618,127 @@ do it for earlier branch release files.
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove security vulnerabilities that allowed connected users
|
Remove security vulnerabilities that allowed connected users
|
||||||
to read backend memory (Tom)
|
to read backend memory (Tom)
|
||||||
</para>
|
</para>
|
||||||
<para>
|
|
||||||
The vulnerabilities involve suppressing the normal check that a SQL
|
<para>
|
||||||
function returns the data type it's declared to, and changing the
|
The vulnerabilities involve suppressing the normal check that a SQL
|
||||||
data type of a table column (CVE-2007-0555, CVE-2007-0556). These
|
function returns the data type it's declared to, and changing the
|
||||||
errors can easily be exploited to cause a backend crash, and in
|
data type of a table column (CVE-2007-0555, CVE-2007-0556). These
|
||||||
principle might be used to read database content that the user
|
errors can easily be exploited to cause a backend crash, and in
|
||||||
should not be able to access.
|
principle might be used to read database content that the user
|
||||||
</para>
|
should not be able to access.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix not-so-rare-anymore bug wherein btree index page splits could fail
|
Fix not-so-rare-anymore bug wherein btree index page splits could fail
|
||||||
due to choosing an infeasible split point (Heikki Linnakangas)
|
due to choosing an infeasible split point (Heikki Linnakangas)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix Borland C compile scripts (L Bayuk)
|
Fix Borland C compile scripts (L Bayuk)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Properly handle <function>to_char('CC')</> for years ending in
|
Properly handle <function>to_char('CC')</> for years ending in
|
||||||
<literal>00</> (Tom)
|
<literal>00</> (Tom)
|
||||||
</para>
|
</para>
|
||||||
<para>
|
|
||||||
Year 2000 is in the twentieth century, not the twenty-first.
|
<para>
|
||||||
</para>
|
Year 2000 is in the twentieth century, not the twenty-first.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<filename>/contrib/tsearch2</> localization improvements (Tatsuo, Teodor)
|
<filename>/contrib/tsearch2</> localization improvements (Tatsuo, Teodor)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix incorrect permission check in
|
Fix incorrect permission check in
|
||||||
<literal>information_schema.key_column_usage</> view (Tom)
|
<literal>information_schema.key_column_usage</> view (Tom)
|
||||||
</para>
|
</para>
|
||||||
<para>
|
|
||||||
The symptom is <quote>relation with OID nnnnn does not exist</> errors.
|
<para>
|
||||||
To get this fix without using <command>initdb</>, use <command>CREATE OR
|
The symptom is <quote>relation with OID nnnnn does not exist</> errors.
|
||||||
REPLACE VIEW</> to install the corrected definition found in
|
To get this fix without using <command>initdb</>, use <command>CREATE OR
|
||||||
<filename>share/information_schema.sql</>. Note you will need to do
|
REPLACE VIEW</> to install the corrected definition found in
|
||||||
this in each database.
|
<filename>share/information_schema.sql</>. Note you will need to do
|
||||||
</para>
|
this in each database.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve <command>VACUUM</> performance for databases with many tables (Tom)
|
Improve <command>VACUUM</> performance for databases with many tables (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix for rare Assert() crash triggered by <literal>UNION</> (Tom)
|
Fix for rare Assert() crash triggered by <literal>UNION</> (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix potentially incorrect results from index searches using
|
Fix potentially incorrect results from index searches using
|
||||||
<literal>ROW</> inequality conditions (Tom)
|
<literal>ROW</> inequality conditions (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Tighten security of multi-byte character processing for UTF8 sequences
|
Tighten security of multi-byte character processing for UTF8 sequences
|
||||||
over three bytes long (Tom)
|
over three bytes long (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix bogus <quote>permission denied</> failures occurring on Windows
|
Fix bogus <quote>permission denied</> failures occurring on Windows
|
||||||
due to attempts to fsync already-deleted files (Magnus, Tom)
|
due to attempts to fsync already-deleted files (Magnus, Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix bug that could cause the statistics collector
|
Fix bug that could cause the statistics collector
|
||||||
to hang on Windows (Magnus)
|
to hang on Windows (Magnus)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This would in turn lead to autovacuum not working.
|
This would in turn lead to autovacuum not working.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix possible crashes when an already-in-use PL/pgSQL function is
|
Fix possible crashes when an already-in-use PL/pgSQL function is
|
||||||
updated (Tom)
|
updated (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve PL/pgSQL handling of domain types (Sergiy Vyshnevetskiy, Tom)
|
Improve PL/pgSQL handling of domain types (Sergiy Vyshnevetskiy, Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix possible errors in processing PL/pgSQL exception blocks (Tom)
|
Fix possible errors in processing PL/pgSQL exception blocks (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user