]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/equivclass.c
Update copyright for 2014
[postgresql] / src / backend / optimizer / path / equivclass.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-15 Tom LaneCompute correct em_nullable_relids in get_eclass_for_so...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-03-21 Tom LaneRedo postgres_fdw's planner code so it can handle param...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-26 Tom LaneFix SELECT DISTINCT with index-optimized MIN/MAX on...
2012-10-26 Tom LanePrefer actual constants to pseudo-constants in equivale...
2012-10-18 Tom LaneFix planning of non-strict equivalence clauses above...
2012-10-12 Tom LaneGet rid of COERCE_DONTCARE.
2012-08-30 Tom LaneSuppress creation of backwardly-indexed paths for LATER...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-04-13 Tom LaneWeaken the planner's tests for relevant joinclauses.
2012-03-16 Tom LaneRevisit handling of UNION ALL subqueries with non-Var...
2012-03-02 Tom LaneAllow child-relation entries to be made in ec_has_const...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-09 Tom LaneFix nested PlaceHolderVar expressions that appear only...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Tom LaneSupport RIGHT and FULL OUTER JOIN in hash joins.
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-29 Tom LaneAvoid creation of useless EquivalenceClasses during...
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
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-09-29 Tom LaneFix equivclass.c's not-quite-right strategy for handlin...
2009-09-12 Tom LaneFix assertion failure when a SELECT DISTINCT ON express...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-02-06 Tom LaneFix cost_mergejoin's failure to adjust for rescanning...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-01 Tom LaneFix an oversight in the code that makes transitive...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-03-31 Tom LaneApply my original fix for Taiki Yamaguchi's bug report...
2008-01-09 Tom LaneFix some planner issues found while investigating Kevin...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-23 Tom LaneAvoid uselessly building a duplicate of the original...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-08 Tom LaneFix EquivalenceClass code to handle volatile sort expre...
2007-07-07 Tom LaneFix a couple of planner bugs introduced by the new...
2007-01-22 Tom LanePut back planner's ability to cache the results of...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...