summaryrefslogtreecommitdiff
path: root/src/include/commands/explain.h
Commit message (Expand)AuthorAgeFilesLines
* Include planning time in EXPLAIN ANALYZE output.Robert Haas2014-01-291-2/+2
* Expose a routine to print triggers during EXPLAIN ANALYZEAlvaro Herrera2014-01-201-0/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-121-3/+2
* Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas2013-04-091-0/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-211-0/+1
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-281-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-2/+5
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-071-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-5/+5
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-201-0/+11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-5/+5
* Add query text to auto_explain output.Andrew Dunstan2010-02-161-1/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-1/+2
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-121-1/+3
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-111-2/+3
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-101-2/+14
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-261-15/+23
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-021-3/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-191-1/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-12/+12
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-3/+3
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-251-3/+15
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-3/+8
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-3/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-291-2/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-2/+5
* Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane2003-02-021-1/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-241-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2