summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAgeFilesLines
* Include the target table in EXPLAIN output for ModifyTable nodes.Tom Lane2011-03-011-3/+34
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-281-1/+2
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-19/+6
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-201-15/+36
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Put only single space after "Sort Method:", for consistencyPeter Eisentraut2010-12-061-1/+1
* Create core infrastructure for KNNGIST.Tom Lane2010-12-021-0/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-141-7/+50
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Make EXPLAIN show the function call expression of a FunctionScan plan node,Tom Lane2010-08-241-14/+36
* Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,Tom Lane2010-07-131-132/+116
* Quote all string values in EXPLAIN (FORMAT YAML) output.Robert Haas2010-06-101-46/+16
* Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.Robert Haas2010-06-091-9/+35
* pgindent run for 9.0Bruce Momjian2010-02-261-69/+71
* Add query text to auto_explain output.Andrew Dunstan2010-02-161-1/+16
* revert to showing buffer counts in explain (buffers)Greg Stark2010-02-161-74/+25
* Display explain buffers measurements in memory units rather than blocks. Also...Greg Stark2010-02-151-24/+74
* Augment EXPLAIN output with more details on Hash nodes.Robert Haas2010-02-011-1/+47
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-151-8/+9
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON).Robert Haas2009-12-161-17/+31
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-2/+93
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-121-5/+3
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-111-1/+102
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-8/+5
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-121-1/+4
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-2/+30
* Include resjunk columns in EXPLAIN VERBOSE output lists. Per discussion.Tom Lane2009-08-221-5/+3
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-101-285/+972
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-261-80/+91
* Assorted minor refactoring in EXPLAIN.Tom Lane2009-07-241-423/+261
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Change EXPLAIN output so that subplans and initplans (particularly CTEs)Tom Lane2009-04-051-7/+7
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-021-5/+6
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-1/+4
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-191-14/+32
* Fix up ruleutils.c for CTE features. The main problem was thatTom Lane2008-10-061-27/+29
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-1/+49
* Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane2008-08-191-2/+2
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-141-7/+16
* Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries.Tom Lane2008-08-071-12/+40
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-141-14/+2
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-8/+7
* Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane2008-04-181-26/+5
* Add some code to EXPLAIN to show the targetlist (ie, output columns)Tom Lane2008-04-171-2/+57
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2