Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2021-10-08 12:23:45
Message id: 20211008102345.4D1D1FA97@cvs.NetBSD.org

Log Message:
postgresql14: added version 14.0

PostgreSQL 14 contains many new features and enhancements, including:

Stored procedures can now return data via OUT parameters.

The SQL-standard SEARCH and CYCLE options for common table expressions have been \ 
implemented.

Subscripting can now be applied to any data type for which it is a useful \ 
notation, not only arrays. In this release, the jsonb and hstore types have \ 
gained subscripting operators.

Range types have been extended by adding multiranges, allowing representation of \ 
noncontiguous data ranges.

Numerous performance improvements have been made for parallel queries, \ 
heavily-concurrent workloads, partitioned tables, logical replication, and \ 
vacuuming.

B-tree index updates are managed more efficiently, reducing index bloat.

VACUUM automatically becomes more aggressive, and skips inessential cleanup, if \ 
the database starts to approach a transaction ID wraparound condition.

Extended statistics can now be collected on expressions, allowing better \ 
planning results for complex queries.

libpq now has the ability to pipeline multiple queries, which can boost \ 
throughput over high-latency connections.

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