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
1fc333f0
Commit
1fc333f0
authored
Sep 18, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates from Jim Nasby.
parent
9b4cda0d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
29 deletions
+20
-29
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+20
-29
No files found.
doc/src/sgml/release.sgml
View file @
1fc333f0
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.43
5 2006/09/18 21:45:10
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.43
6 2006/09/18 22:43:16
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -85,9 +85,9 @@ For new features, add links to the documentation sections.
...
@@ -85,9 +85,9 @@ For new features, add links to the documentation sections.
<title>Additional Changes</title>
<title>Additional Changes</title>
<para>
<para>
Below you will find a detailed account of the additional
changes
Below you will find a detailed account of the additional
between <productname>PostgreSQL</productname> 8.2 and the
changes between <productname>PostgreSQL</productname> 8.2 and
previous major release.
the
previous major release.
</para>
</para>
<sect3>
<sect3>
...
@@ -230,7 +230,15 @@ For new features, add links to the documentation sections.
...
@@ -230,7 +230,15 @@ For new features, add links to the documentation sections.
<listitem>
<listitem>
<para>
<para>
Improve performance of statistics monitoring, especially <literal>pg_stat_activity</> (Tom)
Improve performance of statistics monitoring, especially
<literal>stats_command_string</> (Tom, Bruce)
</para>
<para>
This release sets <envar>stats_command_string</> to
<literal>on</> by default, now that its overhead is minimal.
This means <literal>pg_stat_activity</> now will show all
active queries by default.
</para>
</para>
</listitem>
</listitem>
...
@@ -319,17 +327,6 @@ For new features, add links to the documentation sections.
...
@@ -319,17 +327,6 @@ For new features, add links to the documentation sections.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Default <envar>stats_command_string</> to <literal>on</>, now that its overhead is minimal
(Bruce)
</para>
<para>
This means <literal>pg_stat_activity</> now will show all active queries by default.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add <acronym>GUC</> <envar>update_process_title</> to control whether the <application>ps</> display is
Add <acronym>GUC</> <envar>update_process_title</> to control whether the <application>ps</> display is
...
@@ -587,9 +584,9 @@ For new features, add links to the documentation sections.
...
@@ -587,9 +584,9 @@ For new features, add links to the documentation sections.
</para>
</para>
<para>
<para>
The
old behavior is still available by omitting <literal>.*</>. The new behavior is
The
new behavior is substantially more useful since it allows, for example,
substantially more useful since it allows, for example, triggers to check
triggers to check for data changes with <literal>IF row(new.*) IS DISTINCT FROM row(old.*)</>.
for data changes with <literal>if row(new.*) IS DISTINCT FROM row(old.*)
</>.
The old behavior is still available by omitting <literal>.*
</>.
</para>
</para>
</listitem>
</listitem>
...
@@ -799,7 +796,7 @@ For new features, add links to the documentation sections.
...
@@ -799,7 +796,7 @@ For new features, add links to the documentation sections.
<listitem>
<listitem>
<para>
<para>
Allow placeholder (shell) types to be create (Martijn van Oosterhout)
Allow placeholder (shell) types to be create
d
(Martijn van Oosterhout)
</para>
</para>
<para>
<para>
...
@@ -904,12 +901,6 @@ For new features, add links to the documentation sections.
...
@@ -904,12 +901,6 @@ For new features, add links to the documentation sections.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Remove dead index entries during btree page split (Junji Teramoto)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow <command>VACUUM</> to expire rows without being affected by other concurrent
Allow <command>VACUUM</> to expire rows without being affected by other concurrent
...
@@ -919,13 +910,13 @@ For new features, add links to the documentation sections.
...
@@ -919,13 +910,13 @@ For new features, add links to the documentation sections.
<listitem>
<listitem>
<para>
<para>
Avoid extra scan of table during <command>VACUUM</> of index-less table (Greg Stark)
Avoid extra scan of table
s
during <command>VACUUM</> of index-less table (Greg Stark)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add option to allow indexes to be created
indexes without blocking
Add option to allow indexes to be created
without blocking
concurrent writes to the table (Greg Stark)
concurrent writes to the table (Greg Stark)
</para>
</para>
...
@@ -1549,7 +1540,7 @@ Tom)
...
@@ -1549,7 +1540,7 @@ Tom)
</para>
</para>
<para>
<para>
Rtree has been re
implemented using <acronym>GIST</>.
Rtree has been re
-
implemented using <acronym>GIST</>.
</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