Neues vom PostgreSQL Planet

Neues vom PostgreSQL Planet Feed abonnieren
Planet PostgreSQL
Aktualisiert: vor 2 Stunden 28 Minuten

David Wheeler: 🐏 Taming PostgreSQL GUC “extra” Data

18. Dezember 2025 - 19:04

New post up on on the ClickHouse blog:

David Wheeler: 🐏 Taming PostgreSQL GUC “extra” Data

18. Dezember 2025 - 19:04

New post up on on the ClickHouse blog:

I wanted to optimize away parsing the key/value pairs from the [pg_clickhouse] pg_clickhouse.session_settings GUC for every query by pre-parsing it on assignment and assigning it to a separate variable. It took a few tries, as the GUC API requires quite specific memory allocation for extra data to work properly. It took me a few tries to land on a workable and correct solution.

Jan Wieremjewicz: Enhancing PostgreSQL OIDC with pg_oidc_validator

17. Dezember 2025 - 12:00

With PostgreSQL 18 introducing built-in OAuth 2.0 and OpenID Connect (OIDC) authentication, tools like pg_oidc_validator have become an essential part of the ecosystem by enabling server-side verification of OIDC tokens directly inside PostgreSQL. If you’re new to the topic, make sure to read our earlier posts explaining the underlying concepts and the need for external validators:

semab tariq: The Road to Deploy a Production-Grade, Highly Available System with Open-Source Tools

17. Dezember 2025 - 11:48

Everyone wants high availability, and that’s completely understandable. When an app goes down, users get frustrated, business stops, and pressure builds.

But here’s the challenge: high availability often feels like a big monster. Many people think, If I need to set up high availability, I must master every tool involved. And there’s another common belief too: Open-source tools are not enough for real HA, so I must buy paid tools.

Stefan Fercot: pgBackRest preview - simplifying manual expiration of oldest backups

17. Dezember 2025 - 11:35

A useful new feature was introduced on 11 December 2025: Allow expiration of the oldest full backup regardless of current retention. Details are available in commit bf2b276.

Phillip Merrick: Introducing The pgEdge Postgres MCP Server

17. Dezember 2025 - 8:02

One of the principal and most powerful components of the pgEdge Agentic AI Toolkit is the pgEdge Postgres MCP Server. In just over a year MCP (Model Context Protocol), initially developed by Anthropic, has become the standard way to connect LLMs to external data sources and tools.

Seiten