Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2023-05-12 09:40:27
Message id: 20230512074028.90439FA87@cvs.NetBSD.org

Log Message:
postgresql: updated to 15.3, 14.8, 13.11, 12.15, and 11.20

PostgreSQL 15.3, 14.8, 13.11, 12.15, and 11.20

Security Issues
CVE-2023-2454: CREATE SCHEMA ... schema_element defeats protective search_path \ 
changes.
CVE-2023-2455: Row security policies disregard user ID changes after inlining.

Bug Fixes and Improvements

This update fixes over 80 bugs that were reported in the last several months. \ 
The issues listed below affect PostgreSQL 15. Some of these issues may also \ 
affect other supported versions of PostgreSQL.

Included in this release:

Several fixes for CREATE DATABASE when using the STRATEGY = WAL_LOG, including a \ 
potential corruption that could lose modifications to a template/source \ 
database.
Fix crash with CREATE SCHEMA AUTHORIZATION.
Several fixes for MERGE.
Several fixes for triggers in partitioned tables.
Disallow altering composite types that are stored in indexes.
Ensure that COPY TO from a parent table with row-level security enabled does not \ 
copy any rows from child tables.
Adjust text-search-related character classification logic to correctly detect \ 
whether the prevailing locale is C when the default collation of a database uses \ 
the ICU provider.
Re-allow exponential notation in ISO-8601 interval fields.
Improve error reporting for various invalid JSON string literals.
Fix data corruption due to vacuum_defer_cleanup_age being larger than the \ 
current 64-bit xid.
Several fixes for the query parser and planner, including better detection of \ 
improperly-nested aggregates.
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 execution.
Fix buffer refcount leak on foreign tables using partitions when performing \ 
batched inserts.
Restore support for sub-millisecond vacuum_cost_delay settings.
Several fixes for views and rules.
Avoid unnecessary work while scanning a multi-column BRIN index with multiple \ 
scan keys.
Ignore dropped columns and generated columns during logical replication of an \ 
UPDATE or DELETE action.
Several fixes for naming and availability of wait events.
Support RSA-PSS certificates with SCRAM-SHA-256 channel binding. This feature \ 
requires building with OpenSSL 1.1.1 or newer.
Avoid race condition with process ID tracking on Windows.
Fix memory leak within a session for PL/pgSQL DO blocks that use cast expressions.
Tighten array dimensionality checks from PL/Perl and PL/Python when converting \ 
list structures to multi-dimensional SQL arrays.
Fix pg_dump so that partitioned tables that are hash-partitioned on an \ 
enumerated type column can be restored successfully.
Fix for pg_trgm where an unsatisfiable regular expression could lead to a crash \ 
when using a GiST or GIN index.
Limit memory usage of pg_get_wal_records_info() in pg_walinspect.

Files:
RevisionActionfile
1.29modifypkgsrc/databases/postgresql11/Makefile
1.33modifypkgsrc/databases/postgresql11/Makefile.common
1.27modifypkgsrc/databases/postgresql11/distinfo
1.30modifypkgsrc/databases/postgresql11-client/Makefile
1.27modifypkgsrc/databases/postgresql11-contrib/Makefile
1.21modifypkgsrc/databases/postgresql11-docs/Makefile
1.21modifypkgsrc/databases/postgresql11-docs/PLIST
1.25modifypkgsrc/databases/postgresql11-plperl/Makefile
1.29modifypkgsrc/databases/postgresql11-plpython/Makefile
1.25modifypkgsrc/databases/postgresql11-pltcl/Makefile
1.28modifypkgsrc/databases/postgresql11-server/Makefile
1.28modifypkgsrc/databases/postgresql12/Makefile
1.26modifypkgsrc/databases/postgresql12/Makefile.common
1.20modifypkgsrc/databases/postgresql12/distinfo
1.32modifypkgsrc/databases/postgresql12-client/Makefile
1.27modifypkgsrc/databases/postgresql12-contrib/Makefile
1.21modifypkgsrc/databases/postgresql12-docs/Makefile
1.16modifypkgsrc/databases/postgresql12-docs/PLIST
1.25modifypkgsrc/databases/postgresql12-plperl/Makefile
1.27modifypkgsrc/databases/postgresql12-plpython/Makefile
1.25modifypkgsrc/databases/postgresql12-pltcl/Makefile
1.27modifypkgsrc/databases/postgresql12-server/Makefile
1.19modifypkgsrc/databases/postgresql13/Makefile
1.19modifypkgsrc/databases/postgresql13/Makefile.common
1.18modifypkgsrc/databases/postgresql13/distinfo
1.26modifypkgsrc/databases/postgresql13-client/Makefile
1.20modifypkgsrc/databases/postgresql13-contrib/Makefile
1.17modifypkgsrc/databases/postgresql13-docs/Makefile
1.12modifypkgsrc/databases/postgresql13-docs/PLIST
1.20modifypkgsrc/databases/postgresql13-plperl/Makefile
1.21modifypkgsrc/databases/postgresql13-plpython/Makefile
1.19modifypkgsrc/databases/postgresql13-pltcl/Makefile
1.19modifypkgsrc/databases/postgresql13-server/Makefile
1.14modifypkgsrc/databases/postgresql14/Makefile
1.11modifypkgsrc/databases/postgresql14/Makefile.common
1.11modifypkgsrc/databases/postgresql14/distinfo
1.16modifypkgsrc/databases/postgresql14-client/Makefile
1.12modifypkgsrc/databases/postgresql14-contrib/Makefile
1.12modifypkgsrc/databases/postgresql14-docs/Makefile
1.9modifypkgsrc/databases/postgresql14-docs/PLIST
1.13modifypkgsrc/databases/postgresql14-plperl/Makefile
1.13modifypkgsrc/databases/postgresql14-plpython/Makefile
1.12modifypkgsrc/databases/postgresql14-pltcl/Makefile
1.12modifypkgsrc/databases/postgresql14-server/Makefile
1.5modifypkgsrc/databases/postgresql15/Makefile
1.5modifypkgsrc/databases/postgresql15/Makefile.common
1.4modifypkgsrc/databases/postgresql15/distinfo
1.5modifypkgsrc/databases/postgresql15-client/Makefile
1.3modifypkgsrc/databases/postgresql15-client/PLIST
1.5modifypkgsrc/databases/postgresql15-contrib/Makefile
1.5modifypkgsrc/databases/postgresql15-docs/Makefile
1.4modifypkgsrc/databases/postgresql15-docs/PLIST
1.5modifypkgsrc/databases/postgresql15-plperl/Makefile
1.5modifypkgsrc/databases/postgresql15-plpython/Makefile
1.5modifypkgsrc/databases/postgresql15-pltcl/Makefile
1.5modifypkgsrc/databases/postgresql15-server/Makefile