From: Jonathan S. Katz Date: Thu, 11 May 2023 00:45:32 +0000 (-0400) Subject: Better explanation in 2023-05-11 release X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=126b5f43605dc6b9de25d9fe5d3a7df5c9c88ffe;p=press.git Better explanation in 2023-05-11 release Reviewed-by: David Rowley --- diff --git a/update_releases/current/20230511updaterelease.md b/update_releases/current/20230511updaterelease.md index 3aa71fa..a53ef0d 100644 --- a/update_releases/current/20230511updaterelease.md +++ b/update_releases/current/20230511updaterelease.md @@ -1,6 +1,7 @@ The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 15.3, 14.8, 13.11, 12.15, and 11.20. -This release fixes over 80 bugs reported over the last several months. +This release fixes two security vulnerabilities over 80 bugs reported over the +last several months. For the full list of changes, please review the [release notes](https://www.postgresql.org/docs/release/). @@ -42,8 +43,8 @@ the ICU provider. current 64-bit xid. * Several fixes for the query parser and planner, including better detection of improperly-nested aggregates. -* Fix partition pruning logic for partitioning on boolean columns when using a -`IS NOT TRUE` condition. +* Fix partition pruning bug with the boolean `IS NOT TRUE` and `IS NOT FALSE` +conditions. Prior to this, `NULL` partitions were accidentally pruned. * Fix memory leak in [Memoize plan](https://www.postgresql.org/docs/current/runtime-config-query.html#GUC-ENABLE-MEMOIZE) execution. * Fix buffer refcount leak on foreign tables using partitions when performing