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
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
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-05-12
*
Adjust EXPLAIN output for parallel Result Cache plans
David Rowley
2021-04-30
*
Fix wrong units in two ExplainPropertyFloat calls.
Tom Lane
2021-04-16
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-12-30
*
Fix broken XML formatting in EXPLAIN output for incremental sorts.
Tom Lane
2020-10-23
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
*
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-21
*
Fix bogus EXPLAIN output for Hash Aggregate
David Rowley
2020-08-07
*
Use int64 instead of long in incremental sort code
David Rowley
2020-08-02
*
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-29
*
Fix whitespace in HashAgg EXPLAIN ANALYZE
David Rowley
2020-07-09
*
Further adjustments to Hashagg EXPLAIN ANALYZE output
David Rowley
2020-07-01
*
Undo double-quoting of index names in non-text EXPLAIN output formats.
Tom Lane
2020-06-22
*
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
*
Spelling adjustments
Peter Eisentraut
2020-06-09
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Rework EXPLAIN format for incremental sort
Tomas Vondra
2020-05-12
*
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-12
*
Simplify show_incremental_sort_info a bit
Tomas Vondra
2020-05-09
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
*
Minor improvements in Incremental Sort explain
Tomas Vondra
2020-04-07
*
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-06
*
Use INT64_FORMAT when formatting int64 values in explain
Tomas Vondra
2020-04-07
*
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-06
*
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-04
*
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-04-03
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
*
Fixes for Disk-based Hash Aggregation.
Jeff Davis
2020-03-23
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Fix handling of "Subplans Removed" field in EXPLAIN output.
Tom Lane
2020-02-04
*
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-26
*
Clean up EXPLAIN's handling of per-worker details.
Tom Lane
2020-01-25
[next]