release notes: add two optimizer items

Report by Tom Lane
pull/14/head
Bruce Momjian 10 years ago
parent 2271d002d5
commit 89fe9bfc4e
  1. 15
      doc/src/sgml/release-9.5.sgml

@ -240,6 +240,21 @@
</para>
</listitem>
<listitem>
<para>
Allow the optimizer to remove unnecessary references to left
outer join subqueries (David Rowley)
</para>
</listitem>
<listitem>
<para>
Allow pushdown of query restrictions into <link
linkend="functions-window">window functions</>, where appropriate
(David Rowley)
</para>
</listitem>
<listitem>
<para>
Speed up <acronym>CRC</> (cyclic redundancy check) computations

Loading…
Cancel
Save