]> granicus.if.org Git - postgresql/history - contrib/auto_explain/auto_explain.c
Remove unnecessary #include references, per pgrminclude script.
[postgresql] / contrib / auto_explain / auto_explain.c
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
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-02-16 Andrew DunstanAdd query text to auto_explain output.
2010-01-06 Tom LaneAdd missing 'static' keywords.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-12 Robert HaasExport ExplainBeginOutput() and ExplainEndOutput()...
2009-12-11 Andrew DunstanAdd YAML to list of EXPLAIN formats. Greg Sabino Mullan...
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-05 Tom LaneAdd EmitWarningsOnPlaceholders calls to contrib modules...
2009-01-02 Tom LaneTweak guc.c to allow underscores in the names of custom...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-19 Tom LaneAdd auto-explain contrib module for automatic logging...