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
Age
Commit message (
Expand
)
Author
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-01-23
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2021-12-13
Silence another gcc 11 warning.
Tom Lane
2018-05-16
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-01-28
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-12
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-04-29
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-21
Fix planner failure with full join in RHS of left join.
Tom Lane
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-09
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-10-01
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.
Tom Lane
2015-09-10
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
Fix typo in setrefs.c
Stephen Frost
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-08-12
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-10
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-07
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-06
Fix old oversight in join removal logic.
Tom Lane
2015-08-06
Fix eclass_useful_for_merging to give valid results for appendrel children.
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-04
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-01
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-07-31
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-30
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-28
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-07-26
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2015-06-22
Improve inheritance_planner()'s performance for large inheritance sets.
Tom Lane
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2015-04-25
Prevent improper reordering of antijoins vs. outer joins.
Tom Lane
2015-04-24
Fix obsolete comment in set_rel_size().
Tom Lane
2015-04-04
Fix incorrect matching of subexpressions in outer-join plan nodes.
Tom Lane
2015-02-28
Fix planning of star-schema-style queries.
Tom Lane
2015-02-10
Fix GEQO to not assume its join order heuristic always works.
Tom Lane
2014-12-11
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-11-22
Fix mishandling of system columns in FDW queries.
Tom Lane
2014-10-26
Improve planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2014-10-20
Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.
Tom Lane
[next]