summaryrefslogtreecommitdiff
path: root/contrib/auto_explain/auto_explain.c
AgeCommit message (Expand)Author
2019-06-03Fix contrib/auto_explain to not cause problems in parallel workers.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-03Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-03Fix issues around EXPLAIN with JIT.Andres Freund
2018-09-25Collect JIT instrumentation from workers.Andres Freund
2018-09-24auto_explain: Include JIT information if applicable.Andres Freund
2018-07-31Provide a log_level setting for auto_explainAndrew Dunstan
2018-02-23Allow auto_explain.log_min_duration to go up to INT_MAX.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-03-13Rename auto_explain.sample_ratio to sample_rateMagnus Hagander
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-11Allow setting sample ratio for auto_explainMagnus Hagander
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-15Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-15Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane
2014-09-19Fix failure of contrib/auto_explain to print per-node timing information.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-04auto_explain: Add logging of trigger executionAlvaro Herrera
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-29Fix assorted compilation failures in contribAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-13Fix auto-explain JSON output to be valid JSON.Andrew Dunstan
2012-02-07Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-16Add query text to auto_explain output.Andrew Dunstan
2010-01-06Add missing 'static' keywords.Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-12-12Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas
2009-12-11Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan
2009-08-10Extend EXPLAIN to support output in XML or JSON format.Tom Lane
2009-07-26Extend EXPLAIN to allow generic options to be specified.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-05Add EmitWarningsOnPlaceholders calls to contrib modules that are likely toTom Lane
2009-01-02Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian