index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
explain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-2
/
+0
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
1
-0
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
1
-5
/
+6
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-1
/
+1
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
1
-1
/
+2
*
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
1
-2
/
+27
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
1
-28
/
+59
*
Make EXPLAIN output for JIT compilation more dense.
Andres Freund
2018-09-24
1
-25
/
+64
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
1
-1
/
+1
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
1
-1
/
+2
*
Revert MERGE patch
Simon Riggs
2018-04-12
1
-33
/
+0
*
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-10
1
-7
/
+3
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
1
-18
/
+33
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
1
-0
/
+33
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
1
-33
/
+0
*
Modified files for MERGE
Simon Riggs
2018-04-02
1
-0
/
+33
*
Add EXPLAIN support for JIT.
Andres Freund
2018-03-28
1
-0
/
+59
*
Add 'unit' parameter to ExplainProperty{Integer,Float}.
Andres Freund
2018-03-16
1
-91
/
+108
*
Make ExplainPropertyInteger accept 64bit input, remove *Long variant.
Andres Freund
2018-03-16
1
-35
/
+36
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
1
-2
/
+3
*
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-08
1
-4
/
+7
*
Add QueryEnvironment to ExplainOneQuery_hook's parameter list.
Tom Lane
2018-01-11
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Fix EXPLAIN ANALYZE output for Parallel Hash.
Andres Freund
2018-01-01
1
-27
/
+52
*
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-12-05
1
-16
/
+44
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
1
-0
/
+34
*
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-10-05
1
-3
/
+1
*
Make ExplainOpenGroup and ExplainCloseGroup public.
Tom Lane
2017-09-18
1
-6
/
+2
*
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
1
-3
/
+54
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
1
-1
/
+14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-14
/
+14
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
1
-3
/
+3
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
1
-0
/
+17
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-12
/
+28
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
1
-4
/
+21
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-1
/
+1
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
1
-1
/
+1
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
1
-0
/
+23
*
Expose explain's SUMMARY option
Stephen Frost
2017-03-08
1
-3
/
+15
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
1
-0
/
+24
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
1
-9
/
+6
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
1
-9
/
+7
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
1
-0
/
+3
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
1
-11
/
+35
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-10-20
1
-3
/
+5
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
1
-3
/
+5
*
Fix inappropriate printing of never-measured times in EXPLAIN.
Tom Lane
2016-08-12
1
-5
/
+13
[next]