Sammlung von Newsfeeds
Richard Yen: pg_stats: How Postgres Internal Stats Work
I recently had the privilege of speaking at POSETTE 2026 about pg_stats and how Postgres internal statistics work. This post is a written companion to that talk – aimed at giving you a working understanding of what pg_stats is, how it’s populated, and how it shapes the decisions the query planner makes on your behalf.
Imagine a customers table that looks roughly like this:
Cornelia Biacsics: Contributions for week 23 & 24, 2026
On June 5 2026, the PostgreSQL User Group Greece met, organized by Eftychia Kitsou and Charis Charalampidi.
Speaker:
- George Capnias
- Kostas Maistrelis
PGDay Boston happened on June 9 2026 Organized by:
Christophe Pettus: All Your GUCs in a Row: effective_io_concurrency
Regina Obe: PostGIS Tiger Geocoder 2025.1
The PostGIS development team is pleased to provide postgis_tiger_geocoder extension. This is the very first release since the break from the PostGIS core. This version requires PostgreSQL 16 and above and should work with any supported PostGIS version.
PostGIS 3.6 series is the last series to include postgis_tiger_geocoder. PostGIS 3.7 will be shipped without postgis_tiger_geocoder.
Andreas Scherbaum: PostgreSQL Berlin May 2026 Meetup
Regina Obe: Replacing pgAgent with pg_timetable: Part 1
pgAgent has been my go to scheduling solution for quite some time. Sadly in 6 months it will be completely retired and the pgAgent UI in pgAdmin will be gone. The main reasons I liked pgAgent were:
Christophe Pettus: All Your GUCs in a Row: effective_cache_size
Andrei Lepikhov: Optimising Polymorphic Associations in PostgreSQL
Recently, I looked into how common polymorphic associations actually are in relational databases — a performance-hostile pattern built around a discriminated foreign key that ORMs (Rails, Django, Hibernate), CRM platforms (Salesforce), and 1C generate automatically.
Christophe Pettus: All Your GUCs in a Row: dynamic_shared_memory_type
Shaun Thomas: Looking Forward to Postgres 19: Logically Sequenced
Logical replication has been an integral part of Postgres since version 10 released in 2017. It's a very convenient system for synchronizing one or more tables from one running Postgres cluster to another, and the community has embraced it almost without reservation. It's a great feature we've all come to rely on.For all that, it has never been a flawless panacea. Perhaps the most glaring and conspicuous omission in Postgres logical replication is that of sequences.
Christophe Pettus: All Your GUCs in a Row: dynamic_library_path
Lætitia AVROT: It's Not Magic, It's Method
Stefanie Janine Stölting: pgsql_tweaks Version 1.0.4 Released
- pgsql_tweaks is a bundle of functions and views for PostgreSQL
-
Antony Pegg: Introducing ColdFront: Seamlessly Uniting OLTP, Analytics and AI Workloads on PostgreSQL
Our team is excited to announce pgEdge ColdFront v1.0.0-beta1: open-source, transparent data tiering for PostgreSQL that unites OLTP, analytics and AI workloads, with no application code changes required. The headline feature: a fully writable cold tier. Jimmy Angelakos is the lead engineer, and it’s available on GitHub and pgEdge Enterprise Postgres.Moving aging data off primary PostgreSQL storage is economically obvious.
Christophe Pettus: All Your GUCs in a Row: default_transaction_isolation and default_transaction_read_only
Antony Pegg: Your AI App Works on Postgres. Now Make It Production-Ready Without Starting Over
Every AI application built on PostgreSQL hits the same inflection point. You've got pgvector installed, embeddings in a table, a similarity search query that returns surprisingly good results. The prototype works and your team is excited. Someone asks "when can we ship this?" and you suddenly realize that the distance between "it works on my laptop" and "it works in production across three regions" is a lot larger than you thought.The usual answer is to re-platform. Swap Postgres for a purpose-built vector database for the AI parts. Add a separate search service.
Christophe Pettus: All Your GUCs in a Row: default_transaction_deferrable
The only scalable delete is DROP TABLE
#653 — June 17, 2026
Postgres Weekly
Scaling Postgres to 226k TPS: A Christmas Day Retrospective — A meaty post-mortem and tactical walkthrough of how a digital photo-frame company went from having its Postgres deployment crash out during the 2024 holiday season to handling 2025 without a hitch.
Andrew Atkinson

