summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-10-23 16:02:51 +0000
committeradam <adam@pkgsrc.org>2018-10-23 16:02:51 +0000
commitd42347056c6277ef9953c792c3fe6f34929b1084 (patch)
tree4419f05b9c69ea12e46c20a802e97c9775ae78c9 /databases/Makefile
parenta8254bfd168f51b9a0720da2aa1da6460990c795 (diff)
downloadpkgsrc-d42347056c6277ef9953c792c3fe6f34929b1084.tar.gz
postgresql11: added version 11.0
PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 3e9d4c9ae87..7e686d8d70a 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.566 2018/09/03 09:40:28 wiz Exp $
+# $NetBSD: Makefile,v 1.567 2018/10/23 16:02:51 adam Exp $
COMMENT= Databases
@@ -291,6 +291,14 @@ SUBDIR+= postgresql10-plperl
SUBDIR+= postgresql10-plpython
SUBDIR+= postgresql10-pltcl
SUBDIR+= postgresql10-server
+SUBDIR+= postgresql11
+SUBDIR+= postgresql11-client
+SUBDIR+= postgresql11-contrib
+SUBDIR+= postgresql11-docs
+SUBDIR+= postgresql11-plperl
+SUBDIR+= postgresql11-plpython
+SUBDIR+= postgresql11-pltcl
+SUBDIR+= postgresql11-server
SUBDIR+= postgresql93
SUBDIR+= postgresql93-client
SUBDIR+= postgresql93-contrib