diff options
| author | adam <adam@pkgsrc.org> | 2022-10-19 13:16:45 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2022-10-19 13:16:45 +0000 |
| commit | 26b127389fefffc69cbf62b33373d74319234437 (patch) | |
| tree | d09dd39fe7de800b9606c17a8936e93b2686c01a /databases/Makefile | |
| parent | c33dc385cbba6dc09631b030d0ce9b22e76c923c (diff) | |
| download | pkgsrc-26b127389fefffc69cbf62b33373d74319234437.tar.gz | |
postgresql15: added version 15.0
PostgreSQL 15 contains many new features and enhancements, including:
Support for the SQL MERGE command.
Selective publication of tables' contents within logical replication publications, through the ability to specify column lists and row filter conditions.
More options for compression, including support for Zstandard (zstd) compression. This includes support for performing compression on the server side during pg_basebackup.
Support for structured server log output using the JSON format.
Performance improvements, particularly for in-memory and on-disk sorting.
Diffstat (limited to 'databases/Makefile')
| -rw-r--r-- | databases/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index f05020174e2..615627afd41 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.666 2022/09/11 17:58:46 wiz Exp $ +# $NetBSD: Makefile,v 1.667 2022/10/19 13:16:45 adam Exp $ COMMENT= Databases @@ -345,6 +345,14 @@ SUBDIR+= postgresql14-plperl SUBDIR+= postgresql14-plpython SUBDIR+= postgresql14-pltcl SUBDIR+= postgresql14-server +SUBDIR+= postgresql15 +SUBDIR+= postgresql15-client +SUBDIR+= postgresql15-contrib +SUBDIR+= postgresql15-docs +SUBDIR+= postgresql15-plperl +SUBDIR+= postgresql15-plpython +SUBDIR+= postgresql15-pltcl +SUBDIR+= postgresql15-server SUBDIR+= prometheus SUBDIR+= promscale SUBDIR+= pxtools |
