summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling adjustmentsPeter Eisentraut2020-06-091-2/+2
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-2/+2
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-8/+8
* Rework EXPLAIN format for incremental sortTomas Vondra2020-05-121-12/+9
* Fix typos and improve incremental sort commentsTomas Vondra2020-05-121-2/+2
* Simplify show_incremental_sort_info a bitTomas Vondra2020-05-091-3/+2
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-051-10/+10
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-131-4/+4
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-111-29/+17
* Minor improvements in Incremental Sort explainTomas Vondra2020-04-071-2/+18
* Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane2020-04-061-5/+5
* Use INT64_FORMAT when formatting int64 values in explainTomas Vondra2020-04-071-1/+1
* Fix show_incremental_sort_info with force_parallel_modeTomas Vondra2020-04-061-8/+11
* Implement Incremental SortTomas Vondra2020-04-061-7/+232
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-061-4/+70
* Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao2020-04-041-2/+30
* Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao2020-04-031-30/+2
* Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao2020-04-031-2/+30
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-301-1/+1
* Fixes for Disk-based Hash Aggregation.Jeff Davis2020-03-231-1/+1
* Disk-based Hash Aggregation.Jeff Davis2020-03-181-0/+37
* Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane2020-02-041-23/+44
* Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane2020-01-261-11/+7
* Clean up EXPLAIN's handling of per-worker details.Tom Lane2020-01-251-127/+417
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-041-4/+3
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane2019-12-161-4/+23
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-111-24/+41
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-1/+1
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-041-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-37/+37
* Initial pgindent run for v12.Tom Lane2019-05-221-9/+9
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-041-0/+76
* Refactor planner's header files.Tom Lane2019-01-291-2/+0
* Make some small planner API cleanups.Tom Lane2019-01-291-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make type "name" collation-aware.Tom Lane2018-12-191-5/+6
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+2
* Fix issues around EXPLAIN with JIT.Andres Freund2018-10-031-2/+27
* Collect JIT instrumentation from workers.Andres Freund2018-09-251-28/+59
* Make EXPLAIN output for JIT compilation more dense.Andres Freund2018-09-241-25/+64
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-181-1/+1
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-1/+2
* Revert MERGE patchSimon Riggs2018-04-121-33/+0
* Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera2018-04-101-7/+3
* Support partition pruning at execution timeAlvaro Herrera2018-04-071-18/+33
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-0/+33
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-33/+0
* Modified files for MERGESimon Riggs2018-04-021-0/+33