Commits

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

DateSubjectAuthorReleases
2019-11-27 Fix typo in comment. Etsuro Fujita 9.6.17
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.6.12
2016-11-28 Fix get_relation_info name typo'ed in a comment Alvaro Herrera 9.6.2
2016-07-15 Avoid invalidating all foreign-join cached plans when user mappings change. Tom Lane 9.6.0
2016-06-18 Restore foreign-key-aware estimation of join relation sizes. Tom Lane 9.6.0
2016-06-10 Remove reltarget_has_non_vars flag. Tom Lane 9.6.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-06-09 Don't generate parallel paths for rels with parallel-restricted outputs. Robert Haas 9.6.0
2016-06-09 Eliminate "parallel degree" terminology. Robert Haas 9.6.0
2016-04-30 Fix mishandling of equivalence-class tests in parameterized plans. Tom Lane 9.6.0
2016-04-08 Add a 'parallel_degree' reloption. Robert Haas 9.6.0
2016-04-06 Run pgindent on a batch of (mostly-planner-related) source files. Tom Lane 9.6.0
2016-03-29 Don't require a user mapping for FDWs to work. Robert Haas 9.6.0
2016-03-15 Fix typos. Robert Haas 9.6.0
2016-03-14 Rethink representation of PathTargets. 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-19 Add an explicit representation of the output targetlist to Paths. Tom Lane 9.6.0
2016-01-28 Only try to push down foreign joins if the user mapping OIDs match. Robert Haas 9.6.0
2016-01-20 Support parallel joins, and make related improvements. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-12-11 Get rid of the planner's LateralJoinInfo data structure. Tom Lane 9.6.0
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.6.0
2015-12-07 Simplify LATERAL-related calculations within add_paths_to_joinrel(). Tom Lane 9.6.0
2015-12-07 Fix another oversight in checking if a join with LATERAL refs is legal. Tom Lane 9.6.0
2015-11-11 Generate parallel sequential scan plans in simple cases. Robert Haas 9.6.0