More release note wording improvements; section order adjustments.
This commit is contained in:
parent
aa0a885e59
commit
e604c8b51e
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.616 2009/03/30 18:34:56 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.617 2009/03/30 19:59:19 momjian Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@ -173,8 +173,7 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove <varname>explain_pretty_print</> <filename>postgresql.conf</> setting
|
Remove <varname>explain_pretty_print</> parameter (no longer needed) (Tom)
|
||||||
(no longer needed) (Tom)
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -590,10 +589,9 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add <filename>postgresql.conf</> setting
|
Add <varname>cursor_tuple_fraction</> parameter to control the
|
||||||
<varname>cursor_tuple_fraction</> to control the fraction of
|
fraction of a cursor's rows expected to be requested by the
|
||||||
a cursor's rows expected to be requested by the user (Robert
|
user (Robert Hell)
|
||||||
Hell)
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -630,8 +628,8 @@ do it for earlier branch release files.
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add ability to track user-defined functions call counts and
|
Add ability to track user-defined functions call counts and
|
||||||
runtimes via <filename>postgresql.conf</> variable
|
runtimes via parameter <varname>track_functions</> (Martin
|
||||||
<varname>track_functions</> (Martin Pihlak)
|
Pihlak)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -644,8 +642,8 @@ do it for earlier branch release files.
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow specification of the maximum <literal>pg_stat_activity</>
|
Allow specification of the maximum <literal>pg_stat_activity</>
|
||||||
query string size via <filename>postgresql.conf</> variable
|
query string size via <varname>track_activity_query_size</>
|
||||||
<varname>track_activity_query_size</> (Thomas Lee)
|
parameter (Thomas Lee)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -787,22 +785,22 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove <literal>sameuser</> option from <filename>pg_hba.conf</>,
|
Remove the <literal>sameuser</> option, making it the default
|
||||||
making it the default if no usermap is specified (Magnus)
|
if no usermap is specified (Magnus)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Change all <filename>pg_hba.conf</> authentication options to
|
Change all authentication options to be <literal>name=value</>
|
||||||
be <literal>name=value</> settings (Magnus)
|
settings (Magnus)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow usermap parameter in <filename>pg_hba.conf</> for all
|
Allow usermap parameter for all external authentication methods
|
||||||
external authentication methods (Magnus)
|
(Magnus)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -820,8 +818,8 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add <filename>pg_hba.conf</> option <literal>clientcert</> to
|
Add <literal>clientcert</> option to control requesting of a
|
||||||
control requesting of a client certificate (Magnus)
|
client certificate (Magnus)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -832,9 +830,8 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add <filename>pg_hba.conf</> <literal>cert</> authentication
|
Add <literal>cert</> authentication method to allow user
|
||||||
method to allow user authentication via <acronym>SSL</>
|
authentication via <acronym>SSL</> certificates (Magnus)
|
||||||
certificates (Magnus)
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -859,8 +856,7 @@ do it for earlier branch release files.
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add <literal>krb5</>, <literal>gssapi</>, and <literal>sspi</>
|
Add <literal>krb5</>, <literal>gssapi</>, and <literal>sspi</>
|
||||||
<varname>include_realm</> parameter to <filename>pg_hba.conf</>
|
<varname>include_realm</> parameter (Magnus)
|
||||||
(Magnus)
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -871,8 +867,8 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Show all parsing errors in <filename>pg_hba.conf</> instead of
|
Show all parsing errors instead of aborting after the first
|
||||||
aborting after the first one (Selena Deckelmann)
|
one (Selena Deckelmann)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -992,40 +988,6 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
|
||||||
<title><literal>LIMIT</>/<literal>OFFSET</></title>
|
|
||||||
<itemizedlist>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Allow <literal>LIMIT</> and <literal>OFFSET</> to use subselects
|
|
||||||
as arguments (Tom)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Document that <literal>LIMIT NULL</> and <literal>OFFSET NULL</>
|
|
||||||
have no effect (Tom)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Add <acronym>SQL</>-standards syntax for
|
|
||||||
<literal>LIMIT</>/<literal>OFFSET</> capabilities (Peter)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
<literal>OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS}
|
|
||||||
ONLY</>.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
</itemizedlist>
|
|
||||||
|
|
||||||
</sect3>
|
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<title><command>TRUNCATE</></title>
|
<title><command>TRUNCATE</></title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -1099,35 +1061,32 @@ do it for earlier branch release files.
|
|||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>Database Manipulation</title>
|
<title><literal>LIMIT</>/<literal>OFFSET</></title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve reporting of
|
Allow <literal>LIMIT</> and <literal>OFFSET</> to use subselects
|
||||||
<command>CREATE</>/<command>DROP</>/<command>RENAME DATABASE</>
|
as arguments (Tom)
|
||||||
failure when uncommitted prepared transactions are the cause
|
|
||||||
(Tom)
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Make <varname>LC_COLLATE</> and <varname>LC_CTYPE</> database-level
|
Document that <literal>LIMIT NULL</> and <literal>OFFSET NULL</>
|
||||||
settings (Radek Strnad, Heikki)
|
have no effect (Tom)
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
This makes collation similar to encoding, which was always
|
|
||||||
configurable per database.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve checks that the database encoding, collation
|
Add <acronym>SQL</>-standards syntax for
|
||||||
(<varname>LC_COLLATE</>), and character classes
|
<literal>LIMIT</>/<literal>OFFSET</> capabilities (Peter)
|
||||||
(<varname>LC_CTYPE</>) match (Heikki)
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<literal>OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS}
|
||||||
|
ONLY</>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1202,7 +1161,7 @@ do it for earlier branch release files.
|
|||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<title><command>ALTER TABLE</></title>
|
<title><command>ALTER</></title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -1283,6 +1242,43 @@ do it for earlier branch release files.
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
</sect3>
|
||||||
|
|
||||||
|
<sect3>
|
||||||
|
<title>Database Manipulation</title>
|
||||||
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Improve reporting of
|
||||||
|
<command>CREATE</>/<command>DROP</>/<command>RENAME DATABASE</>
|
||||||
|
failure when uncommitted prepared transactions are the cause
|
||||||
|
(Tom)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Make <varname>LC_COLLATE</> and <varname>LC_CTYPE</> database-level
|
||||||
|
settings (Radek Strnad, Heikki)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This makes collation similar to encoding, which was always
|
||||||
|
configurable per database.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Improve checks that the database encoding, collation
|
||||||
|
(<varname>LC_COLLATE</>), and character classes
|
||||||
|
(<varname>LC_CTYPE</>) match (Heikki)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add <command>ALTER DATABASE SET TABLESPACE</> to move a database
|
Add <command>ALTER DATABASE SET TABLESPACE</> to move a database
|
||||||
@ -1423,10 +1419,9 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add <varname>vacuum_freeze_table_age</> to
|
Add <varname>vacuum_freeze_table_age</> parameter to control
|
||||||
<filename>postgresql.conf</> to control when <command>VACUUM</>
|
when <command>VACUUM</> should ignore the visibility map and
|
||||||
should ignore the visibility map and do a full table scan to
|
do a full table scan to set frozen xids (Heikki)
|
||||||
set frozen xids (Heikki)
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1577,7 +1572,7 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add <filename>postgresql.conf</> variable <varname>IntervalStyle</>
|
Add <varname>IntervalStyle</> parameter
|
||||||
which controls how <type>INTERVAL</> values are output (Ron Mayer)
|
which controls how <type>INTERVAL</> values are output (Ron Mayer)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -2355,7 +2350,8 @@ do it for earlier branch release files.
|
|||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<title><link linkend="libpq"><application>libpq</></link> <acronym>SSL</></title>
|
<title><link linkend="libpq"><application>libpq</></link>
|
||||||
|
<acronym>SSL</> (Secure Sockets Layer)</title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user