Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2020-02-14 18:06:46
Message id: 20200214170647.4CB7CFBF4@cvs.NetBSD.org

Log Message:
postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26

PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26

PostgreSQL 9.4 Now EOL

This is the last release for PostgreSQL 9.4, which will no longer receive \ 
security updates and bug fixes. PostgreSQL 9.4 introduced new features such as \ 
JSONB support, the ALTER SYSTEM command, the ability to stream logical changes \ 
to an output plugin, and more.

While we are very proud of this release, these features are also found in newer \ 
versions of PostgreSQL. Many of these features have also received improvements, \ 
and, per our versioning policy, it is time to retire PostgreSQL 9.4.

To receive continued support, we suggest that you make plans to upgrade to a \ 
newer, supported version of PostgreSQL. Please see the PostgreSQL versioning \ 
policy for more information.

Security Issues

CVE-2020-1720: ALTER ... DEPENDS ON EXTENSION is missing authorization checks.
Versions Affected: 9.6 - 12

The ALTER ... DEPENDS ON EXTENSION sub-commands do not perform authorization \ 
checks, which can allow an unprivileged user to drop any function, procedure, \ 
materialized view, index, or trigger under certain conditions. This attack is \ 
possible if an administrator has installed an extension and an unprivileged user \ 
can CREATE, or an extension owner either executes DROP EXTENSION predictably or \ 
can be convinced to execute DROP EXTENSION.

Bug Fixes and Improvements

This update also fixes over 75 bugs that were reported in the last several \ 
months. Some of these issues affect only version 12, but may also affect all \ 
supported versions.

Some of these fixes include:

Fix for partitioned tables with foreign-key references where TRUNCATE ... \ 
CASCADE would not remove all data. If you have previously used TRUNCATE ... \ 
CASCADE on a partitioned table with foreign-key references please see the \ 
"Updating" section for verification and cleanup steps.
Fix failure to add foreign key constraints to table with sub-partitions (aka a \ 
multi-level partitioned table). If you have previously used this functionality, \ 
you can fix it by either detaching and re-attaching the affected partition, or \ 
by dropping and re-adding the foreign key constraint to the parent table. You \ 
can find more information on how to perform these steps in the ALTER TABLE \ 
documentation.
Fix performance issue for partitioned tables introduced by the fix for \ 
CVE-2017-7484 that now allows the planner to use statistics on a child table for \ 
a column that the user is granted access to on the parent table when the query \ 
contains a leaky operator.
Several other fixes and changes for partitioned tables, including disallowing \ 
partition key expressions that return pseudo-types, such as RECORD.
Fix for logical replication subscribers for executing per-column UPDATE triggers.
Fix for several crashes and failures for logical replication subscribers and \ 
publishers.
Improve efficiency of logical replication with REPLICA IDENTITY FULL.
Ensure that calling pg_replication_slot_advance() on a physical replication slot \ 
will persist changes across restarts.
Several fixes for the walsender processes.
Improve performance of hash joins with very large inner relations.
Fix placement of "Subplans Removed" field in EXPLAIN output by placing \ 
it with its parent Append or MergeAppend plan.
Several fixes for parallel query plans.
Several fixes for query planner errors, including one that affected joins to \ 
single-row subqueries.
Several fixes for MCV extend statistics, including one for incorrect estimation \ 
for OR clauses.
Improve efficiency of parallel hash join on CPUs with many cores.
Ignore the CONCURRENTLY option when performing an index creation, drop, or \ 
reindex on a temporary table.
Fall back to non-parallel index builds when a parallelized CREATE INDEX has no \ 
free dynamic shared memory slots.
Several fixes for GiST & GIN indexes.
Fix possible crash in BRIN index operations with box, range and inet data types.
Fix support for BRIN hypothetical indexes.
Fix failure in ALTER TABLE when a column referenced in a GENERATED expression is \ 
added or changed in type earlier in the same ALTER TABLE statement.
Fix handling of multiple AFTER ROW triggers on a foreign table.
Fix off-by-one result for EXTRACT(ISOYEAR FROM timestamp) for BC dates.
Prevent unwanted lowercasing and truncation of RADIUS authentication parameters \ 
in the pg_hba.conf file.
Several fixes for GSSAPI support, including having libpq accept all GSS-related \ 
connection parameters even if the GSSAPI code is not compiled in.
Several fixes for pg_dump and pg_restore when run in parallel mode.
Fix crash with postgres_fdw when trying to execute a remote query on the remote \ 
server such as UPDATE remote_tab SET (x,y) = (SELECT ...).
Disallow NULL category values in the crosstab() function of contrib/tablefunc to \ 
prevent crashes.
Several fixes for Windows, including a race condition that could cause timing \ 
oddities with NOTIFY.
Several ecpg fixes.

