Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-10-03 | Fix issues around EXPLAIN with JIT. | Andres Freund | 11.0 |
| 2018-09-25 | Collect JIT instrumentation from workers. | Andres Freund | 11.0 |
| 2018-09-24 | Make EXPLAIN output for JIT compilation more dense. | Andres Freund | 11.0 |
| 2018-03-28 | Add EXPLAIN support for JIT. | Andres Freund | 11.0 |
| 2018-03-17 | Add 'unit' parameter to ExplainProperty{Integer,Float}. | Andres Freund | 11.0 |
| 2018-03-17 | Make ExplainPropertyInteger accept 64bit input, remove *Long variant. | Andres Freund | 11.0 |
| 2018-01-01 | Fix EXPLAIN ANALYZE output for Parallel Hash. | Andres Freund | 11.0 |
| 2017-12-05 | Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. | Andres Freund | 11.0 |