Commits

DateSubjectAuthorReleases
2020-10-19 Fix list-munging bug that broke SQL function result coercions. Tom Lane 14.0
2020-09-22 Improve the error message for an inappropriate column definition list. Tom Lane 14.0
2020-03-19 Introduce "anycompatible" family of polymorphic types. Tom Lane 13.0
2020-03-17 Refactor our checks for valid function and aggregate signatures. Tom Lane 13.0
2020-01-08 Improve the handling of result type coercions in SQL functions. Tom Lane 13.0
2019-04-08 Fix improper interaction of FULL JOINs with lateral references. Tom Lane 10.8
2019-04-08 Fix improper interaction of FULL JOINs with lateral references. Tom Lane 11.3
2019-04-08 Fix improper interaction of FULL JOINs with lateral references. Tom Lane 12.0
2019-04-08 Fix improper interaction of FULL JOINs with lateral references. Tom Lane 9.4.22
2019-04-08 Fix improper interaction of FULL JOINs with lateral references. Tom Lane 9.5.17
2019-04-08 Fix improper interaction of FULL JOINs with lateral references. Tom Lane 9.6.13
2018-03-15 Clean up duplicate table and function names in regression tests. Tom Lane 11.0
2017-06-14 Disallow set-returning functions inside CASE or COALESCE. Tom Lane 10.0
2017-03-28 Make new expression eval code reject references to dropped columns. Tom Lane 10.0
2017-01-30 Add a regression test script dedicated to exercising system views. Tom Lane 10.0
2016-07-27 Allow functions that return sets of tuples to return simple NULLs. Tom Lane 9.6.0
2016-06-07 Revert "Use Foreign Key relationships to infer multi-column join selectivity". Tom Lane 9.6.0
2015-09-05 Rearrange the handling of error context reports. Tom Lane 9.6.0
2015-03-12 Support flattening of empty-FROM subqueries and one-row VALUES tables. Tom Lane 9.5.0
2014-10-20 Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries. Tom Lane 9.3.6
2014-10-20 Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries. Tom Lane 9.4.0
2014-10-20 Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries. Tom Lane 9.5.0
2014-04-30 Fix indentation of JOIN clauses in rule/view dumps. Tom Lane 9.4.0
2014-01-09 Fix "cannot accept a set" error when only some arms of a CASE return a set. Tom Lane 9.4.0
2014-01-09 Fix "cannot accept a set" error when only some arms of a CASE return a set. Tom Lane 8.4.20