Logical replication has been one of the more welcomed advancements to Postgres in recent years. Postgres 10 will feature a number of updates to it. Get a primer of what it is, and why you would use it.
Postgres-BDR is a multi-master replication system for geographically distributed clusters using highly efficient, asynchronous logical replication. It supports anything from 2 to more than 48 nodes in a distributed database.
Continuing a great series on Postgres stats, this takes a quick look at an index related stats table, and links to some handy queries for things such as finding unused indexes.
ZomboDB is an extension to Postgres that allows you to directly use Elasticsearch indexes from within Postgres. It’s got a new website and look and is worth taking a look at if you use both.