The document summarizes the new features in PostgreSQL 11, including enhancements to table partitioning such as hash partitioning, default partitions, updating partition keys, automatically creating indexes on partitions, adding unique constraints to partitions, and enabling partition-wise joins and aggregates. It also provides examples of using various partitioning features and explains the benefits of partition-wise processing.