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
*
Add explicit ORDER BY to a few tests that exercise hash-join code.
Andres Freund
2017-02-08
1
-2
/
+4
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
1
-0
/
+17
*
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-04-21
1
-0
/
+17
*
Remove GROUP BY columns that are functionally dependent on other columns.
Tom Lane
2016-02-11
1
-1
/
+3
*
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-07
1
-0
/
+16
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
1
-0
/
+59
*
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-07
1
-0
/
+19
*
Improve regression test case to avoid depending on system catalog stats.
Tom Lane
2015-08-13
1
-21
/
+9
*
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
1
-0
/
+19
*
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-11
1
-0
/
+21
*
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
1
-0
/
+18
*
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
1
-0
/
+25
*
Fix old oversight in join removal logic.
Tom Lane
2015-08-06
1
-0
/
+15
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
1
-0
/
+25
*
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-04
1
-0
/
+31
*
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
1
-0
/
+50
*
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-31
1
-0
/
+13
*
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-07-28
1
-0
/
+26
*
Fix oversight in flattening of subqueries with empty FROM.
Tom Lane
2015-07-26
1
-0
/
+13
*
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2015-07-26
1
-0
/
+12
*
Prevent improper reordering of antijoins vs. outer joins.
Tom Lane
2015-04-25
1
-0
/
+17
*
Fix incorrect matching of subexpressions in outer-join plan nodes.
Tom Lane
2015-04-04
1
-0
/
+20
*
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2015-03-11
1
-3
/
+10
*
Fix old bug in get_loop_count().
Tom Lane
2015-03-11
1
-2
/
+2
*
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
1
-0
/
+24
*
Fix planning of star-schema-style queries.
Tom Lane
2015-02-28
1
-0
/
+9
*
Preserve AND/OR flatness while extracting restriction OR clauses.
Tom Lane
2014-09-09
1
-0
/
+4
*
Allow join removal in some cases involving a left join to a subquery.
Tom Lane
2014-07-15
1
-0
/
+35
*
Forward-port regression test for bug #10587 into 9.3 and HEAD.
Tom Lane
2014-06-09
1
-0
/
+58
*
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-08
1
-2
/
+0
*
Fix bogus handling of "postponed" lateral quals.
Tom Lane
2014-01-30
1
-0
/
+8
*
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
1
-7
/
+6
*
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-07
1
-0
/
+18
*
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-30
1
-0
/
+12
*
Tweak placement of explicit ANALYZE commands in the regression tests.
Tom Lane
2013-12-11
1
-2
/
+0
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
1
-0
/
+31
*
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
1
-0
/
+13
*
Re-allow duplicate aliases within aliased JOINs.
Tom Lane
2013-11-11
1
-0
/
+12
*
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-08
1
-0
/
+2
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
1
-0
/
+9
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
1
-0
/
+41
*
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-14
1
-0
/
+13
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
1
-0
/
+17
*
Make LATERAL implicit for functions in FROM.
Tom Lane
2013-01-26
1
-5
/
+8
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
1
-0
/
+32
*
Rethink heuristics for choosing index quals for parameterized paths.
Tom Lane
2012-09-16
1
-2
/
+2
*
Drop cheap-startup-cost paths during add_path() if we don't need them.
Tom Lane
2012-09-01
1
-0
/
+1
*
Fix mark_placeholder_maybe_needed to handle LATERAL references.
Tom Lane
2012-09-01
1
-0
/
+11
*
Fix LATERAL references to join alias variables.
Tom Lane
2012-08-31
1
-0
/
+8
[next]