index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
explain.c
Age
Commit message (
Expand
)
Author
2020-10-23
Fix broken XML formatting in EXPLAIN output for incremental sorts.
Tom Lane
2020-08-21
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-07
Fix bogus EXPLAIN output for Hash Aggregate
David Rowley
2020-08-02
Use int64 instead of long in incremental sort code
David Rowley
2020-07-29
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-09
Fix whitespace in HashAgg EXPLAIN ANALYZE
David Rowley
2020-07-01
Further adjustments to Hashagg EXPLAIN ANALYZE output
David Rowley
2020-06-22
Undo double-quoting of index names in non-text EXPLAIN output formats.
Tom Lane
2020-06-19
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-09
Spelling adjustments
Peter Eisentraut
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-12
Rework EXPLAIN format for incremental sort
Tomas Vondra
2020-05-12
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-09
Simplify show_incremental_sort_info a bit
Tomas Vondra
2020-05-05
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-11
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-07
Minor improvements in Incremental Sort explain
Tomas Vondra
2020-04-06
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-07
Use INT64_FORMAT when formatting int64 values in explain
Tomas Vondra
2020-04-06
Fix show_incremental_sort_info with force_parallel_mode
Tomas Vondra
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-06
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-04
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-03
Revert "Include information on buffer usage during planning phase, in EXPLAIN...
Fujii Masao
2020-04-03
Include information on buffer usage during planning phase, in EXPLAIN output.
Fujii Masao
2020-03-30
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-23
Fixes for Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-02-04
Fix handling of "Subplans Removed" field in EXPLAIN output.
Tom Lane
2020-01-26
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-25
Clean up EXPLAIN's handling of per-worker details.
Tom Lane
2020-01-04
Make better use of ParseState in ProcessUtility
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-16
Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.
Tom Lane
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-04
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-04
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-15
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-10-03
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
[next]