Postgres FM

A weekly podcast about all things PostgreSQL

149 episodes transcribed
0 comments
Technology

Auditing

Episode Date: January 20, 2023

Here are links to a few things we mentioned: Crunchy Data PostgreSQL Security Technical Implementation Guide (STIG)pgAudit (site)pgAudit (rep...

0 comments
Technology

Copying a database

Episode Date: January 13, 2023

Here are links to a few things we mentioned: pg_dump pg_restore  pgcopydb (tool by Dimitri Fontaine)  pg_dump and external snapshots (blog po...

0 comments
Technology

Row estimates

Episode Date: December 23, 2022

Here are links to a few things we mentioned: ANALYZE (docs)Autovacuum config (docs)Statistics used by the planner (docs) CREATE STATISTICS (d...

0 comments
Technology

Replication

Episode Date: December 16, 2022

Here are links to a few things we mentioned: Replication (docs) 9.0 release notes (including built-in replication) SlonyLondistepg_is_in_reco...

0 comments
Technology

Timestamps

Episode Date: December 9, 2022

Here are links to a few things we mentioned: Date/Time Types (docs) Don’t use timestamp without time zone (wiki)  Date/Time functions and ope...

0 comments
Technology

PostgREST

Episode Date: December 2, 2022

Here are links to a few things we mentioned: PostgREST documentationSupabaseNo offset (blog post by Markus Winand)JSON functions and operator...

0 comments
Technology

Materialized views

Episode Date: November 25, 2022

Apologies, Michael's audio is not great in this, we'll hopefully be back to normal next week!Here are links to a few things we mentioned: Mat...

0 comments
Technology

HOT updates

Episode Date: November 18, 2022

Here are links to a few things we mentioned: Heap-only tuple updates (docs)README file (source code)Heap Only Tuple chapter (Internals of Pos...

0 comments
Technology

Database branching

Episode Date: November 11, 2022

Here are links to a few things we mentioned: Database Lab EngineOverview of Aurora cloning PlanetScale branchingCommon DB schema change mista...

0 comments
Technology

Stored procedures

Episode Date: October 21, 2022

Here are links to a few things we mentioned: Extending SQL PostgREST  PL/pgSQL EdgeDB  pgTAP  Sqitch Flyway  Liquibase  client_min_messages  ...

0 comments
Technology

PostgreSQL 15

Episode Date: October 14, 2022

Here are links to a few things we mentioned: PostgreSQL 15 release notesSpeeding up sort performance in Postgres 15 (blog post by David Rowle...

0 comments
Technology

102 Query optimization

Episode Date: October 7, 2022

Here are links to a few things we mentioned: pg_plan_advsr How partial, covering, and multicolumn indexes may slow down UPDATEs (blog post by...

0 comments
Technology

Index maintenance

Episode Date: September 23, 2022

Important correction from this episode: amcheck promises no false positives, not no false negatives, sorry!Here are links to a few things we...