Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 89fe9bf

Browse files
committed
release notes: add two optimizer items
Report by Tom Lane
1 parent 2271d00 commit 89fe9bf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/src/sgml/release-9.5.sgml

+15
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,21 @@
240240
</para>
241241
</listitem>
242242

243+
<listitem>
244+
<para>
245+
Allow the optimizer to remove unnecessary references to left
246+
outer join subqueries (David Rowley)
247+
</para>
248+
</listitem>
249+
250+
<listitem>
251+
<para>
252+
Allow pushdown of query restrictions into <link
253+
linkend="functions-window">window functions</>, where appropriate
254+
(David Rowley)
255+
</para>
256+
</listitem>
257+
243258
<listitem>
244259
<para>
245260
Speed up <acronym>CRC</> (cyclic redundancy check) computations

0 commit comments

Comments
 (0)