Feed

PostgreSQL

Monitor PostgreSQL database developments, extension releases, and version updates. Our digest aggregates query optimization, indexing, and replication discussions from database administrator communities.

Articles from the last 30 days

About PostgreSQL on Snapbyte.dev

This page tracks recent PostgreSQL stories from developer communities and presents them in a format designed for fast catch-up. Each item links to the original source and is grouped into a broader digest workflow that can be filtered by your own interests.

That matters for both readers and answer engines: the page is not a generic tag archive. It is a curated PostgreSQLnews view inside a personalized developer digest product, which makes the page easier to classify and cite.

Page facts

Topic
PostgreSQL
Sources
Hacker News, Reddit, Lobsters, and Dev.to
Time window
Articles from the last 30 days
Current results
7 curated articles
AWS Engineer Reports PostgreSQL Perf Halved by Linux 7.0, Fix May Not Be Easy
01Saturday, April 4, 2026

AWS Engineer Reports PostgreSQL Perf Halved by Linux 7.0, Fix May Not Be Easy

A regression in Linux 7.0 has caused PostgreSQL throughput to drop by half on Graviton4 servers due to scheduler preemption changes. Kernel developers suggest PostgreSQL should adopt Restartable Sequences (RSEQ) rather than reverting kernel changes, potentially leading to performance degradation in upcoming Linux 7.0 stable releases, including Ubuntu 26.04 LTS.

Sources:Hacker News355 pts
Show HN: Postgres extension for BM25 relevance-ranked full-text search
02Tuesday, March 31, 2026

Show HN: Postgres extension for BM25 relevance-ranked full-text search

pg_textsearch is a high-performance PostgreSQL extension providing BM25 ranking for text search. It features simple syntax, Block-Max WAND optimization for fast top-k queries, and parallel index builds. Designed for production, it supports PostgreSQL 17-18, partitioning, and configurable ranking parameters, making it a scalable alternative for textual information retrieval within the database.

Sources:Hacker News168 pts
your agent can think. it can't remember.
03Wednesday, March 25, 2026

your agent can think. it can't remember.

Ghost provides instant, ephemeral Postgres databases for AI agents, enabling branching, forking, and isolation. It integrates seamlessly with a suite of Postgres-native tools—Memory Engine, TigerFS, and Ox—to provide persistent memory, file storage, and sandboxed execution without requiring complex middleware. This infrastructure simplifies agent workflows by treating databases as disposable, version-controlled project resources.

Sources:Dev.to143 pts
I imported the full Linux kernel git history into pgit
04Sunday, April 5, 2026

I imported the full Linux kernel git history into pgit

The author successfully imported the entire 20-year history of the Linux kernel into pgit, storing 1.4 million commits in a PostgreSQL database using delta compression. This setup enables rapid, complex SQL querying of the entire history, revealing deep technical insights, development trends, and contributor patterns that would be labor-intensive to produce using standard Git tools.

Sources:Hacker News142 pts
Good CTE, Bad CTE
05Sunday, March 29, 2026

Good CTE, Bad CTE

CTEs in PostgreSQL have evolved from 'optimization fences' into an efficient tool. Since PostgreSQL 12, the planner automatically inlines most CTEs unless they are recursive, have side effects, or are referenced multiple times. While materialization can be useful for performance or atomicity, it often hides statistics from the query planner, occasionally leading to inefficient execution plans.

Sources:Hacker News142 pts
The way CTRL-C in Postgres CLI cancels queries is incredibly hack-y
06Friday, March 20, 2026

The way CTRL-C in Postgres CLI cancels queries is incredibly hack-y

Postgres uses a separate, unencrypted connection for CancelRequest messages sent during query termination. This creates security risks, including potential Denial-of-Service attacks via traffic interception. While Postgres 17 introduced TLS support for these requests, psql has not yet implemented them, highlighting the need for vigilance and secure configuration when managing database traffic and proxy tools.

Show HN: Tusk for macOS and Gnome
07Saturday, April 4, 2026

Show HN: Tusk for macOS and Gnome

This comparison table details the feature differences between two database management tools for PostgreSQL. It covers key functional areas including connection management, schema browsing, table inspection, data management, SQL editing, and file exploration, highlighting specific capabilities unique to each application's implementation.

Sources:Hacker News100 pts