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
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-04-30
Adjust EXPLAIN output for parallel Result Cache plans
David Rowley
2021-04-16
Fix wrong units in two ExplainPropertyFloat calls.
Tom Lane
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-04-01
Add Result Cache executor node
David Rowley
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-10-23
Fix broken XML formatting in EXPLAIN output for incremental sorts.
Tom Lane
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
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
[next]