# PostgreSQL 11 Released
-DD MONTH 2018 - The PostgreSQL Global Development Group today announced the
+DD OCTOBER 2018 - The PostgreSQL Global Development Group today announced the
release of PostgreSQL 11, the latest version of the world’s most advanced open
source database.
adds parallelized data definition capabilities, and introduces just-in-time
(JIT) compilation for accelerating the execution of expressions in queries.
-##### HOLD FOR QUOTE FROM CORE TEAM MEMBER ABOUT RELEASE
+"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](https://www.postgresql.org/developer/core/) of the [PostgreSQL Global Development Group](https://www.postgresql.org). "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
passed down to all tables. PostgreSQL 11 also supports automatically moving rows
to the correct partition if the partition key for that row is updated.
-##### HOLD FOR QUOTE ABOUT PARTITIONING
-
PostgreSQL 11 improves upon query performance when reading from partitions by
using a new partition elimination strategy. Additionally, PostgreSQL 11 now
supports the popular "upsert" feature on partitioned tables, which helps users
using the `CALL` command, and are supported by the server-side procedural
languages PL/pgSQL, PL/Perl, PL/Python, and PL/Tcl.
-##### HOLD FOR QUOTE ABOUT SQL STORED PROCEDURES
-
## Enhanced Capabilities for Query Parallelism
PostgreSQL 11 improves parallel query performance, with performance gains in
tables or materialized views from queries are also parallel capable now,
including the `CREATE TABLE .. AS`, `SELECT INTO`, and `CREATE MATERIALIZED VIEW`.
-##### HOLD FOR QUOTE ABOUT PARALLELISM
-
## Just-in-Time (JIT) Compilation for Expressions
PostgreSQL 11 introduces support for Just-In-Time (JIT) compilation to
execution of expressions in WHERE clauses, target lists, aggregates,
projections, and some internal operations.
-##### HOLD FOR QUOTE ABOUT JIT
-
To take advantage of JIT compilation, you will need to install the LLVM
dependencies to enable JIT compilation in either your PostgreSQL settings file
by setting `jit = on` or from your PostgreSQL session by executing
## About PostgreSQL
-PostgreSQL is the world's most advanced open source database, with a global
+[PostgreSQL](https://www.postgresql.org) is the world's most advanced open source database, with a global
community of thousands of users, contributors, companies and organizations. The
PostgreSQL Project builds on over 30 years of engineering, starting at the
University of California, Berkeley, and has continued with an unmatched pace of
development. PostgreSQL's mature feature set not only matches top proprietary
database systems, but exceeds them in advanced database features, extensibility,
-security and stability. Learn more about PostgreSQL and participate in our
+security, and stability. Learn more about PostgreSQL and participate in our
community at [PostgreSQL.org](https://www.postgresql.org).