Looking for Execution plan for queries executed in the past.
Explain plan gives plan for future execution. How do I see plan for historic executed queries.
The following list outlines the Postgres modules that are additionally included with VMware Postgres, which includes "auto_explain"
"auto_explain" setting allows automatic logging of explain plan during query execution, which allows historic tracking of the execution plan.
Additionally, Postgres documentation provides further details on the functionality and enabling of auto_explain setting.