]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path
Don't apply sortgroupref labels to a tlist that might not match.
[postgresql] / src / backend / optimizer / path /
2016-06-18 Tom LaneRestore foreign-key-aware estimation of join relation...
2016-06-16 Tom LaneInvent min_parallel_relation_size GUC to replace a...
2016-06-10 Tom LaneRemove reltarget_has_non_vars flag.
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-09 Robert HaasDon't generate parallel paths for rels with parallel...
2016-06-09 Tom LaneMop-up for parallel degree-ectomy.
2016-06-09 Robert HaasEliminate "parallel degree" terminology.
2016-06-07 Tom LaneRevert "Use Foreign Key relationships to infer multi...
2016-05-06 Robert HaasMinimal fix for crash bug in quals_match_foreign_key.
2016-04-30 Tom LaneSmall improvements to OPTIMIZER_DEBUG code.
2016-04-30 Tom LaneFix planner crash from pfree'ing a partial path that...
2016-04-30 Tom LaneFix mishandling of equivalence-class tests in parameter...
2016-04-26 Robert HaasEnable parallel query by default.
2016-04-20 Robert HaasForbid parallel Hash Right Join or Hash Full Join.
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-08 Robert HaasAdd a 'parallel_degree' reloption.
2016-04-08 Robert HaasUse quicksort, not replacement selection, for external...
2016-04-08 Simon RiggsUse Foreign Key relationships to infer multi-column...
2016-04-06 Tom LaneRun pgindent on a batch of (mostly-planner-related...
2016-03-31 Tom LaneSupport using index-only scans with partial indexes...
2016-03-26 Tom LaneAvoid a couple of zero-divide scenarios in the planner.
2016-03-21 Robert HaasSupport parallel aggregation.
2016-03-14 Tom LaneRethink representation of PathTargets.
2016-03-14 Robert HaasUpdate more comments for 96198d94cb7adc664bda341842dc8d...
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-08 Tom LaneSpell "parallel" correctly.
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-02-29 Tom LaneFix build under OPTIMIZER_DEBUG.
2016-02-26 Robert HaasAdd new FDW API to test for parallel-safety.
2016-02-19 Tom LaneAdd an explicit representation of the output targetlist...
2016-01-28 Robert HaasAssert that create_unique_path returns non-NULL.
2016-01-20 Robert HaasSupport parallel joins, and make related improvements.
2016-01-18 Tom LaneAdd explicit cast to amcostestimate call.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-18 Tom LaneRe-pgindent a few files.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-22 Robert Haaspostgres_fdw: Consider requesting sorted data so we...
2015-12-11 Tom LaneGet rid of the planner's LateralJoinInfo data structure.
2015-12-11 Tom LaneStill more fixes for planner's handling of LATERAL...
2015-12-07 Tom LaneSimplify LATERAL-related calculations within add_paths_...
2015-12-07 Tom LaneFix another oversight in checking if a join with LATERA...
2015-12-02 Robert HaasAdd handling for GatherPath to print_path.
2015-11-11 Robert HaasGenerate parallel sequential scan plans in simple cases.
2015-11-11 Robert HaasMake sequential scans parallel-aware.
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-24 Tom LaneAllow planner to use expression-index stats for functio...
2015-09-05 Heikki LinnakangasFix misc typos.
2015-08-13 Tom LaneUndo mistaken tightening in join_is_legal().
2015-08-10 Tom LaneFurther mucking with PlaceHolderVar-related restriction...
2015-08-07 Tom LaneFix eclass_useful_for_merging to give valid results...
2015-08-06 Tom LaneFurther fixes for degenerate outer join clauses.
2015-08-05 Tom LaneMake real sure we don't reassociate joins into or out...
2015-08-04 Tom LaneFix a PlaceHolderVar-related oversight in star-schema...
2015-08-02 Tom LaneFix some planner issues with degenerate outer join...
2015-07-31 Tom LaneFix an oversight in checking whether a join with LATERA...
2015-07-26 Tom LaneMake entirely-dummy appendrels get marked as such in...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-24 Joe ConwayMake RLS work with UPDATE ... WHERE CURRENT OF
2015-06-03 Tom LaneFix planner's cost estimation for SEMI/ANTI joins with...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
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-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-04-27 Stephen FrostImprove qual pushdown for RLS and SB views
2015-04-24 Tom LaneFix obsolete comment in set_rel_size().
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-03-12 Tom LaneFix old bug in get_loop_count().
2015-03-12 Tom LaneImprove planner's cost estimation in the presence of...
2015-03-04 Tom LaneFix long-obsolete code for separating filter conditions...
2015-02-28 Tom LaneFix planning of star-schema-style queries.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-28 Tom LaneAdd bms_get_singleton_member(), and use it where approp...
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-21 Tom LaneSimplify API for initially hooking custom-path provider...
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-10-26 Tom LaneImprove planning of btree index scans using ScalarArray...
2014-10-01 Tom LaneFix some more problems with nested append relations.
2014-06-28 Tom LaneAllow pushdown of WHERE quals into subqueries with...
2014-06-27 Tom LaneDisallow pushing volatile qual expressions down into...
2014-06-12 Tom LanePreserve exposed type of subquery outputs when substitu...
2014-06-12 Tom LaneRemove unnecessary output expressions from unflattened...
2014-05-09 Tom LaneRevert "Auto-tune effective_cache size to be 4x shared...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-28 Tom LaneFix EquivalenceClass processing for nested append relat...
2014-03-20 Tom LaneAgain fix initialization of auto-tuned effective_cache_...
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-30 Tom LaneRemove dead code now that orindxpath.c is history.
2013-12-30 Tom LaneExtract restriction OR clauses whether or not they...
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-15 Tom LaneCompute correct em_nullable_relids in get_eclass_for_so...
2013-10-08 Bruce MomjianFix C comment in check_effective_cache_size()
2013-10-08 Bruce MomjianAuto-tune effective_cache size to be 4x shared buffers
next