summaryrefslogtreecommitdiff
path: root/src/backend/executor/instrument.c
Commit message (Expand)AuthorAgeFilesLines
* Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliableTom Lane2006-06-091-172/+27
* Per previous analysis, the most correct notion of SampleOverhead is thatTom Lane2006-06-071-16/+20
* Code review for EXPLAIN patch. Fix some typos, make it behave sanelyTom Lane2006-05-301-70/+108
* Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian2006-05-301-39/+130
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Create a new 'MultiExecProcNode' call API for plan nodes that don'tTom Lane2005-04-161-16/+22
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-5/+5
* On Windows, use QueryPerformanceCounter instead of gettimeofday forTom Lane2005-03-201-16/+15
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix debug elog message to agree with name of its routine.Tom Lane2004-01-301-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* Error message editing in backend/executor.Tom Lane2003-07-211-3/+3
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-12/+12
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-181-0/+122