Skip to content

Commit ffe69b4

Browse files
committed
Last-minute updates for release notes.
Security: CVE-2019-10129, CVE-2019-10130
1 parent 54ff9fa commit ffe69b4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/src/sgml/release-9.4.sgml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,23 @@
159159
</para>
160160
</listitem>
161161

162+
<listitem>
163+
<para>
164+
Check the appropriate user's permissions when enforcing rules about
165+
letting a leaky operator see <structname>pg_statistic</structname>
166+
data (Dean Rasheed)
167+
</para>
168+
169+
<para>
170+
When an underlying table is being accessed via a view, consider the
171+
privileges of the view owner while deciding whether leaky operators
172+
may be applied to the table's statistics data, rather than the
173+
privileges of the user making the query. This makes the planner's
174+
rules about what data is visible match up with the executor's,
175+
avoiding unnecessarily-poor plans.
176+
</para>
177+
</listitem>
178+
162179
<listitem>
163180
<para>
164181
Avoid O(N^2) performance issue when rolling back a transaction that

0 commit comments

Comments
 (0)