Commits

Showing commits that first shipped in 9.6 (backpatches included). Clear

DateSubjectAuthorReleases
2020-08-22 Avoid pushing quals down into sub-queries that have grouping sets. Tom Lane 9.6.20
2020-07-14 Cope with lateral references in the quals of a subquery RTE. Tom Lane 9.6.19
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 9.6.19
2019-03-14 Ensure dummy paths have correct required_outer if rel is parameterized. Tom Lane 9.6.13
2019-02-09 Call set_rel_pathlist_hook before generate_gather_paths, not after. Tom Lane 9.6.12
2016-11-29 Fix incorrect variable type in set_rel_consider_parallel(). Tom Lane 9.6.2
2016-08-19 Guard against parallel-restricted functions in VALUES expressions. Tom Lane 9.6.0
2016-07-03 Typo fix. Tom Lane 9.6.0
2016-07-03 Allow RTE_SUBQUERY rels to be considered parallel-safe. Tom Lane 9.6.0
2016-07-03 Fix up parallel-safety marking for appendrels. Tom Lane 9.6.0
2016-07-03 Allow treating TABLESAMPLE scans as parallel-safe. Tom Lane 9.6.0
2016-06-16 Invent min_parallel_relation_size GUC to replace a hard-wired constant. Tom Lane 9.6.0
2016-06-10 Remove reltarget_has_non_vars flag. Tom Lane 9.6.0
2016-06-09 Mop-up for parallel degree-ectomy. Tom Lane 9.6.0
2016-04-30 Small improvements to OPTIMIZER_DEBUG code. Tom Lane 9.6.0
2016-04-30 Fix planner crash from pfree'ing a partial path that a GatherPath uses. Tom Lane 9.6.0
2016-03-31 Support using index-only scans with partial indexes in more cases. Tom Lane 9.6.0
2016-03-14 Rethink representation of PathTargets. Tom Lane 9.6.0
2016-03-10 Refactor pull_var_clause's API to make it less tedious to extend. Tom Lane 9.6.0
2016-03-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2016-02-29 Fix build under OPTIMIZER_DEBUG. Tom Lane 9.6.0
2016-02-19 Add an explicit representation of the output targetlist to Paths. Tom Lane 9.6.0
2015-07-26 Make entirely-dummy appendrels get marked as such in set_append_rel_size. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0