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
890ce397
Commit
890ce397
authored
Oct 21, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Further release-note editorialization.
parent
425417d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
60 deletions
+54
-60
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+54
-60
No files found.
doc/src/sgml/release.sgml
View file @
890ce397
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.47
8 2006/10/21 18:15:44 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.47
9 2006/10/21 18:41:53 tgl
Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -279,7 +279,7 @@ links to the main documentation.
...
@@ -279,7 +279,7 @@ links to the main documentation.
<para>
<para>
This changes the previous behavior where concatenation
This changes the previous behavior where concatenation
would
adjust the lower array dimensions
.
would
modify the array lower bound
.
</para>
</para>
</listitem>
</listitem>
...
@@ -459,19 +459,26 @@ links to the main documentation.
...
@@ -459,19 +459,26 @@ links to the main documentation.
<listitem>
<listitem>
<para>
<para>
Improve efficiency of <link
Allow the planner to reorder <link linkend="queries-join">outer
linkend="functions-comparisons"><literal>IN</>
joins</link> in some circumstances (Tom)
(list-of-expressions)</link> clauses (Tom)
</para>
<para>
In previous releases, outer joins would always be evaluated in
the order written in the query. This change allows the
query optimizer to consider reordering outer joins, in cases where
it can determine that the join order can be changed without
altering the meaning of the query. This can make a
considerable performance difference for queries involving
multiple outer joins or mixed inner and outer joins.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Increase default values for <link
Improve efficiency of <link
linkend="guc-shared-buffers"><varname>shared_buffers</></link>
linkend="functions-comparisons"><literal>IN</>
and <link
(list-of-expressions)</link> clauses (Tom)
linkend="guc-max-fsm-pages"><varname>max_fsm_pages</></link>
(Andrew)
</para>
</para>
</listitem>
</listitem>
...
@@ -503,6 +510,16 @@ links to the main documentation.
...
@@ -503,6 +510,16 @@ links to the main documentation.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Increase default values for <link
linkend="guc-shared-buffers"><varname>shared_buffers</></link>
and <link
linkend="guc-max-fsm-pages"><varname>max_fsm_pages</></link>
(Andrew)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Improve locking performance by breaking the lock manager tables into
Improve locking performance by breaking the lock manager tables into
...
@@ -532,28 +549,11 @@ links to the main documentation.
...
@@ -532,28 +549,11 @@ links to the main documentation.
<listitem>
<listitem>
<para>
<para>
Allow the planner to reorder <link linkend="queries-join">outer
Improve the optimizer's selectivity estimates for <link
joins</link> in some circumstances (Tom)
</para>
<para>
In previous releases, outer joins would always be evaluated in
the order written in the query. This change allows the
query optimizer to consider reordering outer joins, in cases where
it can determine that the join order can be changed without
altering the meaning of the query. This can make a
considerable performance difference for queries involving
multiple outer joins or mixed inner and outer joins.
</para>
</listitem>
<listitem>
<para>
Improve the optimizer statistics used by <link
linkend="functions-like"><literal>LIKE</></link>, <link
linkend="functions-like"><literal>LIKE</></link>, <link
linkend="functions-like"><literal>ILIKE</></link>, and
linkend="functions-like"><literal>ILIKE</></link>, and
<link linkend="functions-posix-regexp">regular expression
<link linkend="functions-posix-regexp">regular expression
</link>
operations
</link>
(Tom)
operations (Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -1136,7 +1136,8 @@ links to the main documentation.
...
@@ -1136,7 +1136,8 @@ links to the main documentation.
</para>
</para>
<para>
<para>
This allows the new table to receive matching constraints.
This allows easy copying of <literal>CHECK</> constraints to a new
table.
</para>
</para>
</listitem>
</listitem>
...
@@ -1270,10 +1271,10 @@ links to the main documentation.
...
@@ -1270,10 +1271,10 @@ links to the main documentation.
<para>
<para>
Previously, comments attached to databases were stored in individual
Previously, comments attached to databases were stored in individual
databases, making them ineffective, and there was no provision
databases, making them ineffective, and there was no provision
at all for comments on roles. This change adds a new
at all for comments on roles
or tablespaces
. This change adds a new
<link
shared catalog
<link
linkend="catalog-pg-shdescription"><structname>pg_shdescription</structname></link>
linkend="catalog-pg-shdescription"><structname>pg_shdescription</structname></link>
system catalog and stores comments on databases and rol
es therein.
and stores comments on databases, roles, and tablespac
es therein.
</para>
</para>
</listitem>
</listitem>
...
@@ -1628,8 +1629,14 @@ links to the main documentation.
...
@@ -1628,8 +1629,14 @@ links to the main documentation.
<listitem>
<listitem>
<para>
<para>
Add <literal>table_name</> and <literal>table_schema</> as
Add <literal>TG_table_name</> and <literal>TG_table_schema</> to
trigger data (Andrew)
trigger parameters (Andrew)
</para>
<para>
<literal>TG_relname</> is now deprecated. Comparable
changes have been made in the trigger parameters for the other
PLs as well.
</para>
</para>
</listitem>
</listitem>
...
@@ -1671,12 +1678,8 @@ links to the main documentation.
...
@@ -1671,12 +1678,8 @@ links to the main documentation.
<listitem>
<listitem>
<para>
<para>
Add <literal>table_name</> and <literal>table_schema</> as
Add <literal>table_name</> and <literal>table_schema</> to
trigger data (Adam Sjøgren)
trigger parameters (Adam Sjøgren)
</para>
<para>
<literal>relname</> is kept but now deprecated.
</para>
</para>
</listitem>
</listitem>
...
@@ -1697,14 +1700,6 @@ links to the main documentation.
...
@@ -1697,14 +1700,6 @@ links to the main documentation.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Honor <link
linkend="guc-check-function-bodies"><varname>check_function_bodies</></link>
(Tom)
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</sect3>
</sect3>
...
@@ -1715,34 +1710,34 @@ links to the main documentation.
...
@@ -1715,34 +1710,34 @@ links to the main documentation.
<listitem>
<listitem>
<para>
<para>
Add <literal>table_name</> and <literal>table_schema</> as
Named parameters are passed as ordinary variables, as well as in the
trigger data (Andrew
)
<literal>args[]</> array (Sven Suursoho
)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow returning of composite types and result sets (Sven Suursoho)
Add <literal>table_name</> and <literal>table_schema</> to
trigger parameters (Andrew)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Return result-set as <literal>list</>, <literal>iterator</>,
Allow returning of composite types and result sets (Sven Suursoho)
or <literal>generator </>(Sven Suursoho)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow functions to return <literal>void</> (Neil)
Return result-set as <literal>list</>, <literal>iterator</>,
or <literal>generator </>(Sven Suursoho)
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Add named parameters to the <literal>args[]</> array (Sven
Allow functions to return <literal>void</> (Neil)
Suursoho)
</para>
</para>
</listitem>
</listitem>
...
@@ -2114,8 +2109,7 @@ links to the main documentation.
...
@@ -2114,8 +2109,7 @@ links to the main documentation.
<listitem>
<listitem>
<para>
<para>
Improve ability to relocate installs in more complex
Improve ability to relocate installation directories (Tom)
configurations (Tom)
</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