Changes per Advocacy list.
authorJosh Berkus <jberkus@redhat.com>
Thu, 11 May 2017 19:07:00 +0000 (12:07 -0700)
committerJosh Berkus <jberkus@redhat.com>
Thu, 11 May 2017 19:07:00 +0000 (12:07 -0700)
releases/10/beta/10beta1.md

index 52b782731bc6eadbb8c77b5b933da1a8fbfe9589..e0d2f11c8ba9e1e0babc1e69e0e51f839a2aee4f 100644 (file)
@@ -8,10 +8,10 @@ The new version contains multiple features that will allow users to both scale o
 
 * Logical Replication: built-in option for replicating specific tables or using replication to upgrade
 * Native Table Partitioning: range and list partitioning as native database objects
-* Additional Query Parallelism: including index scans, bitmap scans, and merge joins.
+* Additional Query Parallelism: including index scans, bitmap scans, and merge joins
 * Quorum Commit for Synchronous Replication: ensure against loss of multiple nodes
 
-We have also made two improvements to PostgreSQL connections, which we are calling on driver authors to support, and users to test:
+We have also made three improvements to PostgreSQL connections, which we are calling on driver authors to support, and users to test:
 
 * SCRAM Authentication, for more secure password-based access
 * Multi-host "failover", connecting to the first available in a list of hosts
@@ -30,10 +30,11 @@ Many other new features and improvements have been added to PostgreSQL 10, some
 * Full Text Search support for JSON and JSONB
 * Compression support for pg_receivewal
 * ICU collation support
-* Push Down Aggregates to Foreign Servers
+* Push Down Aggregates to foreign servers
 * Transition Tables in trigger execution
+* JIT Query Compilation
 
-Further, developers have contributed performance improvements in the SUM() function, character encoding conversion, expression evaluation, grouping sets, and joins against unique columns.
+Further, developers have contributed performance improvements in the SUM() function, character encoding conversion, expression evaluation, grouping sets, joins against unique columns, and large analytics queries.  Please test if these are faster for you and report back.
 
 See the Release Notes for a complete list of new and changed features.
 
@@ -41,12 +42,12 @@ See the Release Notes for a complete list of new and changed features.
 
 Version 10 will have an unusually high number of backwards-incompatible changes. It is critical that all users test it against their applications and platforms as soon as possible.  These include:
 
-* change version numbering from three-part to two-part (10.0, not 10.0.0)
-* rename "xlog" to "wal" globally, both in directory and file names, and in built-in functions
-* change defaults around replication and pg_basebackup
-* drop support for floating point timestamps
-* drop support for client protocol version 1.0
-* remove contrib/tsearch2
+* Change version numbering from three-part to two-part (10.0, not 10.0.0)
+* Rename "xlog" to "wal" globally, both in directory and file names, and in built-in functions
+* Change defaults around replication and pg_basebackup
+* Drop support for floating point timestamps
+* Drop support for client protocol version 1.0
+* Remove contrib/tsearch2
 
 Additional backwards-incompatible changes are documented in the Release Notes.