Commit Graph

433 Commits (db69101a1d000d857a552e16e45f601adbb4dbc6)

Author SHA1 Message Date
Fujii Masao 9d701e624f Rework EXPLAIN for planner's buffer usage. 5 years ago
David Rowley d5e96520ff Fix bogus EXPLAIN output for Hash Aggregate 5 years ago
David Rowley 6ee3b5fb99 Use int64 instead of long in incremental sort code 5 years ago
David Rowley 0e3e1c4e1c Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join 5 years ago
David Rowley 2b7dbc0db6 Fix whitespace in HashAgg EXPLAIN ANALYZE 5 years ago
David Rowley 40efbf8706 Further adjustments to Hashagg EXPLAIN ANALYZE output 5 years ago
Tom Lane 63d2ac23b0 Undo double-quoting of index names in non-text EXPLAIN output formats. 5 years ago
David Rowley 9bdb300ded Fix EXPLAIN ANALYZE for parallel HashAgg plans 5 years ago
Peter Eisentraut 350f47786c Spelling adjustments 5 years ago
Tom Lane fa27dd40d5 Run pgindent with new pg_bsd_indent version 2.1.1. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Tomas Vondra 6a918c3ac8 Rework EXPLAIN format for incremental sort 5 years ago
Tomas Vondra 1a40d37a9f Fix typos and improve incremental sort comments 5 years ago
Tomas Vondra ebeb3dea77 Simplify show_incremental_sort_info a bit 5 years ago
Amit Kapila 69bfaf2e1d Change the display of WAL usage statistics in Explain. 5 years ago
Amit Kapila ef08ca113f Cosmetic fixups for WAL usage work. 5 years ago
Tom Lane 969f9d0b4b Make EXPLAIN report maximum hashtable usage across multiple rescans. 5 years ago
Tomas Vondra d22782a539 Minor improvements in Incremental Sort explain 6 years ago
Tom Lane c7654f6a37 Fix representation of SORT_TYPE_STILL_IN_PROGRESS. 6 years ago
Tomas Vondra 4bea576b03 Use INT64_FORMAT when formatting int64 values in explain 6 years ago
Tomas Vondra 7d6d82a524 Fix show_incremental_sort_info with force_parallel_mode 6 years ago
Tomas Vondra d2d8a229bc Implement Incremental Sort 6 years ago
Amit Kapila 33e05f89c5 Add the option to report WAL usage in EXPLAIN and auto_explain. 6 years ago
Fujii Masao ce77abe63c Include information on buffer usage during planning phase, in EXPLAIN output, take two. 6 years ago
Fujii Masao 19db23bcbd Revert "Include information on buffer usage during planning phase, in EXPLAIN output." 6 years ago
Fujii Masao ed7a509571 Include information on buffer usage during planning phase, in EXPLAIN output. 6 years ago
Fujii Masao 6aba63ef3e Allow the planner-related functions and hook to accept the query string. 6 years ago
Jeff Davis 64fe602279 Fixes for Disk-based Hash Aggregation. 6 years ago
Jeff Davis 1f39bce021 Disk-based Hash Aggregation. 6 years ago
Tom Lane 7d91b604d9 Fix handling of "Subplans Removed" field in EXPLAIN output. 6 years ago
Tom Lane 3ec20c7091 Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields. 6 years ago
Tom Lane 1001368497 Clean up EXPLAIN's handling of per-worker details. 6 years ago
Peter Eisentraut 3fd40b628c Make better use of ParseState in ProcessUtility 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Tom Lane b925a00f4e Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE. 6 years ago
Tom Lane 6ef77cf46e Further adjust EXPLAIN's choices of table alias names. 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Tomas Vondra ea569d64ac Add SETTINGS option to EXPLAIN, to print modified settings. 7 years ago
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Tom Lane a1b8c41e99 Make some small planner API cleanups. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 586b98fdf1 Make type "name" collation-aware. 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Andres Freund 1a0586de36 Introduce notion of different types of slots (without implementing them). 7 years ago
Andres Freund c03c1449c0 Fix issues around EXPLAIN with JIT. 7 years ago
Andres Freund 33001fd7a7 Collect JIT instrumentation from workers. 7 years ago
Andres Freund 52050ad8eb Make EXPLAIN output for JIT compilation more dense. 7 years ago