Thread
-
[PATCH v4] pg_stat_statements: Add last_execution_start column
Pavlo Golub <pavlo.golub@cybertec.at> — 2026-05-13T14:38:20Z
Rebased on current master (a3e6beba60e). The only conflict was with commit 66366217822 (pg_stat_statements: Set PlannedStmt to NULL after nested utility execution), which introduced a local copy of pstmt->planOrigin and then nulled pstmt. The patch context line was updated to reference saved_planOrigin instead. No functional changes from v3. All pg_stat_statements regression tests pass (16/16). v4 patch attached. Best regards, Pavlo Golub