]> granicus.if.org Git - postgresql/history - src/backend/commands/explain.c
Fix misc typos, mostly in comments.
[postgresql] / src / backend / commands / explain.c
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-10 Alvaro HerreraFix IndexOnlyScan counter for heap fetches in parallel...
2018-04-07 Alvaro HerreraSupport partition pruning at execution time
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-03-28 Andres FreundAdd EXPLAIN support for JIT.
2018-03-17 Andres FreundAdd 'unit' parameter to ExplainProperty{Integer,Float}.
2018-03-17 Andres FreundMake ExplainPropertyInteger accept 64bit input, remove...
2018-03-15 Peter EisentrautFix more format truncation issues
2018-02-08 Robert HaasAvoid listing the same ResultRelInfo in more than one...
2018-01-11 Tom LaneAdd QueryEnvironment to ExplainOneQuery_hook's paramete...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2018-01-01 Andres FreundFix EXPLAIN ANALYZE output for Parallel Hash.
2017-12-05 Andres FreundFix EXPLAIN ANALYZE of hash join when the leader doesn...
2017-11-16 Robert HaasPass InitPlan values to workers via Gather (Merge).
2017-10-05 Robert HaasAllow DML commands that create tables to use parallel...
2017-09-18 Tom LaneMake ExplainOpenGroup and ExplainCloseGroup public.
2017-08-29 Robert HaasPropagate sort instrumentation from workers back to...
2017-08-18 Robert HaasFix interaction of triggers, partitioning, and EXPLAIN...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-08 Tom LaneOptimize joins when the inner relation can be proven...
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-27 Andrew GierthSupport hashed aggregation with grouping sets.
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-23 Robert HaasAllow for parallel execution whenever ExecutorRun(...
2017-03-09 Robert HaasAdd a Gather Merge executor node.
2017-03-08 Stephen FrostExpose explain's SUMMARY option
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-27 Tom LaneUse castNode() in a bunch of statement-list-related...
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-20 Tom LaneFix EXPLAIN so that it doesn't emit invalid XML in...
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-08-12 Tom LaneFix inappropriate printing of never-measured times...
2016-07-11 Tom LanePrint a given subplan only once in EXPLAIN.
2016-06-29 Tom LaneFix some infelicities in EXPLAIN output for parallel...
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-04-15 Robert HaasTweak EXPLAIN for parallel query to show workers launched.
2016-04-06 Tom LaneRun pgindent on a batch of (mostly-planner-related...
2016-03-29 Robert HaasRework custom scans to work more like the new extensibl...
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-14 Robert HaasFix EXPLAIN ANALYZE SELECT INTO not to choose a paralle...
2016-02-07 Robert HaasIntroduce a new GUC force_parallel_mode for testing...
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-09 Robert HaasAllow EXPLAIN (ANALYZE, VERBOSE) to display per-worker...
2015-11-11 Robert HaasMake sequential scans parallel-aware.
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-17 Robert HaasAdd new function planstate_tree_walker.
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-06-26 Robert HaasImprove handling of CustomPath/CustomPlan(State) children.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Tom LaneFix uninitialized variable.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-02-17 Tom LaneFix EXPLAIN output for cases where parent table is...
2015-01-16 Tom LaneShow sort ordering options in EXPLAIN output.
2015-01-15 Tom LaneRearrange explain.c's API so callers need not embed...
2015-01-15 Tom LaneImprove performance of EXPLAIN with large range tables.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Fujii MasaoRemove odd blank line in comment.
2014-11-20 Tom LaneAdd missing case for CustomScan.
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-10-15 Tom LanePrint planning time only in EXPLAIN ANALYZE, not plain...
2014-10-13 Kevin GrittnerIncrease number of hash join buckets for underestimate.
2014-10-08 Alvaro HerreraSplit builtins.h to a new header ruleutils.h
2014-07-14 Fujii MasaoPrevent bitmap heap scans from showing unnecessary...
2014-05-20 Tom LanePrevent auto_explain from changing the output of a...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-17 Tom LaneRename EXPLAIN ANALYZE's "total runtime" output to...
2014-01-29 Robert HaasInclude planning time in EXPLAIN ANALYZE output.
2014-01-20 Alvaro HerreraExpose a routine to print triggers during EXPLAIN ANALYZE
2014-01-13 Robert HaasMake bitmap heap scans show exact/lossy block info...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-12 Tom LaneImprove EXPLAIN to print the grouping columns in Agg...
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-20 Tom LaneClarify documentation of EXPLAIN (TIMING OFF) option.
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-04-09 Robert HaasAdjust ExplainOneQuery_hook_type to take a DestReceiver...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-31 Tom LaneFix ruleutils to cope with conflicts from adding/droppi...
2012-09-21 Tom LaneImprove ruleutils.c's heuristics for dealing with range...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
next