8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2271d00 commit 89fe9bfCopy full SHA for 89fe9bf
doc/src/sgml/release-9.5.sgml
@@ -240,6 +240,21 @@
240
</para>
241
</listitem>
242
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
251
252
+ Allow pushdown of query restrictions into <link
253
+ linkend="functions-window">window functions</>, where appropriate
254
+ (David Rowley)
255
256
257
258
<listitem>
259
<para>
260
Speed up <acronym>CRC</> (cyclic redundancy check) computations
0 commit comments