#613 — August 28, 2025 |
|
Postgres Weekly |
![]() |
DocumentDB Joins the Linux Foundation — DocumentDB is an MIT licensed document database built around a Postgres extension that Microsoft open sourced earlier this year. In an attempt to make the project more open and easier for multiple companies to work on, it is handing the project over to the Linux Foundation. Kirill Gavrylyuk (Microsoft) |
And.. AWS Joins the DocumentDB Project — A significant part of the announcement (above) is that AWS is joining the project, which must cause a little confusion for them as they already run the similarly named (but entirely unrelated in terms of code) Amazon DocumentDB. Nonetheless, this is another big win for Postgres, its extension-friendly nature, and anyone keen to bring MongoDB-like features to Postgres. Amazon |
![]() PostgreSQL Performance? Diagnose It with pgNow — New to Postgres or just short on time? pgNow delivers fast, focused diagnostics helping you tune configs, fix slowdowns, and spot issues instantly. No setup, no agents, minimal permissions. Download for free and get started in seconds. Redgate sponsor |
IN BRIEF:
|
A Decade of Database Innovation: The Amazon Aurora Story — Amazon tells the tale of its Aurora service from the initial dream of being ‘a relational database for the cloud’ through to its modern day serverless approach. Amazon Science |
The Internals of PostgreSQL: An Introduction — A bit of a ‘golden oldie’ but one that continues to get updates. A good guide for experienced database users who want to go a little deeper with how Postgres works under the hood. Hironobu Suzuki |
📄 Using JWT to Establish a Trusted Context for RLS Tomas Vondra 📄 Why I Started Using Postgres (And You Might Too) – Brent is a (very) well known SQL Server expert and consultant but even he came to see its downsides. Brent Ozar 📺 Postgres 13 is End of Life, Here's How to Migrate to Version 17 PlanetScale 📄 Basic Cross-Database Operations with Foreign Data Wrappers Julien Singler |
RELEASES: |
![]() |
pg_hint_plan 1.8: Tweak Query Execution Plans with 'Hints' — Postgres’ query planner usually does a good job of figuring out how to best execute a query against your data, but when it needs a little extra push in the right direction, this lets you drop some hints. Note that as of v1.8, it supports Postgres 18 only. NTT OSS Center DBMS Development and Support Team |
pg_cirrus 2.0: Set Up a Highly Available 3-Node Postgres Cluster — Configure a robust, fault-tolerant cluster with minimal manual intervention on Ubuntu or Red Hat. v2.0 adds support to configure a Pgpool-powered watchdog cluster to avoid the single point of failure present in previous setups. Stormatics |
|