Episode

Postgres 18

Podcast
Postgres FM
Published
Sep 26, 2025
Duration seconds
3343
Processing state
not_requested
Canonical source
https://share.transistor.fm/s/affec5aa
Audio
https://media.transistor.fm/affec5aa/ef7e0d17.mp3
JSON
/v1/public/podcasts/postgres-fm-5565051/episodes/postgres-18
Markdown
/podcast/postgres-fm-5565051/postgres-18.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/postgres-fm-5565051/episodes/postgres-18/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/postgres-fm-5565051/postgres-18.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Nik and Michael discuss the newly released Postgres 18 — the bigger things it includes, some of their personal highlights, and some thoughts towards the future. Here are some links to things they mentioned: Postgres 18 announcement https://www.postgresql.org/about/news/postgresql-18-released-3142 Postgres 18 release notes https://www.postgresql.org/docs/18/release-18.html Skip scan episode with Peter Geoghegan https://postgres.fm/episodes/skip-scan Easier Postgres fine-tuning with online_advisor https://neon.com/blog/easier-postgres-fine-tuning-with-online_advisor pganalyze Index Advisor https://pganalyze.com/index-advisor BUFFERS by default https://postgres.fm/episodes/buffers-by-default Buffers II (the sequel) https://postgres.fm/episodes/buffers-ii-the-sequel Return of the BUFFERS https://postgres.fm/episodes/return-of-the-buffers UUID https://postgres.fm/episodes/uuid Partitioning by ULID https://postgres.fm/episodes/partitioning-by-ulid uuidv7 and uuid_extract_timestamp functions https://www.postgresql.org/docs/current/functions-uuid.html Add --no-policies option to pg_dump, pg_dumpall, and pg_restore https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=cd3c45125 Add ONLY support for VACUUM and ANALYZE https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=62ddf7ee9 Make "vacuumdb --analyze-only" process partitioned tables (committed recently for Postgres 19) https://commitfest.postgresql.org/patch/5871/ NOT VALID constraints https://postgres.fm/episodes/not-valid-constraints The year of the Lock Manager’s Revenge (post by Jeremy Schneider) https://ardentperf.com/2024/03/03/postgres-indexes-partitioning-and-lwlocklockmanager-scalability Increase the number of fast-path lock slots https://git.postgresql.org/gitweb/?p=postgresql.git;a=commi…