aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinrels.c
Commit message (Expand)AuthorAge
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.Tom Lane2011-04-13
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane2010-09-14
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-28
* Fix another thinko in join_is_legal's handling of semijoins: we have to testTom Lane2009-07-23
* Fix a thinko in join_is_legal: when we decide we can implement a semijoinTom Lane2009-07-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Tighten up join ordering rules to account for recent more-careful analysisTom Lane2009-02-27
* Improve comments about semijoin implementation strategy, per a questionTom Lane2009-02-19
* Update copyright for 2009.Bruce Momjian2009-01-01
* My recent fix for semijoin planning didn't actually work for a semijoin with aTom Lane2008-11-28
* Switch the planner over to treating qualifications of a JOIN_SEMI join asTom Lane2008-11-22
* Add some defenses against constant-FALSE outer join conditions. SinceTom Lane2008-08-17
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* When a relation has been proven empty by constraint exclusion, propagate thatTom Lane2008-03-24
* Fix a conceptual error in my patch of 2007-10-26 that avoided consideringTom Lane2008-01-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Change have_join_order_restriction() so that we do not force a clauseless joinTom Lane2007-10-26
* Create a function variable "join_search_hook" to let plugins override theTom Lane2007-09-26
* Restructure code that is responsible for ensuring that clauseless joins areTom Lane2007-02-16
* Repair bug in 8.2's new logic for planning outer joins: we have to allow joinsTom Lane2007-02-13
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix planner to do the right thing when a degenerate outer join (one whoseTom Lane2006-12-12
* Fix check for whether a clauseless join has to be forced in the presence ofTom Lane2006-10-24
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-20
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-28
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-09
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Test for whether a previous IN join restricts the current join was tooTom Lane2004-03-08
* Repair planner failure for cases involving Cartesian products insideTom Lane2004-01-24
* Repair planner failure when there are multiple IN clauses, each withTom Lane2003-12-17
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04