Files:
RevisionActionfile
1.14modifypkgsrc/databases/postgresql10/Makefile
1.19modifypkgsrc/databases/postgresql10/Makefile.common
1.14modifypkgsrc/databases/postgresql10/distinfo
1.7modifypkgsrc/databases/postgresql10-client/Makefile
1.7modifypkgsrc/databases/postgresql10-contrib/Makefile
1.4modifypkgsrc/databases/postgresql10-docs/Makefile
1.13modifypkgsrc/databases/postgresql10-docs/PLIST
1.5modifypkgsrc/databases/postgresql10-plperl/Makefile
1.7modifypkgsrc/databases/postgresql10-plpython/Makefile
1.5modifypkgsrc/databases/postgresql10-pltcl/Makefile
1.9modifypkgsrc/databases/postgresql10-server/Makefile
1.7modifypkgsrc/databases/postgresql11/Makefile
1.12modifypkgsrc/databases/postgresql11/Makefile.common
1.8modifypkgsrc/databases/postgresql11/distinfo
1.3modifypkgsrc/databases/postgresql11-client/Makefile
1.4modifypkgsrc/databases/postgresql11-contrib/Makefile
1.2modifypkgsrc/databases/postgresql11-docs/Makefile
1.8modifypkgsrc/databases/postgresql11-docs/PLIST
1.3modifypkgsrc/databases/postgresql11-plperl/Makefile
1.5modifypkgsrc/databases/postgresql11-plpython/Makefile
1.3modifypkgsrc/databases/postgresql11-pltcl/Makefile
1.6modifypkgsrc/databases/postgresql11-server/Makefile
1.5modifypkgsrc/databases/postgresql12/Makefile
1.5modifypkgsrc/databases/postgresql12/Makefile.common
1.3modifypkgsrc/databases/postgresql12/distinfo
1.4modifypkgsrc/databases/postgresql12-client/Makefile
1.3modifypkgsrc/databases/postgresql12-client/PLIST
1.4modifypkgsrc/databases/postgresql12-contrib/Makefile
1.2modifypkgsrc/databases/postgresql12-docs/Makefile
1.3modifypkgsrc/databases/postgresql12-docs/PLIST
1.3modifypkgsrc/databases/postgresql12-plperl/Makefile
1.3modifypkgsrc/databases/postgresql12-plpython/Makefile
1.3modifypkgsrc/databases/postgresql12-pltcl/Makefile
1.5modifypkgsrc/databases/postgresql12-server/Makefile
1.12modifypkgsrc/databases/postgresql94/Makefile
1.37modifypkgsrc/databases/postgresql94/Makefile.common
1.30modifypkgsrc/databases/postgresql94/distinfo
1.11modifypkgsrc/databases/postgresql94-client/Makefile
1.6modifypkgsrc/databases/postgresql94-contrib/Makefile
1.9modifypkgsrc/databases/postgresql94-docs/Makefile
1.28modifypkgsrc/databases/postgresql94-docs/PLIST
1.13modifypkgsrc/databases/postgresql94-plperl/Makefile
1.9modifypkgsrc/databases/postgresql94-plpython/Makefile
1.7modifypkgsrc/databases/postgresql94-pltcl/Makefile
1.10modifypkgsrc/databases/postgresql94-server/Makefile
1.9modifypkgsrc/databases/postgresql95/Makefile
1.30modifypkgsrc/databases/postgresql95/Makefile.common
1.23modifypkgsrc/databases/postgresql95/distinfo
1.11modifypkgsrc/databases/postgresql95-client/Makefile
1.8modifypkgsrc/databases/postgresql95-contrib/Makefile
1.6modifypkgsrc/databases/postgresql95-docs/Makefile
1.21modifypkgsrc/databases/postgresql95-docs/PLIST
1.9modifypkgsrc/databases/postgresql95-plperl/Makefile
1.9modifypkgsrc/databases/postgresql95-plpython/Makefile
1.7modifypkgsrc/databases/postgresql95-pltcl/Makefile
1.10modifypkgsrc/databases/postgresql95-server/Makefile
1.5modifypkgsrc/databases/postgresql96/Makefile
1.24modifypkgsrc/databases/postgresql96/Makefile.common
1.19modifypkgsrc/databases/postgresql96/distinfo
1.9modifypkgsrc/databases/postgresql96-client/Makefile
1.8modifypkgsrc/databases/postgresql96-contrib/Makefile
1.4modifypkgsrc/databases/postgresql96-docs/Makefile
1.17modifypkgsrc/databases/postgresql96-docs/PLIST
1.5modifypkgsrc/databases/postgresql96-plperl/Makefile
1.7modifypkgsrc/databases/postgresql96-plpython/Makefile
1.5modifypkgsrc/databases/postgresql96-pltcl/Makefile
1.7modifypkgsrc/databases/postgresql96-server/Makefile