summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
AgeCommit message (Expand)Author
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2018-05-07Do not try to show targetlist of a RemoteSubplan on top of ModifyTablePavan Deolasee
2017-10-19Remove coordinator quals, evaluated at Remote SubqueryTomas Vondra
2017-08-21Make sure ExecRemoteQuery is called with (PlanState *) parameterTomas Vondra
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-03Hide list of nodes in EXPLAIN (NODES off, FORMAT json)Tomas Vondra
2017-05-12Fix EXPLAIN ANALYZE SELECT INTOPavan Deolasee
2017-05-05Use already created EState while explaining FQS-ed query.Pavan Deolasee
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-08Expose explain's SUMMARY optionStephen Frost
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-20display sort keys for 'Remote Subquery Scan' nodes in EXPLAIN VERBOSETomas Vondra
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-10remove AggDistribution and Agg->aggdistributionTomas Vondra
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-20Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.Tom Lane
2016-10-18Redesign tablesample method API, and do extensive code review.Tom Lane
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18For FQSed query, run EXPLAIN on the remote node and print the resultPavan Deolasee
2016-09-06Add location field to DefElemPeter Eisentraut
2016-08-12Fix inappropriate printing of never-measured times in EXPLAIN.Tom Lane
2016-07-11Print a given subplan only once in EXPLAIN.Tom Lane
2016-06-29Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-04-15Tweak EXPLAIN for parallel query to show workers launched.Robert Haas
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-03-29Rework custom scans to work more like the new extensible node stuff.Robert Haas
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-14Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-09Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-11-11Make sequential scans parallel-aware.Robert Haas
2015-09-30Add a Gather executor node.Robert Haas
2015-09-17Add new function planstate_tree_walker.Robert Haas