pg_store_plans は実行計画ごとに実行統計を取得する PostgreSQL 機能拡張です。pg_stat_plans と同様に pg_stat_statements の派生物ですが、pg_store_plans は pg_stat_statements が問い合わせを記録するのと同様に実行計画そのものも参照可能な形で記録します。
pg_store_plans 1.1 is released.
* Supports PostgreSQL 9.4 and 9.5. (currently unable to compile for 9.6 because of lwlock tranches)
* Stored data is backward compatible with 1.0.
* Fixed "Original Hash Backets", IO Timings, Sort Keys in text plan representation.
* Fixed text plan representation of "ON CONFLICT", "GROUPING SETS", "TABLESAMPLE" and multi-targetted ModifyTables, which just were not shown or looked broken.
pg_store_plans 1.1 がリリースされました
* PostgreSQL 9.4 and 9.5 で使用可能です。 (現時点では 9.6 ではコンパイルできません)
* すでに保存されている 1.0 のデータはそのまま利用可能です。
* プランのテキスト出力において "Original Hash Backets", IO Timings, Sort Keys の出力がただしく行われるように修正しました。
* 1.0では表示されないか、壊れた表示になっていた"ON CONFLICT", "GROUPING SETS", "TABLESAMPLE" およびパーティショニングテーブルへの更新を正しく表示するように修正しました。