pg_store_plans records execution statistics for every selected plans and stores the execution plans. pg_store_plans is basically a derivative work of pg_stat_statements so it is very similar to pg_stat_plans since they share the same origin and cl...
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" およびパーティショニングテーブルへの更新を正しく表示するように修正しました。