summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/explain.sgml
AgeCommit message (Expand)Author
2025-04-25doc: simplify new EXPLAIN ANALYZE BUFFERS descriptionBruce Momjian
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-17Add information about WAL buffers being full to EXPLAIN (WAL)Michael Paquier
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-01-29Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-07-19Doc: move unparenthesized syntaxes for a few commands.Nathan Bossart
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-02-26Doc: Miscellaneous doc updates for MERGE.Dean Rasheed
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-08-21Rework EXPLAIN for planner's buffer usage.Fujii Masao
2020-05-22doc: Add note about I/O timing information in EXPLAIN and pg_stat_database.Fujii Masao
2020-05-14Doc: tweak examples to silence line-too-long PDF build warnings.Tom Lane
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2019-04-03Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-06-18Documentation spell checking and markup improvementsPeter Eisentraut
2017-03-08Expose explain's SUMMARY optionStephen Frost
2014-10-15Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane
2014-04-22doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINedBruce Momjian
2014-04-17Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2014-01-29Include planning time in EXPLAIN ANALYZE output.Robert Haas
2013-12-12Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane
2013-05-21Documentation spell checking and markup improvementsPeter Eisentraut
2013-05-20Clarify documentation of EXPLAIN (TIMING OFF) option.Tom Lane
2012-02-23Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas
2012-02-07Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas
2011-09-28Update and extend the EXPLAIN-related documentation.Tom Lane
2010-10-09Adjust EXPLAIN documentation, so that it's not unreasonably wide.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-03Add EXPLAIN documentation example.Bruce Momjian
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-12-11Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan
2009-08-10Extend EXPLAIN to support output in XML or JSON format.Tom Lane
2009-07-26Extend EXPLAIN to allow generic options to be specified.Tom Lane