aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas2015-12-09
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Add a Gather executor node.Robert Haas2015-09-30
* Add new function planstate_tree_walker.Robert Haas2015-09-17
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Fix uninitialized variable.Tom Lane2015-05-15
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane2015-02-17
* Show sort ordering options in EXPLAIN output.Tom Lane2015-01-16
* Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane2015-01-15
* Improve performance of EXPLAIN with large range tables.Tom Lane2015-01-15
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove odd blank line in comment.Fujii Masao2014-12-18
* Add missing case for CustomScan.Tom Lane2014-11-20
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane2014-10-15
* Increase number of hash join buckets for underestimate.Kevin Grittner2014-10-13
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-08
* Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...Fujii Masao2014-07-14
* Prevent auto_explain from changing the output of a user's EXPLAIN.Tom Lane2014-05-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane2014-04-16
* Include planning time in EXPLAIN ANALYZE output.Robert Haas2014-01-29
* Expose a routine to print triggers during EXPLAIN ANALYZEAlvaro Herrera2014-01-20
* Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.Robert Haas2014-01-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane2013-12-12
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-31
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clarify documentation of EXPLAIN (TIMING OFF) option.Tom Lane2013-05-19
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas2013-04-09
* Support writable foreign tables.Tom Lane2013-03-10
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-31
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27