Commits

DateSubjectAuthorReleases
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
2021-04-12 Fix old bug with coercing the result of a COLLATE expression. Tom Lane 14.0
2021-04-12 Fix old bug with coercing the result of a COLLATE expression. Tom Lane 11.12
2021-04-12 Fix old bug with coercing the result of a COLLATE expression. Tom Lane 9.6.22
2021-04-12 Fix old bug with coercing the result of a COLLATE expression. Tom Lane 13.3
2021-04-12 Fix old bug with coercing the result of a COLLATE expression. Tom Lane 10.17
2021-04-12 Fix old bug with coercing the result of a COLLATE expression. Tom Lane 12.7
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2021-01-04 Add the ability for the core grammar to have more than one parse target. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-09-07 Clarify comments in enforce_generic_type_consistency(). Tom Lane 13.0
2020-09-07 Clarify comments in enforce_generic_type_consistency(). Tom Lane 14.0
2020-04-08 Put back mistakenly removed #include. Tom Lane 13.0
2020-04-04 Remove bogus Assert, add some regression test cases showing why. Tom Lane 13.0
2020-03-25 Go back to returning int from ereport auxiliary functions. Tom Lane 13.0
2020-03-24 Improve the internal implementation of ereport(). Tom Lane 13.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-03-17 Adjust handling of an ANYARRAY actual input for an ANYARRAY argument. Tom Lane 13.0
2020-03-14 Restructure polymorphic-type resolution in funcapi.c. Tom Lane 13.0
2020-01-02 Make parser rely more heavily on the ParseNamespaceItem data structure. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-10-30 Fix interaction of CASE and ArrayCoerceExpr. Tom Lane 11.1