summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor planner's header files.Tom Lane2019-01-291-2/+0
* Make some small planner API cleanups.Tom Lane2019-01-291-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make type "name" collation-aware.Tom Lane2018-12-191-5/+6
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+2
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-031-2/+27
* Collect JIT instrumentation from workers.Andres Freund2018-09-251-28/+59
* Make EXPLAIN output for JIT compilation more dense.Andres Freund2018-09-241-25/+64
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-181-1/+1
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-1/+2
* Revert MERGE patchSimon Riggs2018-04-121-33/+0
* Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera2018-04-101-7/+3
* Support partition pruning at execution timeAlvaro Herrera2018-04-071-18/+33
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-0/+33
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-33/+0
* Modified files for MERGESimon Riggs2018-04-021-0/+33
* Add EXPLAIN support for JIT.Andres Freund2018-03-281-0/+59
* Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund2018-03-161-91/+108
* Make ExplainPropertyInteger accept 64bit input, remove *Long variant.Andres Freund2018-03-161-35/+36
* Fix more format truncation issuesPeter Eisentraut2018-03-151-2/+3
* Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas2018-02-081-4/+7
* Add QueryEnvironment to ExplainOneQuery_hook's parameter list.Tom Lane2018-01-111-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Fix EXPLAIN ANALYZE output for Parallel Hash.Andres Freund2018-01-011-27/+52
* Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund2017-12-051-16/+44
* Pass InitPlan values to workers via Gather (Merge).Robert Haas2017-11-161-0/+34
* Allow DML commands that create tables to use parallel query.Robert Haas2017-10-051-3/+1
* Make ExplainOpenGroup and ExplainCloseGroup public.Tom Lane2017-09-181-6/+2
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-291-3/+54
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-181-1/+14
* Phase 3 of pgindent updates.Tom Lane2017-06-211-14/+14
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-3/+3
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-071-0/+17
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-12/+28
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-271-4/+21
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-1/+1
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-231-1/+1
* Add a Gather Merge executor node.Robert Haas2017-03-091-0/+23
* Expose explain's SUMMARY optionStephen Frost2017-03-081-3/+15
* Support XMLTABLE query expressionAlvaro Herrera2017-03-081-0/+24
* 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