diff options
author | Bruce Momjian | 2015-08-06 20:07:27 +0000 |
---|---|---|
committer | Bruce Momjian | 2015-08-06 20:07:33 +0000 |
commit | 68b5163b45e3de569184a5f6d0956f7eccea76ad (patch) | |
tree | 7867f9d2cd9685b764a39c7dc947a98c8ca92ba4 | |
parent | 8703059c6b55c427100e00a09f66534b6ccbfaa1 (diff) |
9.5 release notes: add non-LEAKPROOF view pushdown mention
Report by Dean Rasheed
Backpatch through 9.5
-rw-r--r-- | doc/src/sgml/release-9.5.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 722c8bd4522..2ed7b017b4b 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -412,6 +412,17 @@ FIXME: Add Andres <listitem> <!-- +2015-04-27 [dcbf594] Stephe..: Improve qual pushdown for RLS and SB views +--> + <para> + Allow non-LEAKPROOF functions to be passed into security barrier + views if the function does not reference any table columns + (Dean Rasheed) + </para> + </listitem> + + <listitem> +<!-- 2014-11-04 [5028f22] Heikki..: Switch to CRC-32C in WAL and other places. 2015-02-10 [025c024] Heikki..: Speed up CRC calculation using slicing-by-8 alg.. 2015-04-14 [3dc2d62] Heikki..: Use Intel SSE 4.2 CRC instructions where availa.. |