Different from many other database systems, PostgreSQL does not support query hints. That makes it difficult to force the […]
This is a short war story from a customer problem. It serves as a warning that there are special […]
LZ4 and ZSTD pg_dump compression I wrote a "pg_dump compression specifications in PostgreSQL 16" post a while ago. Frankly speaking, […]
SQL and numeric constants NEW in PostgreSQL 16 - support for underscores in integer and numeric constants! I already wrote […]
A while ago, I wrote about how difficult it is to get an execution plan for a parameterized query. […]
What is a parallel aggregate? In PostgreSQL, a parallel aggregate refers to a way of processing aggregate functions (such as […]
The PostgreSQL documentation has some information about row locks. But typically, you cannot see them in pg_locks, and not […]
Naming variables Why will force_parallel_mode - the runtime option be renamed to debug_parallel_query in PostgreSQL 16? Proper variable and function […]
Archiving and database cleanup in PostgreSQL: Find out how DELETE and TRUNCATE compare in terms of performance and how the magic works
Our team is proud to introduce a new pg_timetable v5.3 release! This time we focused solely on implementing new features […]
I am on a spree! After writing about breaking your database and transaction ID wraparound, here I am writing about […]
PostgREST quick-start guide: Writing APIs by hand is a lot of work. PostgREST automatically generates an API out of your PostgreSQL database.