for PostgreSQL questions specific to version 10
On 5 October 2017, PostgreSQL 10.0 was released. Major enhancements in PostgreSQL 10 include:
- Logical replication using publish/subscribe
- Declarative table partitioning
- Improved query parallelism
- Significant general performance improvements
- Stronger password authentication based on SCRAM-SHA-256
- Improved monitoring and control
Note that as of version 10, PostgreSQL has moved from 3 component version ids to 2 components, so 10.1 is a minor release.
The official documentation for this version is available at: http://www.postgresql.org/docs/10/static/index.html