1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

release notes: add two optimizer items

Report by Tom Lane
This commit is contained in:
Bruce Momjian
2015-06-12 21:47:08 -04:00
parent 2271d002d5
commit 89fe9bfc4e

View File

@ -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