index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
explain.c
Commit message (
Expand
)
Author
Age
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-10
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Add EXPLAIN support for JIT.
Andres Freund
2018-03-28
*
Add 'unit' parameter to ExplainProperty{Integer,Float}.
Andres Freund
2018-03-16
*
Make ExplainPropertyInteger accept 64bit input, remove *Long variant.
Andres Freund
2018-03-16
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-08
*
Add QueryEnvironment to ExplainOneQuery_hook's parameter list.
Tom Lane
2018-01-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix EXPLAIN ANALYZE output for Parallel Hash.
Andres Freund
2018-01-01
*
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-12-05
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
*
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-10-05
*
Make ExplainOpenGroup and ExplainCloseGroup public.
Tom Lane
2017-09-18
*
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Expose explain's SUMMARY option
Stephen Frost
2017-03-08
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-10-20
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Fix inappropriate printing of never-measured times in EXPLAIN.
Tom Lane
2016-08-12
*
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-07-11
*
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-29
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-15
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
*
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
*
Directly modify foreign tables.
Robert Haas
2016-03-18
*
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2016-03-14
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
[next]