aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAge
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clarify documentation of EXPLAIN (TIMING OFF) option.Tom Lane2013-05-19
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas2013-04-09
* Support writable foreign tables.Tom Lane2013-03-10
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-31
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* 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
* Add array_to_json and row_to_json functions.Andrew Dunstan2012-02-03
* Built-in JSON data type.Robert Haas2012-01-31
* Instrument index-only scans to count heap fetches performed.Robert Haas2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-22
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Include the target table in EXPLAIN output for ModifyTable nodes.Tom Lane2011-03-01
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Put only single space after "Sort Method:", for consistencyPeter Eisentraut2010-12-06
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make EXPLAIN show the function call expression of a FunctionScan plan node,Tom Lane2010-08-24
* Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,Tom Lane2010-07-13
* Quote all string values in EXPLAIN (FORMAT YAML) output.Robert Haas2010-06-10
* Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.Robert Haas2010-06-09
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add query text to auto_explain output.Andrew Dunstan2010-02-16
* revert to showing buffer counts in explain (buffers)Greg Stark2010-02-16
* Display explain buffers measurements in memory units rather than blocks. Also...Greg Stark2010-02-15
* Augment EXPLAIN output with more details on Hash nodes.Robert Haas2010-02-01
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON).Robert Haas2009-12-16
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-12