<a href="#contact">Contacts</a><br />
<a href="#graphics">Images and Logos</a><br />
<a href="#about">About PostgreSQL</a><br />
- <a href="#quoted_companies">Quoted Companies and Full Text of Quotes</a><br />
+ <a href="#quoted_companies">Quoted Companies and Full Text of Quotes</a>
+ <br />
<a href="#companies">Corporate Support</a><br />
</p>
<a name="original_release"></a><h2>Original Press Release</h2>
-<p>XX SEPTEMBER 2017 - The PostgreSQL Global Development Group today announced the release of PostgreSQL 10, the latest version of the world's most advanced open source database.</p>
+<p>XX SEPTEMBER 2017 - The PostgreSQL Global Development Group today announced
+ the release of PostgreSQL 10, the latest version of the world's most
+ advanced open source database.</p>
-<p>A critical feature of modern workloads is the ability to distribute data across many nodes for faster access, management, and analysis, which is also known as a "divide and conquer" strategy. The PostgreSQL 10 release includes significant enhancements to effectively implement the divide and conquer strategy, including native logical replication, declarative table partitioning, and improved query parallelism.</p>
+<p>A critical feature of modern workloads is the ability to distribute data
+ across many nodes for faster access, management, and analysis, which is
+ also known as a "divide and conquer" strategy. The PostgreSQL
+ 10 release includes significant enhancements to effectively implement the
+ divide and conquer strategy, including native logical replication,
+ declarative table partitioning, and improved query parallelism.</p>
<p>_[Hold for quote]_</p>
-<p>This release also marks the change of the versioning scheme for PostgreSQL to a "x.y" format. This means the next minor release of PostgreSQL will be 10.1 and the next major release will be 11.</p>
+<p>This release also marks the change of the versioning scheme for PostgreSQL
+ to a "x.y" format. This means the next minor release of
+ PostgreSQL will be 10.1 and the next major release will be 11.</p>
<b>Logical Replication - A publish/subscribe framework for distributing data</b>
-<p>Logical replication extends the current replication features of PostgreSQL with the ability to send modifications on a per-database and per-table level to different PostgreSQL databases. Users can now fine-tune the data replicated to various database clusters and will have the ability perform zero-downtime upgrades to future major PostgreSQL versions./p>
+<p>Logical replication extends the current replication features of PostgreSQL
+ with the ability to send modifications on a per-database and per-table level
+ to different PostgreSQL databases. Users can now fine-tune the data
+ replicated to various database clusters and will have the ability perform
+ zero-downtime upgrades to future major PostgreSQL versions./p>
-<p>"We have been heavily using PostgreSQL since 9.3 and are very excited about version 10 since it brings basis for long-awaited partitioning and built-in logical replication. It will allow us to use PostgreSQL in even more services," said Vladimir Borodin, DBA Team Lead at <a href="https://www.yandex.com/" target="_blank">Yandex</a>.</p>
+<p>"We have been heavily using PostgreSQL since 9.3 and are very excited
+ about version 10 since it brings basis for long-awaited partitioning and
+ built-in logical replication. It will allow us to use PostgreSQL in even more
+ services," said Vladimir Borodin, DBA Team Lead at
+ <a href="https://www.yandex.com/" target="_blank">Yandex</a>.</p>
<b>Declarative Table Partitioning - Convenience in dividing your data</b>
-<p>Table partitioning has existed for years in PostgreSQL but required a user to maintain a nontrivial set of rules and triggers for the partitioning to work. PostgreSQL 10 introduces a table partitioning syntax that lets users easily create and maintain range and list partitioned tables. The addition of the partitioning syntax is the first step in a series of planned features to provide a robust partitioning framework within PostgreSQL.</p>
+<p>Table partitioning has existed for years in PostgreSQL but required a user
+ to maintain a nontrivial set of rules and triggers for the partitioning to
+ work. PostgreSQL 10 introduces a table partitioning syntax that lets users
+ easily create and maintain range and list partitioned tables. The addition of
+ the partitioning syntax is the first step in a series of planned features to
+ provide a robust partitioning framework within PostgreSQL.</p>
<b>Improved Query Parallelism - Quickly conquer your analysis</b>
-<p>PostgreSQL 10 provides better support for parallelized queries by allowing more parts of the query execution process to be parallelized. Improvements include additional types of data scans that are parallelized as well as optimizations when the data is recombined, such as pre-sorting. These enhancements allow results to be returned more quickly.</p>
+<p>PostgreSQL 10 provides better support for parallelized queries by allowing
+ more parts of the query execution process to be parallelized. Improvements
+ include additional types of data scans that are parallelized as well as
+ optimizations when the data is recombined, such as pre-sorting. These
+ enhancements allow results to be returned more quickly.</p>
<b>Quorum Commit for Synchronous Replication - Distribute data with confidence</b>
-<p>PostgreSQL 10 introduces quorum commit for synchronous replication, which allows for flexibility in how a primary database receives acknowledgement that changes were successfully written to remote replicas. An administrator can now specify that if any number of replicas has acknowledged that a change to the database has been made, then the data can be considered safely written.</p>
+<p>PostgreSQL 10 introduces quorum commit for synchronous replication, which
+ allows for flexibility in how a primary database receives acknowledgement that
+ changes were successfully written to remote replicas. An administrator can
+ now specify that if any number of replicas has acknowledged that a change to
+ the database has been made, then the data can be considered safely written.
+</p>
-<p>"Quorum commit for synchronous replication in PostgreSQL 10 gives more options to extend our ability to promote database infrastructure with nearly zero downtime from the application perspective. This allows us to continuously deploy and update our database infrastructure without incurring long maintenance windows," said Curt Micol, Staff Infrastructure Engineer at <a href="https://www.simple.com/" target="_blank">Simple Finance</a>.</p>
+<p>"Quorum commit for synchronous replication in PostgreSQL 10 gives more
+ options to extend our ability to promote database infrastructure with nearly
+ zero downtime from the application perspective. This allows us to continuously
+ deploy and update our database infrastructure without incurring long
+ maintenance windows," said Curt Micol, Staff Infrastructure Engineer at
+ <a href="https://www.simple.com/" target="_blank">Simple Finance</a>.</p>
<b>SCRAM-SHA-256 authentication - Secure your data access</p>
-<p>The Salted Challenge Response Authentication Mechanism (SCRAM) defined in <a href="https://tools.ietf.org/html/rfc5802" target="_blank">RFC5802</a> defines a protocol to improve upon the secure storage and transmission of passwords by providing a framework for strong password negotiation. PostgreSQL 10 introduces the SCRAM-SHA-256 authentication method, defined in <a href="https://tools.ietf.org/html/rfc7677" target="_blank">RFC7677</a>, to provide better security than the existing MD5-based password authentication method.</p>
+<p>The Salted Challenge Response Authentication Mechanism (SCRAM) defined in
+ <a href="https://tools.ietf.org/html/rfc5802" target="_blank">RFC5802</a>
+ defines a protocol to improve upon the secure storage and transmission of
+ passwords by providing a framework for strong password negotiation.
+ PostgreSQL 10 introduces the SCRAM-SHA-256 authentication method, defined in
+ <a href="https://tools.ietf.org/html/rfc7677" target="_blank">RFC7677</a>, to
+ provide better security than the existing MD5-based password authentication
+ method.</p>
<p>[Hold for quote about utilizing strong, industry standard]</p>
<a name="features"></a><h2>More About the Features</h2>
<p>
-For explanations of the above features and others, please see the following resources:
+For explanations of the above features and others, please see the following
+resources:
</p>
<ul>
<li><a href="https://www.postgresql.org/docs/current/static/release-10.html">Release Notes</a></li>
<a name="download"></a><h2>Downloads</h2>
<ul>
- <li><a href="/download/">Downloads page</a> with links to Windows, Linux, OSX, BSD and Solaris installers and tools.</li>
+ <li><a href="/download/">Downloads page</a> with links to Windows, Linux, OSX,
+ BSD and Solaris installers and tools.</li>
<li><a href="/ftp/source/v10.0">Source Code</a></li>
<li><a href="https://hub.docker.com/_/postgres/">Postgres Docker image</a></li>
<li><a href="http://pgxn.org">PostgreSQL Extension Network</a></li>
<a name="docs"></a><h2>Documentation</h2>
<p>
-HTML documentation and man pages are installed with PostgreSQL, but feel free to browse our online documentation at <a href="/docs/10/static/">online documentation</a>.
+HTML documentation and man pages are installed with PostgreSQL, but feel free to
+browse our online documentation at <a href="/docs/10/static/">online
+ documentation</a>.
</p>
<a name="license"></a><h2>License</h2>
<p>
-PostgreSQL uses the <a href="/about/licence/">PostgreSQL License</a>, a BSD-like "permissive" license. This
-<a href="http://www.opensource.org/licenses/postgresql/">OSI-certified license</a> is widely appreciated as flexible and business-friendly, since it does not restrict the use of PostgreSQL with commercial and proprietary applications. Together with multi-company support and public ownership of the code, our license makes PostgreSQL very popular with vendors wanting to embed a database in their own products without fear of fees, vendor lock-in, or changes in licensing terms.
+PostgreSQL uses the <a href="/about/licence/">PostgreSQL License</a>, a BSD-like
+"permissive" license. This
+<a href="http://www.opensource.org/licenses/postgresql/">OSI-certified license
+</a> is widely appreciated as flexible and business-friendly, since it does not
+restrict the use of PostgreSQL with commercial and proprietary applications.
+Together with multi-company support and public ownership of the code, our
+license makes PostgreSQL very popular with vendors wanting to embed a database
+in their own products without fear of fees, vendor lock-in, or changes in
+licensing terms.
</p>
<a name="contact"></a><h2>Contacts</h2>
<br /><a href="mailto:au@postgresql.org">au@postgresql.org</a>
</p>
-<p>For contacts in other regions, see <a href="/about/press/contact/">our international contact list.</a></p>
+<p>For contacts in other regions, see <a href="/about/press/contact/">our
+ international contact list.</a></p>
<a name="graphics"><h2>Images and Logos</h2></a>
<li><a href="https://www.postgresql.org/media/img/about/press/slonik_with_black_text_and_tagline.gif">PostgreSQL Banner with Logo, Elephant and Slogan</a></li>
</ul>
<p>
-All logos are available for modification and redistribution under The PostgreSQL License. The PostgreSQL name and logo are trademarks of The PostgreSQL Community Association of Canada.
+All logos are available for modification and redistribution under The PostgreSQL
+License. The PostgreSQL name and logo are trademarks of The PostgreSQL
+Community Association of Canada.
</p>
<a name="about"></a><h2>About PostgreSQL</h2>
<p>
-PostgreSQL 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 community at <a href="https://www.postgresql.org">PostgreSQL.org</a>.
+PostgreSQL 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
+community at <a href="https://www.postgresql.org">PostgreSQL.org</a>.
</p>
<a name="quoted_companies"></a><h2>Quoted Company Information and Full Text of Quotes</h2>
<a name="companies"></a><h2>Corporate Support</h2>
-<p>PostgreSQL enjoys the support of numerous companies, who sponsor developers, provide hosting resources, and give us financial support. See our <a href="https://www.postgresql.org/about/sponsors/">sponsors page</a> for some of these project supporters.</p>
+<p>PostgreSQL enjoys the support of numerous companies, who sponsor developers,
+ provide hosting resources, and give us financial support. See our
+ <a href="https://www.postgresql.org/about/sponsors/">sponsors page</a> for
+ some of these project supporters.</p>
-<p>There is also a large community of <a href="/support/professional_support/">companies offering PostgreSQL Support</a>, from individual consultants to multinational companies.</p>
+<p>There is also a large community of
+ <a href="/support/professional_support/">companies offering PostgreSQL Support
+ </a>, from individual consultants to multinational companies.</p>
<p><a href="/about/donate/">Donations</a> gladly accepted.</p>
-<p>Or you can buy some of this fine merchandise from our <li><a href="http://www.zazzle.com/postgresql">Zazzle PostgreSQL Store</a></li>
+<p>Or you can buy some of this fine merchandise from our
+ <a href="http://www.zazzle.com/postgresql">Zazzle PostgreSQL Store</a>
+</p>
{% endblock %}