Commits

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

DateSubjectAuthorReleases
2020-11-24 Properly check index mark/restore in ExecSupportsMarkRestore. Andrew Gierth 9.5.25
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 9.5.13
2015-12-11 Get rid of the planner's LateralJoinInfo data structure. Tom Lane 9.5.0
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.5.0
2015-12-09 Simplify LATERAL-related calculations within add_paths_to_joinrel(). Tom Lane 9.5.0
2015-12-08 Allow foreign and custom joins to handle EvalPlanQual rechecks. Robert Haas 9.5.0
2015-06-26 Improve handling of CustomPath/CustomPlan(State) children. Robert Haas 9.5.0
2015-06-03 Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans. Tom Lane 9.5.0
2015-05-16 Support GROUPING SETS, CUBE and ROLLUP. Andres Freund 9.5.0
2015-05-10 Code review for foreign/custom join pushdown patch. Tom Lane 9.5.0
2015-05-01 Allow FDWs and custom scan providers to replace joins with scans. Robert Haas 9.5.0
2015-03-26 Add support for index-only scans in GiST. Heikki Linnakangas 9.5.0
2015-03-12 Support flattening of empty-FROM subqueries and one-row VALUES tables. Tom Lane 9.5.0
2015-03-12 Improve planner's cost estimation in the presence of semijoins. Tom Lane 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-11-27 Rename pg_rowsecurity -> pg_policy and other fixes Stephen Frost 9.5.0
2014-11-21 Rearrange CustomScan API. Tom Lane 9.5.0
2014-11-21 Simplify API for initially hooking custom-path providers into the planner. Tom Lane 9.5.0
2014-11-20 Initial code review for CustomScan patch. Tom Lane 9.5.0
2014-11-07 Introduce custom path and scan providers. Robert Haas 9.5.0
2014-09-19 Row-Level Security Policies (RLS) Stephen Frost 9.5.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0