index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
joinrels.c
Commit message (
Expand
)
Author
Age
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.
Tom Lane
2011-04-13
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-09-14
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-11-28
*
Fix another thinko in join_is_legal's handling of semijoins: we have to test
Tom Lane
2009-07-23
*
Fix a thinko in join_is_legal: when we decide we can implement a semijoin
Tom Lane
2009-07-19
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Tighten up join ordering rules to account for recent more-careful analysis
Tom Lane
2009-02-27
*
Improve comments about semijoin implementation strategy, per a question
Tom Lane
2009-02-19
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
My recent fix for semijoin planning didn't actually work for a semijoin with a
Tom Lane
2008-11-28
*
Switch the planner over to treating qualifications of a JOIN_SEMI join as
Tom Lane
2008-11-22
*
Add some defenses against constant-FALSE outer join conditions. Since
Tom Lane
2008-08-17
*
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
*
When a relation has been proven empty by constraint exclusion, propagate that
Tom Lane
2008-03-24
*
Fix a conceptual error in my patch of 2007-10-26 that avoided considering
Tom Lane
2008-01-11
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Change have_join_order_restriction() so that we do not force a clauseless join
Tom Lane
2007-10-26
*
Create a function variable "join_search_hook" to let plugins override the
Tom Lane
2007-09-26
*
Restructure code that is responsible for ensuring that clauseless joins are
Tom Lane
2007-02-16
*
Repair bug in 8.2's new logic for planning outer joins: we have to allow joins
Tom Lane
2007-02-13
*
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix planner to do the right thing when a degenerate outer join (one whose
Tom Lane
2006-12-12
*
Fix check for whether a clauseless join has to be forced in the presence of
Tom Lane
2006-10-24
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Make use of new list primitives list_append_unique and list_concat_unique
Tom Lane
2005-07-28
*
Simplify the planner's join clause management by storing join clauses
Tom Lane
2005-06-09
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Test for whether a previous IN join restricts the current join was too
Tom Lane
2004-03-08
*
Repair planner failure for cases involving Cartesian products inside
Tom Lane
2004-01-24
*
Repair planner failure when there are multiple IN clauses, each with
Tom Lane
2003-12-17
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
[next]