mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
More incremental improvements for the release notes.
This commit is contained in:
parent
1f4841a953
commit
6575920fa5
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.456 2006/09/25 15:31:50 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.457 2006/09/25 15:35:28 neilc Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@ -95,7 +95,7 @@ For new features, add links to the documentation sections.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Query enhancements including <literal>RETURNING</literal>
|
Query language enhancements including <literal>RETURNING</literal>
|
||||||
values, multi-<literal>VALUES</literal>, support, and
|
values, multi-<literal>VALUES</literal>, support, and
|
||||||
self-joins for <command>DELETE</command>
|
self-joins for <command>DELETE</command>
|
||||||
</para>
|
</para>
|
||||||
@ -111,7 +111,7 @@ For new features, add links to the documentation sections.
|
|||||||
<para>
|
<para>
|
||||||
Index creation without blocking concurrent
|
Index creation without blocking concurrent
|
||||||
<command>INSERT</>/<command>UPDATE</>/<command>DELETE</>
|
<command>INSERT</>/<command>UPDATE</>/<command>DELETE</>
|
||||||
commands
|
operations
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -262,8 +262,8 @@ For new features, add links to the documentation sections.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Make command-line options of postmaster and postgres
|
Make command-line options of <application>postmaster</> and
|
||||||
identical (Peter)
|
<application>postgres</> identical (Peter)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -357,8 +357,8 @@ For new features, add links to the documentation sections.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This allows applications to use the function without
|
This allows applications to use the function without including
|
||||||
<acronym>SSL</> headers.
|
the OpenSSL headers.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -786,7 +786,7 @@ For new features, add links to the documentation sections.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add support for multi-row <literal>VALUES</> clauses as
|
Add support for multiple-row <literal>VALUES</> clauses as
|
||||||
part of <command>INSERT</> and <command>SELECT</> statements,
|
part of <command>INSERT</> and <command>SELECT</> statements,
|
||||||
per SQL standard (Joe, Tom)
|
per SQL standard (Joe, Tom)
|
||||||
</para>
|
</para>
|
||||||
@ -985,8 +985,7 @@ For new features, add links to the documentation sections.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This allows the tablespace to be specified for the new
|
This allows a tablespace to be specified for the new table.
|
||||||
table.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1166,8 +1165,8 @@ For new features, add links to the documentation sections.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This is a new locking API compared to what used to be in /contrib.
|
This is a new locking API that is similar to what used to be
|
||||||
The /contrib code is now on pgfoundry.
|
in /contrib. The /contrib code is now on pgfoundry.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1192,8 +1191,8 @@ For new features, add links to the documentation sections.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow <command>VACUUM</> to expire rows without being
|
Allow <command>VACUUM</> to expire rows without being affected
|
||||||
affected by other concurrent <command>VACUUM</>s (Hannu
|
by other concurrent <command>VACUUM</> operations (Hannu
|
||||||
Krossing, Alvaro, Tom)
|
Krossing, Alvaro, Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -1252,7 +1251,7 @@ For new features, add links to the documentation sections.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The file name is controlled by GUC variable
|
The file name is controlled by the GUC variable
|
||||||
<varname>timezone_abbreviations</>.
|
<varname>timezone_abbreviations</>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -1380,7 +1379,7 @@ For new features, add links to the documentation sections.
|
|||||||
<function>covar_pop()</>, <function>regr_avgx()</>,
|
<function>covar_pop()</>, <function>regr_avgx()</>,
|
||||||
<function>regr_avgy()</>, <function>regr_sxy()</>,
|
<function>regr_avgy()</>, <function>regr_sxy()</>,
|
||||||
<function>regr_sxx()</>, <function>regr_syy()</>,
|
<function>regr_sxx()</>, <function>regr_syy()</>,
|
||||||
<function>regr_count()</>
|
<function>regr_count()</>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1506,7 +1505,7 @@ For new features, add links to the documentation sections.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<literal>relname</> is kept but now deprecated
|
<literal>relname</> is kept but now deprecated.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1636,12 +1635,15 @@ For new features, add links to the documentation sections.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Support retrieving <command>SELECT</> results in batches
|
Support for automatically retrieving <command>SELECT</>
|
||||||
using a cursor (Chris Mair)
|
results in batches using a cursor (Chris Mair)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This is accomplished using <command>\set FETCH_COUNT</>.
|
This is accomplished using <command>\set FETCH_COUNT</>. This
|
||||||
|
feature allows large result sets to be manipulated in
|
||||||
|
<application>psql</> without needing to buffer the entire
|
||||||
|
result set in memory.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1672,8 +1674,8 @@ For new features, add links to the documentation sections.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Make the line counter 64-bit so it can handle files over
|
Make the line counter 64-bit so it can handle files with more
|
||||||
two billion lines (David Fetter)
|
than two billion lines (David Fetter)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user