Added English version of release, including MD files.
authorJosh Berkus <josh@agliodbs.com>
Mon, 4 Jan 2016 18:41:36 +0000 (10:41 -0800)
committerJosh Berkus <josh@agliodbs.com>
Mon, 4 Jan 2016 18:41:36 +0000 (10:41 -0800)
releases/9.5/translate/presskit95.html
releases/9.5/translate/release.translate.txt

index 432f409dfa6cb95d1541a20b1040267a29f33853..9c57c830d6c1fc74795b077e9d19afe6733e74f4 100644 (file)
@@ -45,15 +45,15 @@ RLS is the culmination of five years of security features added to PostgreSQL, i
 </p><p>
 PostgreSQL 9.5 includes multiple new features for bigger databases, and for integrating with other Big Data systems.  These features ensure that PostgreSQL continues to have a strong role in the rapidly growing open source Big Data marketplace. Among them are:
 </p><p>
-BRIN Indexing: This new type of index supports creating tiny, but effective indexes for very large, "naturally ordered" tables.  For example, tables containing logging data with billions of rows could be indexed and searched in 5% of the time required by standard BTree indexes.
+<b>BRIN Indexing</b>: This new type of index supports creating tiny, but effective indexes for very large, "naturally ordered" tables.  For example, tables containing logging data with billions of rows could be indexed and searched in 5% of the time required by standard BTree indexes.
 </p><p>
-Faster Sorts: PostgreSQL now sorts text and NUMERIC data faster, using an algorithm called "abbreviated keys".  This makes some queries which need to sort large amounts of data 2X to 12X faster, and can speed up index creation by 20X.
+<b>Faster Sorts</b>: PostgreSQL now sorts text and NUMERIC data faster, using an algorithm called "abbreviated keys".  This makes some queries which need to sort large amounts of data 2X to 12X faster, and can speed up index creation by 20X.
 </p><p>
-CUBE, ROLLUP and GROUPING SETS: These new standard SQL clauses let users produce reports with multiple levels of summarization in one query instead of requiring several.  CUBE will also enable tightly integrating PostgreSQL with more Online Analytic Processing (OLAP) reporting tools such as Tableau.
+<b>CUBE, ROLLUP and GROUPING SETS</b>: These new standard SQL clauses let users produce reports with multiple levels of summarization in one query instead of requiring several.  CUBE will also enable tightly integrating PostgreSQL with more Online Analytic Processing (OLAP) reporting tools such as Tableau.
 </p><p>
-Foreign Data Wrappers (FDWs): These already allow using PostgreSQL as a query engine for other Big Data systems such as Hadoop and Cassandra.  Version 9.5 adds IMPORT FOREIGN SCHEMA and JOIN pushdown make query connections to external databases both easier to set up and more efficient.
+<b>Foreign Data Wrappers (FDWs)</b>: These already allow using PostgreSQL as a query engine for other Big Data systems such as Hadoop and Cassandra.  Version 9.5 adds IMPORT FOREIGN SCHEMA and JOIN pushdown make query connections to external databases both easier to set up and more efficient.
 </p><p>
-TABLESAMPLE: This SQL clause allows grabbing a quick statistical sample of huge tables, without the need for expensive sorting.
+<b>TABLESAMPLE</b>: This SQL clause allows grabbing a quick statistical sample of huge tables, without the need for expensive sorting.
 </p><p>
 "The new BRIN index in PostgreSQL 9.5 is a powerful new feature which enables PostgreSQL to manage and index volumes of data that were impractical or impossible in the past. It allows scalability of data and performance beyond what was considered previously attainable with traditional relational databases and makes PostgreSQL a perfect solution for Big Data analytics," said Boyan Botev, Lead Database Administrator, Premier, Inc.
 </p>
index ae5bca8d9bd8bc83ac6823e7c96e19629125c3cb..9b684c1a9f85efd452e79982c297bd74079df9e8 100644 (file)
@@ -44,6 +44,11 @@ Links
 * Release Notes: http://www.postgresql.org/documentation/current/static/release-9-5
 * What's New in 9.5: https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.5
 
+Contact
+-------
+
+YOUR CONTACT INFORMATION HERE
+
 About PostgreSQL
 ----------------