]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/createplan.c
Spelling fixes in code comments
[postgresql] / src / backend / optimizer / plan / createplan.c
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-14 Robert HaasUpdate overlooked comment for Gather Merge.
2017-03-14 Robert HaasRemove some bogus logic from create_gather_merge_plan.
2017-03-09 Robert HaasFix a couple of planner bugs in Gather Merge.
2017-03-09 Robert HaasAdd a Gather Merge executor node.
2017-03-08 Robert HaasSupport parallel bitmap heap scans.
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-02-21 Peter EisentrautMake more use of castNode()
2017-02-03 Tom LaneFix placement of initPlans when forcibly materializing...
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-18 Tom LaneImprove RLS planning by marking individual quals with...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-21 Robert Haaspostgres_fdw: Push down aggregates to remote servers.
2016-08-24 Tom LaneFix improper repetition of previous results from a...
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-07-02 Tom LaneFix some interrelated planner issues with initPlans...
2016-07-01 Robert HaasSet consider_parallel correctly for upper planner rels.
2016-06-28 Tom LaneDon't apply sortgroupref labels to a tlist that might...
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-21 Tom LaneRefactor planning of projection steps that don't need...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-09 Robert HaasEliminate "parallel degree" terminology.
2016-05-26 Tom LaneDisable physical tlist if any Var would need multiple...
2016-03-31 Tom LaneSupport using index-only scans with partial indexes...
2016-03-29 Robert HaasAllow aggregate transition states to be serialized...
2016-03-29 Robert HaasRework custom scans to work more like the new extensibl...
2016-03-21 Robert HaasSupport parallel aggregation.
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-18 Robert HaasPush scan/join target list beneath Gather when possible.
2016-03-14 Tom LaneRethink representation of PathTargets.
2016-03-12 Tom LaneRe-export a few of createplan.c's make_xxx() functions.
2016-03-10 Tom LaneGive pull_var_clause() reject/recurse/return behavior...
2016-03-10 Tom LaneRefactor pull_var_clause's API to make it less tedious...
2016-03-09 Tom LaneFix incorrect tlist generation in create_gather_plan().
2016-03-09 Tom LaneImprove handling of group-column indexes in GroupingSet...
2016-03-08 Tom LaneFinish refactoring make_foo() functions in createplan.c.
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-02-19 Tom LaneAdd an explicit representation of the output targetlist...
2016-02-07 Robert HaasIntroduce a new GUC force_parallel_mode for testing...
2016-02-02 Alvaro HerreraDon't test for system columns on join relations
2016-01-28 Robert HaasOnly try to push down foreign joins if the user mapping...
2016-01-20 Robert HaasSupport parallel joins, and make related improvements.
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-23 Robert HaasChange Gather not to use a physical tlist.
2015-12-08 Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-11-11 Robert HaasMake sequential scans parallel-aware.
2015-11-09 Robert HaasComment update.
2015-10-15 Robert HaasAllow FDWs to push down quals without breaking EvalPlan...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-16 Magnus HaganderFix spelling error
2015-06-26 Robert HaasImprove handling of CustomPath/CustomPlan(State) children.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-21 Tom LaneMore fixes for lossy-GiST-distance-functions patch.
2015-05-18 Tom LaneFix failure to copy IndexScan.indexorderbyops in copyfu...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
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-04 Tom LaneFix long-obsolete code for separating filter conditions...
2015-02-17 Tom LaneFix EXPLAIN output for cases where parent table is...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-12 Tom LaneFix planning of SELECT FOR UPDATE on child table with...
2014-11-22 Tom LaneFix mishandling of system columns in FDW queries.
2014-11-21 Tom LaneRearrange CustomScan API.
2014-11-20 Tom LaneInitial code review for CustomScan patch.
2014-11-20 Tom LaneFix another oversight in CustomScan patch.
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-28 Tom LaneFix EquivalenceClass processing for nested append relat...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-30 Tom LaneRemove dead code now that orindxpath.c is history.
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-08-18 Tom LaneFix planner problems with LATERAL references in PlaceHo...
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-15 Stephen FrostCheck get_tle_by_resno() result before deref
2013-05-08 Tom LaneBetter fix for permissions tests in excluded subqueries.
2013-05-01 Tom LaneFix permission tests for views/tables proven empty...
2013-03-14 Tom LaneAvoid inserting Result nodes that only compute identity...
2013-03-10 Tom LaneSupport writable foreign tables.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-05 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-12 Tom LaneMore fixes for planner's handling of LATERAL.
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-07-21 Tom LaneAccount for SRFs in targetlists in planner rowcount...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-26 Tom LaneFix planner's handling of RETURNING lists in writable...
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-03-16 Tom LaneRevisit handling of UNION ALL subqueries with non-Var...
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-01-29 Tom LaneFix pushing of index-expression qualifications through...
next