PostgreSQL 10 introduces several new features including parallel query, logical replication, performance improvements and other enhancements. Parallel query uses multiple CPUs to speed up queries, especially scans, joins and aggregations. Logical replication allows replicating specific table changes rather than entire transactions. Overall PostgreSQL 10 aims to improve performance, scalability and capabilities for large database workloads.