Commits

DateSubjectAuthorReleases
2025-09-16 Provide more-specific error details/hints for function lookup failures. Tom Lane 19 (unreleased)
2021-07-27 Fix bugs in polymorphic-argument resolution for multiranges. Tom Lane 14.0
2021-07-27 Fix bugs in polymorphic-argument resolution for multiranges. Tom Lane 15.0
2020-12-20 Multirange datatypes Alexander Korotkov 14.0
2020-11-10 Work around cross-version-upgrade issues created by commit 9e38c2bb5. Tom Lane 11.11
2020-11-10 Work around cross-version-upgrade issues created by commit 9e38c2bb5. Tom Lane 9.6.21
2020-11-10 Work around cross-version-upgrade issues created by commit 9e38c2bb5. Tom Lane 14.0
2020-11-10 Work around cross-version-upgrade issues created by commit 9e38c2bb5. Tom Lane 9.5.25
2020-11-10 Work around cross-version-upgrade issues created by commit 9e38c2bb5. Tom Lane 12.6
2020-11-10 Work around cross-version-upgrade issues created by commit 9e38c2bb5. Tom Lane 13.2
2020-11-10 Work around cross-version-upgrade issues created by commit 9e38c2bb5. Tom Lane 10.16
2020-11-04 Declare assorted array functions using anycompatible not anyelement. Tom Lane 14.0
2020-04-04 Remove bogus Assert, add some regression test cases showing why. Tom Lane 13.0
2020-03-19 Introduce "anycompatible" family of polymorphic types. Tom Lane 13.0
2020-03-17 Remove bogus assertion about polymorphic SQL function result. Tom Lane 13.0
2018-08-23 Fix lexing of standard multi-character operators in edge cases. Andrew Gierth 10.6
2018-08-23 Fix lexing of standard multi-character operators in edge cases. Andrew Gierth 11.0
2018-08-23 Fix lexing of standard multi-character operators in edge cases. Andrew Gierth 12.0
2018-08-23 Fix lexing of standard multi-character operators in edge cases. Andrew Gierth 9.5.15
2018-08-23 Fix lexing of standard multi-character operators in edge cases. Andrew Gierth 9.6.11
2018-03-15 Clean up duplicate table and function names in regression tests. Tom Lane 11.0
2016-10-09 Fix incorrect handling of polymorphic aggregates used as window functions. Tom Lane 9.6.1
2016-10-09 Fix incorrect handling of polymorphic aggregates used as window functions. Tom Lane 10.0
2015-03-10 Allow named parameters to be specified using => in addition to := Robert Haas 9.5.0
2011-12-01 Fix getTypeIOParam to support type record[]. Tom Lane 8.4.10