Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2019-10-07 21:21:49
Message id: 20191007192150.32DC2FBF4@cvs.NetBSD.org

Log Message:
postgresql12: added version 12.0

Release 12:

General performance improvements, including:
* Optimizations to space utilization and read/write performance for B-tree indexes
* Partitioning performance enhancements, including improved query performance on \ 
tables with thousands of partitions, improved insertion performance with INSERT \ 
and COPY, and the ability to execute ALTER TABLE ATTACH PARTITION without \ 
blocking queries
* Automatic (but overridable) inlining of common table expressions (CTEs)
* Reduction of WAL overhead for creation of GiST, GIN, and SP-GiST indexes
* Support for covering GiST indexes, via the INCLUDE clause
* Multi-column most-common-value (MCV) statistics can be defined via CREATE \ 
STATISTICS, to support better plans for queries that test several \ 
non-uniformly-distributed columns

Enhancements to administrative functionality, including:
* REINDEX CONCURRENTLY can rebuild an index without blocking writes to its table
* pg_checksums can enable/disable page checksums (used for detecting data \ 
corruption) in an offline cluster
* Progress reporting statistics for CREATE INDEX, REINDEX, CLUSTER, VACUUM FULL, \ 
and pg_checksums

Support for the SQL/JSON path language

Stored generated columns

Nondeterministic ICU collations, enabling case-insensitive and \ 
accent-insensitive grouping and ordering

New authentication features, including:
* Encryption of TCP/IP connections when using GSSAPI authentication
* Discovery of LDAP servers using DNS SRV records
* Multi-factor authentication, using the clientcert=verify-full option combined \ 
with an additional authentication method in pg_hba.conf

Files:
RevisionActionfile
1.1addpkgsrc/databases/postgresql12/DESCR
1.1addpkgsrc/databases/postgresql12/Makefile
1.1addpkgsrc/databases/postgresql12/Makefile.common
1.1addpkgsrc/databases/postgresql12/PLIST
1.1addpkgsrc/databases/postgresql12/distinfo
1.1addpkgsrc/databases/postgresql12/options.mk
1.1addpkgsrc/databases/postgresql12-client/DESCR
1.1addpkgsrc/databases/postgresql12-client/Makefile
1.1addpkgsrc/databases/postgresql12-client/PLIST
1.1addpkgsrc/databases/postgresql12-client/buildlink3.mk
1.1addpkgsrc/databases/postgresql12-contrib/DESCR
1.1addpkgsrc/databases/postgresql12-contrib/Makefile
1.1addpkgsrc/databases/postgresql12-contrib/PLIST
1.1addpkgsrc/databases/postgresql12-docs/DESCR
1.1addpkgsrc/databases/postgresql12-docs/Makefile
1.1addpkgsrc/databases/postgresql12-docs/PLIST
1.1addpkgsrc/databases/postgresql12-plperl/DESCR
1.1addpkgsrc/databases/postgresql12-plperl/MESSAGE
1.1addpkgsrc/databases/postgresql12-plperl/Makefile
1.1addpkgsrc/databases/postgresql12-plperl/PLIST
1.1addpkgsrc/databases/postgresql12-plpython/DESCR
1.1addpkgsrc/databases/postgresql12-plpython/MESSAGE
1.1addpkgsrc/databases/postgresql12-plpython/Makefile
1.1addpkgsrc/databases/postgresql12-plpython/PLIST
1.1addpkgsrc/databases/postgresql12-pltcl/DESCR
1.1addpkgsrc/databases/postgresql12-pltcl/MESSAGE
1.1addpkgsrc/databases/postgresql12-pltcl/Makefile
1.1addpkgsrc/databases/postgresql12-pltcl/PLIST
1.1addpkgsrc/databases/postgresql12-server/DEINSTALL
1.1addpkgsrc/databases/postgresql12-server/DESCR
1.1addpkgsrc/databases/postgresql12-server/Makefile
1.1addpkgsrc/databases/postgresql12-server/PLIST
1.1addpkgsrc/databases/postgresql12-server/files/pgsql.sh
1.1addpkgsrc/databases/postgresql12-server/files/smf/manifest.xml
1.1addpkgsrc/databases/postgresql12-server/files/smf/postgresql.sh
1.1addpkgsrc/databases/postgresql12/patches/patch-config_missing
1.1addpkgsrc/databases/postgresql12/patches/patch-config_perl.m4
1.1addpkgsrc/databases/postgresql12/patches/patch-configure
1.1addpkgsrc/databases/postgresql12/patches/patch-contrib_dblink_dblink.c
1.1addpkgsrc/databases/postgresql12/patches/patch-src_Makefile.global.in
1.1addpkgsrc/databases/postgresql12/patches/patch-src_Makefile.shlib
1.1addpkgsrc/databases/postgresql12/patches/patch-src_backend_Makefile
1.1addpkgsrc/databases/postgresql12/patches/patch-src_interfaces_libpq_Makefile
1.1addpkgsrc/databases/postgresql12/patches/patch-src_makefiles_Makefile.solaris
1.1addpkgsrc/databases/postgresql12/patches/patch-src_pl_plperl_GNUmakefile
1.1addpkgsrc/databases/postgresql12/patches/patch-src_pl_plperl_plperl.h