select open change scope Open full search

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

Extensions / Monitoring

pg_track_settings

Track settings changes

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

Overview

Packagepg_track_settings
Version2.1.2
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryPGDG
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars55
Latest commit2025-12-21
Latest release2023-09-17
Catalogue updated2026-08-30

Related extensions

See also

pg_profilePostgreSQL load profile repository and report builder
powaPostgreSQL Workload Analyser-core
pg_track_optimizerTrack planning decisions in comparison with execution reality
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
pg_store_planstrack plan statistics of all SQL statements executed
pg_stat_plansTrack per-plan call counts, execution times, and example EXPLAIN texts.