]> granicus.if.org Git - postgresql/history - src/backend/executor/instrument.c
Fix typo in commit 6f7d02aa60b7
[postgresql] / src / backend / executor / instrument.c
2018-11-21 Alvaro HerreraFix typo in commit 6f7d02aa60b7
2018-11-21 Alvaro Herrerainstr_time.h: add INSTR_TIME_SET_CURRENT_LAZY
2018-04-10 Alvaro HerreraFix IndexOnlyScan counter for heap fetches in parallel...
2018-03-29 Bruce MomjianC comments: "a" <--> "an" corrections
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-29 Robert HaasParallel executor support.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-02-08 Tom LaneFix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
2012-03-27 Robert HaasNew GUC, track_iotiming, to track I/O timings.
2012-02-23 Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-07 Robert HaasAdd TIMING option to EXPLAIN, to allow eliminating...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-14 Tom LaneMove the "instr_time" typedef and associated macros...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-06-09 Tom LaneRevert sampling patch for EXPLAIN ANALYZE; it turns...
2006-06-07 Tom LanePer previous analysis, the most correct notion of Sampl...
2006-05-30 Tom LaneCode review for EXPLAIN patch. Fix some typos, make...
2006-05-30 Bruce MomjianMake EXPLAIN sampling smarter, to avoid excessive sampl...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-04-16 Tom LaneCreate a new 'MultiExecProcNode' call API for plan...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-20 Tom LaneOn Windows, use QueryPerformanceCounter instead of...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-01-30 Tom LaneFix debug elog message to agree with name of its routine.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-07-21 Tom LaneError message editing in backend/executor.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...