Commits

DateSubjectAuthorReleases
2018-09-25 Collect JIT instrumentation from workers. Andres Freund 12.0
2018-09-24 auto_explain: Include JIT information if applicable. Andres Freund 11.0
2018-09-24 auto_explain: Include JIT information if applicable. Andres Freund 12.0
2018-07-31 Provide a log_level setting for auto_explain Andrew Dunstan 12.0
2018-02-23 Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 9.3.22
2018-02-23 Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 9.4.17
2018-02-23 Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 9.5.12
2018-02-23 Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 9.6.8
2018-02-23 Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 10.3
2018-02-23 Allow auto_explain.log_min_duration to go up to INT_MAX. Tom Lane 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-03-23 Allow for parallel execution whenever ExecutorRun() is done only once. Robert Haas 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-03-13 Rename auto_explain.sample_ratio to sample_rate Magnus Hagander 9.6.0
2016-03-12 Widen query numbers-of-tuples-processed counters to uint64. Tom Lane 9.6.0
2016-03-11 Allow setting sample ratio for auto_explain Magnus Hagander 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
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.4.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
2014-09-19 Fix failure of contrib/auto_explain to print per-node timing information. Tom Lane 9.2.10