Commits

DateSubjectAuthorReleases
2020-11-23 Improve wording of two error messages related to generated columns. Tom Lane 14.0
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 14.0
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 13.1
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 12.5
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0
2019-12-11 Further adjust EXPLAIN's choices of table alias names. Tom Lane 13.0
2019-12-03 Fix EXPLAIN's column alias output for mismatched child tables. Tom Lane 13.0
2019-09-12 Fix usage of whole-row variables in WCO and RLS policy expressions. Tom Lane 10.11
2019-09-12 Fix usage of whole-row variables in WCO and RLS policy expressions. Tom Lane 11.6
2019-09-12 Fix usage of whole-row variables in WCO and RLS policy expressions. Tom Lane 9.4.25
2019-09-12 Fix usage of whole-row variables in WCO and RLS policy expressions. Tom Lane 9.6.16
2019-09-12 Fix usage of whole-row variables in WCO and RLS policy expressions. Tom Lane 9.5.20
2019-03-31 Add test case exercising formerly-unreached code in inheritance_planner. Tom Lane 12.0
2019-01-21 Sort the dependent objects before recursing in findDependentObjects(). Tom Lane 12.0
2018-08-04 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. Tom Lane 9.5.14
2018-08-04 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. Tom Lane 10.5
2018-08-04 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. Tom Lane 11.0
2018-08-04 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. Tom Lane 12.0
2018-08-04 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. Tom Lane 9.6.10
2018-04-14 Fix enforcement of SELECT FOR UPDATE permissions with nested views. Tom Lane 11.0
2018-03-15 Clean up duplicate table and function names in regression tests. Tom Lane 11.0
2017-05-01 Reduce semijoins with unique inner relations to plain inner joins. Tom Lane 10.0
2017-01-25 Use non-conflicting table names in new regression test case. Tom Lane 10.0
2017-01-18 Improve RLS planning by marking individual quals with security levels. Tom Lane 10.0
2016-07-17 Establish conventions about global object names used in regression tests. Tom Lane 9.6.0