Some spelling adjustments in release notes
This commit is contained in:
parent
8606e47e11
commit
7514208fbb
@ -750,7 +750,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The new <quote>parameterized path</> mechanism allows inner
|
The new <quote>parameterized path</> mechanism allows inner
|
||||||
indexscans to use values from relations that are more than one join
|
index scans to use values from relations that are more than one join
|
||||||
level up from the scan. This can greatly improve performance in
|
level up from the scan. This can greatly improve performance in
|
||||||
situations where semantic restrictions (such as outer joins) limit
|
situations where semantic restrictions (such as outer joins) limit
|
||||||
the allowed join orderings.
|
the allowed join orderings.
|
||||||
@ -785,7 +785,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow <literal>indexed_col op ANY(ARRAY[...])</> conditions to be
|
Allow <literal>indexed_col op ANY(ARRAY[...])</> conditions to be
|
||||||
used in plain indexscans and index-only scans (Tom Lane)
|
used in plain index scans and index-only scans (Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -796,14 +796,14 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Support <function>MIN</>/<function>MAX</> index optimizations on
|
Support <function>MIN</>/<function>MAX</> index optimizations on
|
||||||
boolean columns (Marti Raudsepp)
|
<type>boolean</type> columns (Marti Raudsepp)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Account for set-returning functions in <command>SELECT</> target
|
Account for set-returning functions in <command>SELECT</> target
|
||||||
lists when setting rowcount estimates (Tom Lane)
|
lists when setting row count estimates (Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -956,12 +956,12 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Support configurable eventlog application names on Windows
|
Support configurable event log application names on Windows
|
||||||
(MauMau, Magnus Hagander)
|
(MauMau, Magnus Hagander)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This allows different instances to use the eventlog
|
This allows different instances to use the event log
|
||||||
with different identifiers, by setting the <link
|
with different identifiers, by setting the <link
|
||||||
linkend="guc-event-source"><varname>event_source</></link>
|
linkend="guc-event-source"><varname>event_source</></link>
|
||||||
server parameter, which is similar to how <link
|
server parameter, which is similar to how <link
|
||||||
@ -1245,7 +1245,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Retain column names at runtime for row expressions
|
Retain column names at run time for row expressions
|
||||||
(Andrew Dunstan, Tom Lane)
|
(Andrew Dunstan, Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -2876,7 +2876,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add a userspace access cache to sepgsql to improve performance
|
Add a user space access cache to sepgsql to improve performance
|
||||||
(KaiGai Kohei)
|
(KaiGai Kohei)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user