Neues vom PostgreSQL Planet

Neues vom PostgreSQL Planet Feed abonnieren
Planet PostgreSQL
Aktualisiert: vor 1 Stunde 14 Minuten

Daniel Vérité: Producing UUIDs Version 7 disguised as Version 4 (or 8)

5. November 2025 - 15:13
When communicating UUID-v7 values to third parties, the creation dates inside them are leaked. In this post, let's see how to encrypt the timestamp to solve that problem.

Ian Barwick: PgPedia Week, 2025-10-19

5. November 2025 - 14:30

Due to an unfortunate recent visitation by the Virus of the Decade (so far), I have a backlog of these which I'm trying to work through, so in the remote chance anyone is waiting with bated breath for the newest editions, my apologies. Normal service will be resumed as soon as humanly possible.

Henrietta Dombrovskaya: October PUG Recording

5. November 2025 - 12:28

Almost a month late, but I hope you enjoy it!

Chris Travers: NUMA, Linux, and PostgreSQL before libnuma Support

5. November 2025 - 10:26
PostgreSQL and NUMA, part 2 of 4

This series covers the specifics of running PostgreSQL on large systems with many processors. My experience is that people often spend months learning the basics when confronted with the problem. This series tries to dispel these difficulties by providing a clear background into the topics in question. The hope is that future generations of database engineers and administrators don’t have to spend months figuring things out through trial and error.

Deepak Mahto: PostgreSQL Partition Pruning: The Role of Function Volatility

4. November 2025 - 15:39

In one of our earlier blogs, we explored how improper volatility settings in PL/pgSQL functions — namely using IMMUTABLE, STABLE, or VOLATILE — can lead to unexpected behavior and performance issues during migrations.

Hans-Juergen Schoenig: Counting Customers in PostgreSQL

4. November 2025 - 7:00

As a database consulting company, we are often faced with analytics and reporting related tasks which seem to be easy on the surface but are in reality not that trivial. The number of those seemingly simple things is longer than one might think, especially in the area of reporting

Mayur B.: ALTER Egos: Me, Myself, and Cursor

4. November 2025 - 6:56

I pushed the most boring change imaginable, add an index. Our CI/CD pipeline is textbook ==> spin up a fresh DB, run every migration file in one single transaction, in sequential manner. If anything hiccups, the whole thing rolls back and the change never hits main. Foolproof autotests.

Enter The Drama Queen :

Seiten