#​623 — November 6, 2025

Web Version

Together with  Microsoft logo

Postgres Weekly

Don't Give Postgres Too Much Memory — The more memory, the better, right? Not when it comes to Postgres’ maintenance_work_mem and work_mem settings, as Tomas demonstrates here. CPU cache size and OS memory management play key roles in the results.

Tomas Vondra

Introducing pg_lake: Integrate Your Data Lakehouse with Postgres — A set of extensions that add comprehensive Iceberg support and data lake access (including Parquest, CSV and JSON support) to Postgres, with DuckDB transparently integrated into the query engine for fast execution without leaving Postgres. GitHub repo.

Craig Kerstiens (Snowflake)

Build AI Apps with Postgres on Azure — Explore practical steps and tools to bring advanced AI capabilities into your apps. Learn how to integrate Azure AI and Machine Learning with Postgres on Azure to build intelligent, AI-powered applications. Start learning.

Microsoft sponsor

IN BRIEF:

🇪🇺 A PGConf EU 2025 Trip SummaryEurope’s main Postgres conference took place in Latvia two weeks ago and Claire (of the Talking Postgres podcast) shares a detailed trip report covering her role as speaker, Microsoft representative, and more. Lots of photos too.

Claire Giordano (Microsoft)

💡 Cybertec's Cornelia Biacsics has put together a similar report of her own.

📄 "You Don't Need Kafka, Just Use Postgres" Considered Harmful – A response to an article we featured last week. Gunnar Morling

📄 How to Listen to Database Changes Through the WAL Peter Ullrich

📄 Transaction Pooling in Postgres with Pgcat Phil Eaton

📄 A SQL Query's Roadtrip Through Postgres Jesús Espino

📄 What Are 'Dirty Pages' in Postgres? Umair Shahid

RELEASES AND CODE:

pg_timetable 6.1 Released: Advanced Job Scheduling Extension — A mature, advanced standalone job scheduler extension that lives entirely in your database and lets you schedule Postgres commands and queries, system programs and built-in operations, as well as chain tasks together.

CYBERTEC PostgreSQL International GmbH

📰 Classifieds

How note​.com, Japan's top C2C creator platform, replaced its GitHub Actions + SSH proxy flow with Just-in-Time (JIT) access control for more secure Aurora Postgres access.


🧠 The 100% open-source PostgreSQL you trust: now enterprise-grade and globally distributed-ready.

PostGraphile v5 Release CandidatePostGraphile provides a way to create an automatic GraphQL API backed by a Postgres database (akin to how PostgREST puts a RESTful API in front of a database). v5 has been five years in the making and is.. almost here.

Benjie and Jem