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
*
Spelling adjustments
Peter Eisentraut
2020-06-09
1
-2
/
+2
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
1
-2
/
+2
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-8
/
+8
*
Rework EXPLAIN format for incremental sort
Tomas Vondra
2020-05-12
1
-12
/
+9
*
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-12
1
-2
/
+2
*
Simplify show_incremental_sort_info a bit
Tomas Vondra
2020-05-09
1
-3
/
+2
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
1
-10
/
+10
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
1
-4
/
+4
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
1
-29
/
+17
*
Minor improvements in Incremental Sort explain
Tomas Vondra
2020-04-07
1
-2
/
+18
*
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-06
1
-5
/
+5
*
Use INT64_FORMAT when formatting int64 values in explain
Tomas Vondra
2020-04-07
1
-1
/
+1
*
Fix show_incremental_sort_info with force_parallel_mode
Tomas Vondra
2020-04-06
1
-8
/
+11
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
1
-7
/
+232
*
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-06
1
-4
/
+70
*
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-04
1
-2
/
+30
*
Revert "Include information on buffer usage during planning phase, in EXPLAIN...
Fujii Masao
2020-04-03
1
-30
/
+2
*
Include information on buffer usage during planning phase, in EXPLAIN output.
Fujii Masao
2020-04-03
1
-2
/
+30
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
1
-1
/
+1
*
Fixes for Disk-based Hash Aggregation.
Jeff Davis
2020-03-23
1
-1
/
+1
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
1
-0
/
+37
*
Fix handling of "Subplans Removed" field in EXPLAIN output.
Tom Lane
2020-02-04
1
-23
/
+44
*
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-26
1
-11
/
+7
*
Clean up EXPLAIN's handling of per-worker details.
Tom Lane
2020-01-25
1
-127
/
+417
*
Make better use of ParseState in ProcessUtility
Peter Eisentraut
2020-01-04
1
-4
/
+3
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.
Tom Lane
2019-12-16
1
-4
/
+23
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
1
-24
/
+41
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
1
-1
/
+1
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-37
/
+37
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-9
/
+9
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
1
-0
/
+76
*
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
[next]