aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/explain.sgml
Commit message (Expand)AuthorAge
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-22
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-07
* Update and extend the EXPLAIN-related documentation.Tom Lane2011-09-28
* Adjust EXPLAIN documentation, so that it's not unreasonably wide.Robert Haas2010-10-08
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add EXPLAIN documentation example.Bruce Momjian2010-08-03
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-11
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-26
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Allow EXPLAIN on CREATE TABLE AS.Peter Eisentraut2008-10-27
* Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane2008-04-18
* spell checker runPeter Eisentraut2007-11-28
* Minor fixes for the EXPLAIN reference page. Mention the fact thatNeil Conway2007-04-12
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane2006-09-18
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Update EXPLAIN wording for GEQO usage.Bruce Momjian2006-01-20
* More minor updates and copy-editing.Tom Lane2005-01-04
* Add more index entries for reference pages related to prepare queries.Neil Conway2004-09-30
* Refer to GUC variables using <xref> tags rather than <varname> tags,Neil Conway2004-03-09
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Adjust display of actual runtimes in EXPLAIN output to use three fractionalTom Lane2003-10-17
* More cleanup of Diagnostics sections.Tom Lane2003-09-12
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* "statenebt" ?Tom Lane2003-09-08
* Add/edit index entries.Peter Eisentraut2003-08-31
* Editing of more reference pages.Peter Eisentraut2003-04-26
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-02
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* SGML improvements.Bruce Momjian2002-11-15
* Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart2002-04-21
* Tweak labeling of plan qual conditions for more consistency.Tom Lane2002-03-24
* Fix cut-and-paste-o.Tom Lane2002-03-24
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* Spell checking and markup additionsPeter Eisentraut2002-03-22
* Update reference pages for new INFO, NOTICE, WARNING elog() levels.Bruce Momjian2002-03-06
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-18
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* Startup is actually start-up.Bruce Momjian2000-08-29
* Update EXPLAIN documentation to reflect the fact that theTom Lane2000-02-15
* Complete merge of all old man page information.Thomas G. Lockhart1999-07-22
* Fix markup for docbook2man man page generation.Thomas G. Lockhart1999-07-06