- PostgreSQL 10 support:
- xlog -> wal changes are implemented.
- add lag fields into pg_stat_replication.
- Extended general overview:
- add max_connections.
- add info about prepared transactions.
- Add xact_age and time_age fields into pg_stat_replications.
- Add backend_type into pg_stat_activity.
- Add stats_age into pg_stat_database.
- Some bug fixes and code optimizations.