Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-02-02 | Fix ancient memory leak in contrib/auto_explain. | Tom Lane | 9.5.25 |
| 2018-02-23 | Allow auto_explain.log_min_duration to go up to INT_MAX. | Tom Lane | 9.5.12 |
| 2015-01-15 | Rearrange explain.c's API so callers need not embed sizeof(ExplainState). | Tom Lane | 9.5.0 |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian | 9.5.0 |
| 2014-10-15 | Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN. | Tom Lane | 9.5.0 |
| 2014-09-19 | Fix failure of contrib/auto_explain to print per-node timing information. | Tom Lane | 9.5.0 |