select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Monitoring

drift_detect

Detect structural query-plan changes and record and notify plan drift

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg-drift
Version1.0
PostgreSQL versions14 · 15 · 16 · 17
RepositoryUnspecified
Extension typePreloaded
Project statusPreview
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariesdrift_detect
Schemadrift
Stars0
Latest commit2026-08-08
Catalogue updated2026-09-21

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pg_store_planstrack plan statistics of all SQL statements executed
pg_stat_monitorThe pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL contrib module pg_stat_statements. pg_stat_monitor provides aggregated statistics, client information, plan details including plan, and histogram information.
pg_stat_statementstrack planning and execution statistics of all SQL statements executed