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
Age
Commit message (
Expand
)
Author
2020-10-20
Relax some asserts in merge join costing code
David Rowley
2020-10-05
Fix two latent(?) bugs in equivclass.c.
Tom Lane
2020-08-22
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-07-13
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-03
Clamp total-tuples estimates for foreign tables to ensure planner sanity.
Tom Lane
2020-02-06
Fix typo.
Amit Kapila
2019-05-09
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-03-14
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-02-20
Speed up match_eclasses_to_foreign_key_col() when there are many ECs.
Tom Lane
2019-02-09
Call set_rel_pathlist_hook before generate_gather_paths, not after.
Tom Lane
2018-12-18
Fix ancient thinko in mergejoin cost estimation.
Tom Lane
2018-11-12
Limit the number of index clauses considered in choose_bitmap_and().
Tom Lane
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
Back-patch "Fix parallel hash join path search."
Amit Kapila
2018-07-19
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
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-03-01
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2017-06-19
Avoid regressions in foreign-key-based selectivity estimates.
Tom Lane
2017-03-15
Fix failure to use clamp_row_est() for parallel joins.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-13
Fix cardinality estimates for parallel joins.
Robert Haas
2016-12-17
Fix FK-based join selectivity estimation for semi/antijoins.
Tom Lane
2016-11-29
Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.
Tom Lane
2016-11-29
Fix incorrect variable type in set_rel_consider_parallel().
Tom Lane
2016-08-19
Guard against parallel-restricted functions in VALUES expressions.
Tom Lane
2016-08-16
Disable parallel query by default.
Robert Haas
2016-07-27
Fix cost_rescan() to account for multi-batch hashing correctly.
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-03
Typo fix.
Tom Lane
2016-07-03
Allow RTE_SUBQUERY rels to be considered parallel-safe.
Tom Lane
2016-07-03
Fix up parallel-safety marking for appendrels.
Tom Lane
2016-07-03
Allow treating TABLESAMPLE scans as parallel-safe.
Tom Lane
2016-07-03
Round rowcount estimate for a partial path to an integer.
Tom Lane
2016-06-29
Dodge compiler bug in Visual Studio 2013.
Tom Lane
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-16
Invent min_parallel_relation_size GUC to replace a hard-wired constant.
Tom Lane
2016-06-10
Remove reltarget_has_non_vars flag.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Don't generate parallel paths for rels with parallel-restricted outputs.
Robert Haas
2016-06-09
Mop-up for parallel degree-ectomy.
Tom Lane
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-07
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-05-06
Minimal fix for crash bug in quals_match_foreign_key.
Robert Haas
2016-04-30
Small improvements to OPTIMIZER_DEBUG code.
Tom Lane
2016-04-30
Fix planner crash from pfree'ing a partial path that a GatherPath uses.
Tom Lane
2016-04-29
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-26
Enable parallel query by default.
Robert Haas
[next]