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