summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-261-9/+6
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-9/+7
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-0/+3
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-11/+35
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.Tom Lane2016-10-201-3/+5
* Add location field to DefElemPeter Eisentraut2016-09-061-3/+5
* Fix inappropriate printing of never-measured times in EXPLAIN.Tom Lane2016-08-121-5/+13
* Print a given subplan only once in EXPLAIN.Tom Lane2016-07-111-2/+20
* Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane2016-06-291-14/+28
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-261-2/+2
* Tweak EXPLAIN for parallel query to show workers launched.Robert Haas2016-04-151-1/+9
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-061-8/+9
* Rework custom scans to work more like the new extensible node stuff.Robert Haas2016-03-291-0/+1
* Directly modify foreign tables.Robert Haas2016-03-181-5/+50
* Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas2016-03-141-1/+1
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-071-1/+13
* Support multi-stage aggregation.Robert Haas2016-01-201-17/+29
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas2015-12-091-89/+162
* Make sequential scans parallel-aware.Robert Haas2015-11-111-0/+4
* Add a Gather executor node.Robert Haas2015-09-301-0/+19
* Add new function planstate_tree_walker.Robert Haas2015-09-171-90/+3
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-161-1/+1
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-26/+81
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-261-0/+22
* pgindent run for 9.5Bruce Momjian2015-05-231-11/+12
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-161-5/+155
* Fix uninitialized variable.Tom Lane2015-05-151-0/+1
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+21
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-101-2/+2
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-6/+64
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-011-3/+12
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-221-17/+97
* Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane2015-02-171-12/+2
* Show sort ordering options in EXPLAIN output.Tom Lane2015-01-161-3/+87
* Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane2015-01-151-33/+33
* Improve performance of EXPLAIN with large range tables.Tom Lane2015-01-151-12/+11
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Remove odd blank line in comment.Fujii Masao2014-12-181-1/+0
* Add missing case for CustomScan.Tom Lane2014-11-201-5/+9
* Introduce custom path and scan providers.Robert Haas2014-11-071-0/+25
* Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane2014-10-151-3/+7
* Increase number of hash join buckets for underestimate.Kevin Grittner2014-10-131-4/+7
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-081-0/+1
* Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...Fujii Masao2014-07-141-7/+10
* Prevent auto_explain from changing the output of a user's EXPLAIN.Tom Lane2014-05-201-11/+16
* pgindent run for 9.4Bruce Momjian2014-05-061-10/+11
* Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane2014-04-161-3/+3