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
6575920f
Commit
6575920f
authored
Sep 25, 2006
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More incremental improvements for the release notes.
parent
1f4841a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
24 deletions
+26
-24
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+26
-24
No files found.
doc/src/sgml/release.sgml
View file @
6575920f
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.45
6 2006/09/25 15:31:50 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.45
7 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.
...
@@ -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.
...
@@ -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</>
command
s
operation
s
</para>
</para>
</listitem>
</listitem>
...
@@ -123,7 +123,7 @@ For new features, add links to the documentation sections.
...
@@ -123,7 +123,7 @@ For new features, add links to the documentation sections.
<listitem>
<listitem>
<para>
<para>
Array and aggregate improvements, including SQL:2003
Array and aggregate improvements, including SQL:2003
statistical functions
statistical functions
</para>
</para>
</listitem>
</listitem>
...
@@ -262,8 +262,8 @@ For new features, add links to the documentation sections.
...
@@ -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>
...
@@ -352,13 +352,13 @@ For new features, add links to the documentation sections.
...
@@ -352,13 +352,13 @@ For new features, add links to the documentation sections.
<listitem>
<listitem>
<para>
<para>
Change <application>libpq</> <function>PQgetssl()</> to
Change <application>libpq</> <function>PQgetssl()</> to
return a <literal>void
*</>, rather than <literal>SSL
*</>
return a <literal>void
*</>, rather than <literal>SSL
*</>
(Martijn van Oosterhout)
(Martijn van Oosterhout)
</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.
...
@@ -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 multi
ple
-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.
...
@@ -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.
...
@@ -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.
...
@@ -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</> operation
s (Hannu
Krossing, Alvaro, Tom)
Krossing, Alvaro, Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -1252,7 +1251,7 @@ For new features, add links to the documentation sections.
...
@@ -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.
...
@@ -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.
...
@@ -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.
...
@@ -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.
...
@@ -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)
t
han t
wo billion lines (David Fetter)
</para>
</para>
</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