pg_flight_recorder ← Project page

Install in two pastes.

Two self-contained SQL bundles ready for the Supabase dashboard SQL editor (or any plain-SQL client). No psql, no CLI, no extension registry.

Latest release: RELEASE_VERSION

01 / required

pgfr_record — core recorder

Tables, collection functions, scheduling, ring buffers, safety mechanisms. Schedules every pg_cron job on install.

Download
Preview SQL
Loading…
02 / optional

pgfr_analyze — reporting & analysis

Anomaly detection, time-travel, incident timelines, capacity planning. Requires pgfr_record to be installed first.

Download
Preview SQL
Loading…