From 4e98f489a17a08068bb13ec209cec41a51a3e5fd Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Sun, 17 Sep 2017 22:52:42 -0400 Subject: [PATCH] Draft of PG10 press kit --- releases/10/translate/presskit10.html | 169 ++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 releases/10/translate/presskit10.html diff --git a/releases/10/translate/presskit10.html b/releases/10/translate/presskit10.html new file mode 100644 index 0000000..c734a3a --- /dev/null +++ b/releases/10/translate/presskit10.html @@ -0,0 +1,169 @@ +{%extends "base/page.html"%} +{%block title%}PostgreSQL 10 Press Kit{%endblock%} +{%block contents%} + +

PostgreSQL 10 Press Kit

+ +

Contents

+ +

+   Text of Original Release
+   More About The Features
+   Where to Download
+   Documentation
+   License
+   Contacts
+   Images and Logos
+   About PostgreSQL
+   Quoted Companies and Full Text of Quotes
+   Corporate Support
+

+ + + +

Original Press Release

+ +

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.

+ +

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.

+ +

_[Hold for quote]_

+ +

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.

+ +Logical Replication - A publish/subscribe framework for distributing data + +

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 as well as the ability perform zero-downtime upgrades between major PostgreSQL versions.

+ +

"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 Yandex.

+ +Declarative Table Partitioning - Convenience in dividing your data + +

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.

+ +Improved Query Parallelism - Quickly conquer your analysis + +

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.

+ +Quorum Commit for Synchronous Replication - Distribute data with confidence + +

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.

+ +

"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 Simple Finance.

+ +SCRAM-SHA-256 authentication - Secure your data access

+ +

The Salted Challenge Response Authentication Mechanism (SCRAM) defined in RFC5802 defines a protocol to improve upon the secure transmission of passwords by providing a framework for strong password negotiation and storage. PostgreSQL 10 introduces the SCRAM-SHA-256 authentication method, defined in RFC7677, to provide better security than the existing md5 based password authentication method.

+ +

[Hold for quote about utilizing strong, industry standard]

+ +

More About the Features

+

+For explanations of the above features and others, please see the following resources: +

+ + +

Downloads

+ + +

Documentation

+ +

+HTML documentation and man pages are installed with PostgreSQL, but feel free to browse our online documentation at online documentation. +

+ +

License

+

+PostgreSQL uses the PostgreSQL License, a BSD-like "permissive" license. This +OSI-certified license 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. +

+ +

Contacts

+ +

Web Pages

+ + +

English-Language Press Inquiries

+ +

USA, Canada and General Inquiries
+PostgreSQL Press Team
+press@postgresql.org
+Phone: +1 (347) 674-7759

+ +

Ireland
+Raymond O'Donnell
+ie@postgresql.org
++353 (0)87 2241365

+ +

United Kingdom
+Simon Riggs
+uk@postgresql.org
++44-7900-255520

+ +

Finland
+Jussi Mikkola +
fi@postgresql.org +
Cell: +46-708-969691 +

+ +

Sweden
+Magnus Hagander +
se@postgresql.org +
Cell: +46-708-969691 +

+ +

Malaysia
+Chris Travers +
my@postgresql.org +

+ +

Australia
+Arul Shaji Arulappan and Richard Sayad +
au@postgresql.org +

+ +

For contacts in other regions, see our international contact list.

+ +

Images and Logos

+ + + + +

+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. +

+ +

About PostgreSQL

+

+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 PostgreSQL.org. +

+ +

Quoted Company Information and Full Text of Quotes

+ +

Corporate Support

+ +

PostgreSQL enjoys the support of numerous companies, who sponsor developers, provide hosting resources, and give us financial support. See our sponsors page for some of these project supporters.

+ +

There is also a large community of companies offering PostgreSQL Support, from individual consultants to multinational companies.

+ +

Donations gladly accepted.

+

Or you can buy some of this fine merchandise from our

  • Zazzle PostgreSQL Store
  • + +{% endblock %} -- 2.39.5