Salvatore Dipietro of Amazon/AWS reported a throughput and latency regression for PostgreSQL. They found Linux 7.0 in its near-final form delivering around 0.51x the throughputof prior kernels on a Graviton4 server due to now much more time being spent in a user-space spinlock.

AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy

#postgres

AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy

An Amazon/AWS engineer raised the alarms on Friday over the current Linux 7.0 development kernel leading to the throughput for the PostgreSQL database server being around half that of prior kernel versions

Wondering if you should attend PgDay Boston? Look no further than our “About” page for all the reasons why (spoiler alert: you should)!

https://2026.pgdayboston.org/about/

@postgresql #PostgreSQL #postgres

PG Summit US is a community conference sponsored by PgUS, providing Postgres users and developers an opportunity to sharpen their technical skills, build relationships, and connect with a community of professionals passionate about Postgres.

https://2026.postgressummit.us/about/

#PostgreSQL #postgres #conference

Early Bird registration for PgDay Boston is open! Register today and get a nice discount!

https://2026.pgdayboston.org/registration/

#PostgreSQL #postgres #conference

Why pgEdge thinks MCP (not an API) is the right way for AI agents to talk to databases via @thenewstack
#ai #postgres #mcp
https://thenewstack.io/pgedge-mcp-postgres-agents/
Why pgEdge thinks MCP (not an API) is the right way for AI agents to talk to databases

pgEdge launches a production-ready MCP Server for Postgres, bringing AI agent connectivity, schema introspection, and reduced token usage to any Postgres database.

The New Stack
Postgres FM | What’s Missing in #Postgres? #podcast https://share.transistor.fm/s/00d1f90d
Postgres FM | What’s Missing in Postgres?

Nik and Michael are joined by Bruce Momjian to discuss his new talk "What’s Missing in Postgres?" Here are some links to things they mentioned: Bruce Momjian https://postgres.fm/people/bruce-momjianEDB https://www.enterprisedb.comWhat’s Missing in Postgres? (Bruce’s slides)...

#PostgreSQL has relied on the OS to handle text sorting for most of its history. When glibc 2.28 shipped in 2018 with a major Unicode collation overhaul, every existing text index built under the old rules became invalid... but without warnings or errors.

#Postgres 17 added a builtin locale provider that removes the external dependency entirely:

initdb --locale-provider=builtin --locale=C.UTF-8

More details in this week's PG Phriday: https://www.pgedge.com/blog/what-is-a-collation-and-why-is-my-data-corrupt

#programming #data #dev #sql #code

What is a Collation, and Why is My Data Corrupt?

The GNU C Library (glibc) version 2.28 entered the world on August 1st, 2018 and Postgres hasn't been the same since. Among its many changes was a massive update to locale collation data, bringing it in line with the 2016 Edition 4 release of the ISO 14651 standard and Unicode 9.0.0. This was not a subtle tweak. It was the culmination of roughly 18 years of accumulated locale modifications, all merged in a single release.

PgDay Boston 2026 is dedicated to providing a safe, harassment-free and enjoyable conference experience for everyone. You can read more about our Code of Conduct here:

https://2026.pgdayboston.org/code-of-conduct/

@postgresql #PostgreSQL #postgres

PG Summit US sponsorship benefits include Sponsor Track sessions, limited Sponsor Keynotes, conference passes, booth space & banners, promotional items, and the opportunity to meaningfully give back to the Postgres community. #PGSummitUS

🔗https://2026.postgressummit.us/become-sponsor

@postgresql #PostgreSQL #postgres

Postgres Vacuum Explained: Autovacuum, Bloat and Tuning

Learn why Postgres vacuuming matters, how autovacuum works, and when to tune it to prevent bloat, improve performance, and avoid transaction ID wraparound issues.