index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
join.sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-28
1
-0
/
+40
*
Fix another join removal bug: the check on PlaceHolderVars was wrong.
Tom Lane
2010-09-25
1
-0
/
+15
*
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-09-14
1
-0
/
+17
*
Fix oversight in join removal patch: we have to delete the removed relation
Tom Lane
2010-05-23
1
-0
/
+6
*
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
1
-0
/
+31
*
Fix an oversight in join-removal optimization: we have to check not only for
Tom Lane
2010-03-22
1
-0
/
+23
*
Add support for doing FULL JOIN ON FALSE. While this is really a rather
Tom Lane
2010-01-05
1
-0
/
+6
*
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
Tom Lane
2009-09-02
1
-0
/
+21
*
Add a simple test case covering a join against an inheritance tree,
Tom Lane
2009-08-13
1
-0
/
+8
*
Fix a thinko in join_is_legal: when we decide we can implement a semijoin
Tom Lane
2009-07-19
1
-0
/
+10
*
Repair bug #4926 "too few pathkeys for mergeclauses". This example shows
Tom Lane
2009-07-17
1
-0
/
+17
*
Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of
Tom Lane
2009-02-25
1
-0
/
+10
*
Alter regression test cases that rely on the sort order of "aa". Some
Peter Eisentraut
2009-01-19
1
-7
/
+7
*
Consider a clause to be outerjoin_delayed if it references the nullable side
Tom Lane
2008-06-27
1
-0
/
+10
*
Fix some planner issues found while investigating Kevin Grittner's report
Tom Lane
2008-01-09
1
-0
/
+23
*
Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand
Tom Lane
2007-08-31
1
-0
/
+22
*
Fix a bug in the original implementation of redundant-join-clause removal:
Tom Lane
2007-07-31
1
-0
/
+16
*
Repair planner bug introduced in 8.2 by ability to rearrange outer joins:
Tom Lane
2007-05-22
1
-0
/
+25
*
Restructure code that is responsible for ensuring that clauseless joins are
Tom Lane
2007-02-16
1
-0
/
+9
*
Fix bug introduced into mergejoin logic by performance improvement patch of
Tom Lane
2006-03-17
1
-0
/
+21
*
Remove the stub support we had for UNION JOIN; per discussion, this is
Tom Lane
2006-03-07
1
-4
/
+0
*
Fix some issues with missing or too many newlines at
Tom Lane
2005-04-07
1
-1
/
+1
*
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
Neil Conway
2005-04-07
1
-0
/
+24
*
As long as we're forcing an ORDER BY in these four join queries, we had
Tom Lane
2004-12-03
1
-4
/
+4
*
Make some adjustments to reduce platform dependencies in plan selection.
Tom Lane
2004-12-02
1
-4
/
+4
*
create_unique_plan() should not discard existing output columns of the
Tom Lane
2003-08-07
1
-0
/
+8
*
Fix thinko in new logic about pushing down non-nullability constraints:
Tom Lane
2003-02-10
1
-0
/
+39
*
Remove /src/utils. Is final cleanup of getopt.c resurection.
Bruce Momjian
2002-10-30
1
-2
/
+2
*
Add ORDER BY to join regression test.
Bruce Momjian
2002-10-28
1
-4
/
+8
*
Second try at fixing join alias variables. Instead of attaching miscellaneous
Tom Lane
2002-04-28
1
-0
/
+72
*
Restructure representation of join alias variables. An explicit JOIN
Tom Lane
2002-03-12
1
-1
/
+22
*
Add explicit ORDER BYs in a couple of cases --- seems to be necessary
Tom Lane
2000-11-06
1
-2
/
+4
*
Add tests for more INTERVAL syntax.
Thomas G. Lockhart
2000-11-06
1
-15
/
+31
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
1
-11
/
+11
*
Update "join syntax" test for new capabilities.
Thomas G. Lockhart
2000-02-15
1
-30
/
+87
*
Clean up header for uniform appearance throughout tests.
Thomas G. Lockhart
2000-01-06
1
-2
/
+1
*
Clean up format of tests.
Thomas G. Lockhart
2000-01-05
1
-18
/
+64
*
First tests using JOIN syntax.
Thomas G. Lockhart
1999-02-23
1
-0
/
+87