mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
Last-minute updates for release notes.
Security: CVE-2019-10129, CVE-2019-10130
This commit is contained in:
@@ -159,6 +159,23 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Check the appropriate user's permissions when enforcing rules about
|
||||||
|
letting a leaky operator see <structname>pg_statistic</structname>
|
||||||
|
data (Dean Rasheed)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
When an underlying table is being accessed via a view, consider the
|
||||||
|
privileges of the view owner while deciding whether leaky operators
|
||||||
|
may be applied to the table's statistics data, rather than the
|
||||||
|
privileges of the user making the query. This makes the planner's
|
||||||
|
rules about what data is visible match up with the executor's,
|
||||||
|
avoiding unnecessarily-poor plans.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Avoid O(N^2) performance issue when rolling back a transaction that
|
Avoid O(N^2) performance issue when rolling back a transaction that
|
||||||
|
Reference in New Issue
Block a user