aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql11-pltcl
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2018-10-19 21:32:08 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2018-10-19 21:32:08 +0000
commitb48c2a7d2265bf9d45c27cc905630737c8159413 (patch)
tree33ce32264cd81f591dee9fe0f33e79d9c9cce8de /databases/postgresql11-pltcl
parent6213f903cf1e4e36bf10dd5e1951abdd6ba3fed1 (diff)
downloadports-b48c2a7d2265bf9d45c27cc905630737c8159413.tar.gz
ports-b48c2a7d2265bf9d45c27cc905630737c8159413.zip
The PostgreSQL Global Development Group today announced the release of
PostgreSQL 11, the latest version of the world’s most advanced open source database. 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. "For PostgreSQL 11, our development community focused on adding features that improve PostgreSQL's ability to manage very large databases," said Bruce Momjian, a core team member of the PostgreSQL Global Development Group. "On top of PostgreSQL's proven performance for transactional workloads, PostgreSQL 11 makes it even easier for developers to run big data applications at scale." PostgreSQL benefits from over 20 years of open source development and has become the preferred open source relational database for developers. The project continues to receive recognition across the industry, and has been featured as the "DBMS of the Year 2017" by DB-Engines and in the SD Times 2018 100. PostgreSQL 11 is the first major release since PostgreSQL 10 was released on October 5, 2017. The next update release for PostgreSQL 11 containing bug fixes will be PostgreSQL 11.1, and the next major release with new features will be PostgreSQL 12. Release Notes: https://www.postgresql.org/docs/11/static/release-11.html
Notes
Notes: svn path=/head/; revision=482456
Diffstat (limited to 'databases/postgresql11-pltcl')
-rw-r--r--databases/postgresql11-pltcl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql11-pltcl/Makefile b/databases/postgresql11-pltcl/Makefile
new file mode 100644
index 000000000000..a476768861fe
--- /dev/null
+++ b/databases/postgresql11-pltcl/Makefile
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen@partitur.se>
+# $FreeBSD$
+
+WANT_PGSQL_VER= 11
+
+.include "${.CURDIR}/../postgresql96-pltcl/Makefile"