]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/initsplan.c
Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top
[postgresql] / src / backend / optimizer / plan / initsplan.c
2008-08-17 Tom LaneImprove sublink pullup code to handle ANY/EXISTS sublin...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-06-27 Tom LaneConsider a clause to be outerjoin_delayed if it referen...
2008-04-01 Tom LaneFix an oversight I made in a cleanup patch over a year...
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-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Tom LaneFix an error in make_outerjoininfo introduced by my...
2007-10-04 Tom LaneKeep the planner from failing on "WHERE false AND somet...
2007-08-31 Tom LaneRewrite make_outerjoininfo's construction of min_leftha...
2007-05-22 Tom LaneRepair planner bug introduced in 8.2 by ability to...
2007-02-16 Tom LaneAdjust the definition of is_pushed_down so that it...
2007-02-13 Tom LaneRepair bug in 8.2's new logic for planning outer joins...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-08 Tom LaneTweak joinlist creation to avoid generating useless...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-07 Tom LaneRepair incorrect placement of WHERE clauses when there...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-09-08 Tom LanePut back plan-time check for trying to apply SELECT...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-28 Tom LaneRepair planning bug introduced in 7.4: outer-join ON...
2005-07-02 Tom LaneTeach planner about some cases where a restriction...
2005-06-09 Tom LaneSimplify the planner's join clause management by storin...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-01 Tom LaneDesultory de-FastList-ification. RelOptInfo.reltargetl...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-02-27 Tom Laneprocess_implied_equality must copy the substructure...
2004-01-05 Tom LaneAdd the ability to extract OR indexscan conditions...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2004-01-04 Tom LaneRewrite OR indexscan processing to be more flexible...
2003-12-30 Tom LaneAdjust the definition of RestrictInfo's left_relids...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-05 Tom LaneFix for this problem:
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-03-02 Tom LaneBe smart about outer-join qualifications that mention...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-24 Tom LaneModify planner's implied-equality-deduction code so...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-12 Tom LaneRevise cost_qual_eval() to compute both startup (one...
2002-12-17 Tom LaneTo suppress memory leakage in long-lived Lists, lremove...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-18 Tom LaneChange set_plan_references and join_references to take...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-01 Tom LaneSecond thoughts dept: arrange to cache mergejoin scan...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneExtend code that deduces implied equality clauses to...
2001-06-05 Tom LaneFurther work on making use of new statistics in planner...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-14 Tom LaneCurrent implementation of FOR UPDATE has no hope of...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-04-16 Tom LaneAvoid reversing user-given order of WHERE clauses while...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
2000-12-12 Tom LaneCache eval cost of qualification expressions in Restric...
2000-11-23 Tom LaneEnsure that mergejoin plan will be considered for FULL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-24 Tom LaneDeduce equality constraints that are implied by transit...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-07 Tom LaneRepair planning bugs caused by my misguided removal...
2000-01-26 Bruce MomjianAdd:
next