select open change scope Open full search

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

Extensions / Monitoring

pgfr_analyze

Reporting and analysis functions for pgfr_record

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

Overview

Packagepg_flight_recorder
Version2.29.2
PostgreSQL versions15 · 16 · 17 · 18
RepositoryPIGSTY
Extension typeSQL only
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapgfr_analyze
Stars81
Latest commit2026-08-09
Latest release2026-08-09
Catalogue updated2026-08-30

Related extensions

Requires

pgfr_recordServer-side PostgreSQL performance flight recorder

See also

pg_profilePostgreSQL load profile repository and report builder
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_stat_statementstrack planning and execution statistics of all SQL statements executed
pg_stat_plansTrack per-plan call counts, execution times, and example EXPLAIN texts.
pg_store_planstrack plan statistics of all SQL statements executed
pg_tracingDistributed Tracing for PostgreSQL
pg_stat_backtraceCapture or log C-level stack backtraces of PostgreSQL processes
pg_stat_logTrack cumulative PostgreSQL log message statistics by backend, database, user, level, and SQLSTATE.
pg_wait_samplingsampling based statistics of wait events

Same project

pgfr_recordServer-side PostgreSQL performance flight recorder