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
7514208f
Commit
7514208f
authored
Aug 24, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some spelling adjustments in release notes
parent
8606e47e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.2.sgml
+8
-8
No files found.
doc/src/sgml/release-9.2.sgml
View file @
7514208f
...
...
@@ -750,7 +750,7 @@
<para>
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
situations where semantic restrictions (such as outer joins) limit
the allowed join orderings.
...
...
@@ -785,7 +785,7 @@
<listitem>
<para>
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>
...
...
@@ -796,14 +796,14 @@
<listitem>
<para>
Support <function>MIN</>/<function>MAX</> index optimizations on
boolean
columns (Marti Raudsepp)
<type>boolean</type>
columns (Marti Raudsepp)
</para>
</listitem>
<listitem>
<para>
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>
</listitem>
...
...
@@ -956,12 +956,12 @@
<listitem>
<para>
Support configurable eventlog application names on Windows
Support configurable event
log application names on Windows
(MauMau, Magnus Hagander)
</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
linkend="guc-event-source"><varname>event_source</></link>
server parameter, which is similar to how <link
...
...
@@ -1245,7 +1245,7 @@
<listitem>
<para>
Retain column names at runtime for row expressions
Retain column names at run
time for row expressions
(Andrew Dunstan, Tom Lane)
</para>
...
...
@@ -2876,7 +2876,7 @@
<listitem>
<para>
Add a userspace access cache to sepgsql to improve performance
Add a user
space access cache to sepgsql to improve performance
(KaiGai Kohei)
</para>
</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