index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
joinrels.c
Age
Commit message (
Expand
)
Author
2015-09-12
Remove set-but-not-used variable.
Tom Lane
2015-08-12
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-06
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-05
Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.
Tom Lane
2015-08-01
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2011-04-13
Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.
Tom Lane
2010-09-14
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-11-28
Eliminate a lot of list-management overhead within join_search_one_level
Tom Lane
2009-07-23
Fix another thinko in join_is_legal's handling of semijoins: we have to test
Tom Lane
2009-07-19
Fix a thinko in join_is_legal: when we decide we can implement a semijoin
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-02-27
Tighten up join ordering rules to account for recent more-careful analysis
Tom Lane
2009-02-19
Improve comments about semijoin implementation strategy, per a question
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-11-28
My recent fix for semijoin planning didn't actually work for a semijoin with a
Tom Lane
2008-11-22
Switch the planner over to treating qualifications of a JOIN_SEMI join as
Tom Lane
2008-08-17
Add some defenses against constant-FALSE outer join conditions. Since
Tom Lane
2008-08-14
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-03-24
When a relation has been proven empty by constraint exclusion, propagate that
Tom Lane
2008-01-11
Fix a conceptual error in my patch of 2007-10-26 that avoided considering
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-26
Change have_join_order_restriction() so that we do not force a clauseless join
Tom Lane
2007-09-26
Create a function variable "join_search_hook" to let plugins override the
Tom Lane
2007-02-16
Restructure code that is responsible for ensuring that clauseless joins are
Tom Lane
2007-02-13
Repair bug in 8.2's new logic for planning outer joins: we have to allow joins
Tom Lane
2007-01-20
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-12-12
Fix planner to do the right thing when a degenerate outer join (one whose
Tom Lane
2006-10-24
Fix check for whether a clauseless join has to be forced in the presence of
Tom Lane
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-12-20
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-07-28
Make use of new list primitives list_append_unique and list_concat_unique
Tom Lane
2005-06-09
Simplify the planner's join clause management by storing join clauses
Tom Lane
2005-06-05
Remove planner's private fields from Query struct, and put them into
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-05-30
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-26
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-03-08
Test for whether a previous IN join restricts the current join was too
Tom Lane
2004-01-24
Repair planner failure for cases involving Cartesian products inside
Tom Lane
2003-12-17
Repair planner failure when there are multiple IN clauses, each with
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
[next]