Commits

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

DateSubjectAuthorReleases
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 9.5.25
2018-12-10 Add stack depth checks to key recursive functions in backend/nodes/*.c. Tom Lane 9.5.16
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 9.5.5
2015-12-11 Get rid of the planner's LateralJoinInfo data structure. Tom Lane 9.5.0
2015-12-09 Simplify LATERAL-related calculations within add_paths_to_joinrel(). Tom Lane 9.5.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 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-18 Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c. Tom Lane 9.5.0
2015-05-10 Code review for foreign/custom join pushdown patch. Tom Lane 9.5.0
2015-03-15 Improve representation of PlanRowMark. Tom Lane 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-03-11 Make operator precedence follow the SQL standard more closely. Tom Lane 9.5.0
2015-02-23 Further tweaking of raw grammar output to distinguish different inputs. Tom Lane 9.5.0
2015-02-22 Add parse location fields to NullTest and BooleanTest structs. Tom Lane 9.5.0
2015-02-22 Get rid of multiple applications of transformExpr() to the same tree. Tom Lane 9.5.0
2015-02-22 Represent BETWEEN as a special node type in raw parse trees. Tom Lane 9.5.0
2015-02-17 Fix EXPLAIN output for cases where parent table is excluded by constraints. Tom Lane 9.5.0
2014-11-28 Add bms_next_member(), and use it where appropriate. Tom Lane 9.5.0
2014-11-21 Rearrange CustomScan API. Tom Lane 9.5.0
2014-10-18 Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo. Tom Lane 9.5.0
2014-07-19 Partial fix for dropped columns in functions returning composite. Tom Lane 9.5.0
2014-07-10 Implement IMPORT FOREIGN SCHEMA. Tom Lane 9.5.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0
2014-06-16 Avoid recursion when processing simple lists of AND'ed or OR'ed clauses. Tom Lane 9.5.0