Commit 89fe9bfc authored by Bruce Momjian's avatar Bruce Momjian

release notes: add two optimizer items

Report by Tom Lane
parent 2271d002
...@@ -240,6 +240,21 @@ ...@@ -240,6 +240,21 @@
</para> </para>
</listitem> </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> <listitem>
<para> <para>
Speed up <acronym>CRC</> (cyclic redundancy check) computations Speed up <acronym>CRC</> (cyclic redundancy check) computations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment