summaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-301-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-16/+17
* Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane2007-08-151-39/+57
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-251-28/+68
* Add a line to the EXPLAIN ANALYZE output for a Sort node, showing theTom Lane2007-05-041-1/+28
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-54/+13
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-161-6/+6
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-76/+108
* Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN toTom Lane2007-02-231-130/+51
* Change Agg and Group nodes so that Vars contained in their targetlistsTom Lane2007-02-221-27/+41
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-221-17/+7
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-6/+7
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-191-4/+5
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-3/+3
* 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-5/+5
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-061-2/+2
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-1/+21
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-6/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-081-26/+15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-011-13/+11
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-281-2/+9
* Improve my initial, rather hacky implementation of joins to appendTom Lane2006-02-051-2/+8
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-291-8/+9
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-261-2/+23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we wereTom Lane2005-10-211-1/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-45/+45
* Remove unused 'printCost' field from ExplainState, and simplify the codeNeil Conway2005-06-041-39/+28
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-1/+9
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-251-53/+14
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-221-4/+9
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-191-1/+81
* Create a new 'MultiExecProcNode' call API for plan nodes that don'tTom Lane2005-04-161-5/+6
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-6/+67
* On Windows, use QueryPerformanceCounter instead of gettimeofday forTom Lane2005-03-201-11/+15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* PREPARE and EXPLAIN need to copy the source query just like we recentlyTom Lane2004-12-121-1/+11
* Remove unnecessary use of index_open just to get the index name.Tom Lane2004-09-301-5/+4
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-4/+8