select open change scope Open full search

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

Extensions / Monitoring

pg_profile

PostgreSQL load profile repository and report builder

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

Overview

Packagepg_profile
Version4.16
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryMultiple repositories
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars312
Latest commit2026-07-23
Latest release2026-07-23
Catalogue updated2026-09-19

Related extensions

Requires

dblinkconnect to other PostgreSQL databases from within a database
plpgsqlPL/pgSQL procedural language

See also

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.
powaPostgreSQL Workload Analyser-core
pg_wait_samplingsampling based statistics of wait events
pgsentinelactive session history
pg_datasentinelObservability and activity monitoring extension for PostgreSQL
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.
pg_track_settingsTrack settings changes
pg_track_optimizerTrack planning decisions in comparison with execution reality