For PostgreSQL questions specific to version 11.
PostgreSQL 11 is a major release of PostgreSQL RDBMS.
Key features center around performance, working with larger data sets, and ease-of-use.
Improvements includes, but not limited to:
- Partitioning
- Parallelism SQL Stored Procedures
- Just-In-Time (JIT) Compilation Introduced
- Window Functions Fully Support SQL:2011 standard
- Channel Binding for SCRAM Authentication
- User Experience Enhancements
More information regarding release available here.