Trace session SQL, bind variables, execution plans, and timing metrics
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_session_trace |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_session_trace |
| Stars | 0 |
| Latest commit | 2025-11-22 |
| Latest release | 2025-06-14 |
| Catalogue updated | 2026-08-30 |
| pg_query_state | Tool for query progress monitoring in PostgreSQL |
| repeater | Demonstration extension for executing serialized raw query plans on a remote PostgreSQL node. |
| pg_substrait | Execute Substrait protobuf or JSON query plans through PostgreSQL functions |
| pg_repeater | Replicates utility statements and serialized query plans to a remote PostgreSQL node over postgres_fdw. |
| pg_no_seqscan | Prevents or reports sequential scans in development and CI by inspecting query plans. |
| generic_plan | Generate a generic plan for a parameterized SQL statement. |
| micromanage | example extension to inject plans |
| sr_plan | Planner-hook extension that records, displays, and reuses saved execution plans, including parameterized-plan templates. |
| apg_plan_mgmt | Amazon Aurora PostgreSQL Query Plan Management extension for managed plan baselines. |
| pg_py_plan_forwarding | Forward PostgreSQL planner and executor data to embedded Python callbacks |