Postgres FM

A weekly podcast about all things PostgreSQL

174 episodes transcribed
0 comments
Technology

PostGIS

Episode Date: March 13, 2026

Nik and Michael are joined by Regina Obe and Paul Ramsey to discuss PostGIS. Here are some links to things they mentioned:Regina Obe https://...

0 comments
Technology

Plan flips

Episode Date: March 6, 2026

Nik and Michael discuss query plan flips in Postgres — what they are, some causes, mitigations, longer term solutions, and the recent outage...

0 comments
Technology

pg_ash

Episode Date: February 20, 2026

Nik and Michael discuss pg_ash — a new tool (not extension!) from Nik that samples and stores wait events from pg_stat_activity. Here are som...

0 comments
Technology

Comments and metadata

Episode Date: February 13, 2026

Nik and Michael discuss query level comments, object level comments, and another way of adding object level metadata. Here are some links to...

0 comments
Technology

PgDog update

Episode Date: January 23, 2026

Nik and Michael are joined by Lev Kokotov for an update on all things PgDog. Here are some links to things they mentioned:Lev Kokotov https:/...

0 comments
Technology

RegreSQL

Episode Date: January 16, 2026

Nik and Michael are joined by Radim Marek from boringSQL to talk about RegreSQL, a regression testing tool for SQL queries they forked and im...

0 comments
Technology

Archiving

Episode Date: December 19, 2025

Nik and Michael discuss a listener question about archiving a database. Here are some links to things they mentioned: Listener request to tal...

0 comments
Technology

What's new in EXPLAIN

Episode Date: November 21, 2025

Nik and Michael discuss the various changes to EXPLAIN that arrived in Postgres 18. Here are some links to things they mentioned: EXPLAIN (of...

0 comments
Technology

Tens of TB per hour

Episode Date: November 14, 2025

Nik talks Michael through a recent benchmark he worked with Maxim Boguk on, to see how quickly they could provision a replica. Here are some...

0 comments
Technology

Gapless sequences

Episode Date: October 31, 2025

Nik and Michael discuss the concept of gapless sequences — when you might want one, why sequences in Postgres can have gaps, and an idea or t...

0 comments
Technology

LWLocks

Episode Date: October 17, 2025

Nik and Michael discuss lightweight locks in Postgres — how they differ to (heavier) locks, some occasions they can be troublesome, and some...

0 comments
Technology

User management

Episode Date: October 3, 2025

Nik and Michael discuss user management in Postgres — how roles work, making administration easier, setting passwords, and avoiding them bein...

0 comments
Technology

Postgres 18

Episode Date: September 26, 2025

Nik and Michael discuss the newly released Postgres 18 — the bigger things it includes, some of their personal highlights, and some thoughts...

0 comments
Technology

turbopuffer

Episode Date: September 12, 2025

Nik and Michael are joined by Simon Eskildsen from turbopuffer — among other things, they discuss ANN index types, tradeoffs that can make se...

0 comments
Technology

Disks

Episode Date: August 29, 2025

Nik and Michael discuss disks in relation to Postgres — why they matter, how saturation can happen, some modern nuances, and how to prepare t...

0 comments
Technology

Multi-column indexes

Episode Date: August 22, 2025

Nik and Michael discuss multi-column indexes in Postgres — what they are, how to think about them, and some guidance around using them effect...