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
e604c8b5
Commit
e604c8b5
authored
Mar 30, 2009
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More release note wording improvements; section order adjustments.
parent
aa0a885e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
77 additions
and
81 deletions
+77
-81
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+77
-81
No files found.
doc/src/sgml/release.sgml
View file @
e604c8b5
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.61
6 2009/03/30 18:34:56
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.61
7 2009/03/30 19:59:19
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -173,8 +173,7 @@ do it for earlier branch release files.
...
@@ -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.
...
@@ -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.
...
@@ -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.
...
@@ -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.
...
@@ -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.
...
@@ -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
c
ontrol requesting of a c
lient certificate (Magnus)
client certificate (Magnus)
</para>
</para>
<para>
<para>
...
@@ -832,9 +830,8 @@ do it for earlier branch release files.
...
@@ -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.
...
@@ -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.
...
@@ -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 in
stead 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.
...
@@ -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.
...
@@ -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>
</listitem>
<listitem>
<para>
<para>
This makes collation similar to encoding, which was always
Add <acronym>SQL</>-standards syntax for
configurable per database.
<literal>LIMIT</>/<literal>OFFSET</> capabilities (Peter)
</para>
</para>
</listitem>
<listitem>
<para>
<para>
Improve checks that the database encoding, collation
<literal>OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS}
(<varname>LC_COLLATE</>), and character classes
ONLY</>.
(<varname>LC_CTYPE</>) match (Heikki)
</para>
</para>
</listitem>
</listitem>
...
@@ -1202,7 +1161,7 @@ do it for earlier branch release files.
...
@@ -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.
...
@@ -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.
...
@@ -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.
...
@@ -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.
...
@@ -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>
...
...
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