Performance features in version 9.6

This PostgreSQL release focuses on one of the major performance features which is called parallelism of existing features. This release adds parallelism in sequential scans, joins, and aggregates. This also added new postgres_fdw remote joins, sorts, UPDATEs, and DELETEs. Here is the list of some performance features but you can always get the complete listing from here:

https://www.postgresql.org/docs/9.6/static/release-9-6.html

Let's look at the features: