Neues vom PostgreSQL Planet

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

Nikolay Samokhvalov: #PostgresMarathon 2-013: Why keep your index set lean

11. November 2025 - 0:59

Your API is slowing down. You check your database and find 42 indexes on your users table. Which ones can you safely drop? How much performance are they costing you? Let's look at what actually happens in Postgres when you have too many indexes.

If you're a backend or full-stack engineer, you probably don't want to become an indexing expert — you just want your API fast and stable, without babysitting pg_stat_user_indexes.

Ian Barwick: PgPedia Week, 2025-11-09

10. November 2025 - 15:45

This quarter's round of minor releases are expected later this week. Note this will be the last minor release for PostgreSQL 13 .

Cornelia Biacsics: Contributions for week 45, 2025

9. November 2025 - 21:36

New podcast episode published by Claire Giordano from her series “Talking Postgres” : Building a dev experience for Postgres in VS Code with Rob Emanuele

Blog posts

Ian Barwick: PgPedia Week, 2025-11-02

9. November 2025 - 0:53
PostgreSQL 19 changes this week EXPLAIN wal_fpi_bytes value exposed in EXPLAIN (WAL) pg_stat_wal column wal_fpi_bytes added pg_stat_get_backend_wal() output column wal_fpi_bytes added psql prompt configuration option %S added, showing the current value of search_path PostgreSQL 19 articles Waiting for PostgreSQL 19 – Add psql PROMPT variable for search_path.

Elizabeth Garrett Christensen: Postgres Internals Hiding in Plain Sight

7. November 2025 - 14:00

Postgres has an awesome amount of data collected in its own internal tables. Postgres hackers know all about this  - but software developers and folks working with day to day Postgres tasks often miss out the good stuff.

The Postgres catalog is how Postgres keeps track of itself. Of course, Postgres would do this in a relational database with its own schema. Throughout the years several nice features have been added to the internal tables like psql tools and views that make navigating Postgres’ internal tables even easier.

Seiten