Commits

DateSubjectAuthorReleases
2023-10-28 Allow relkind 'I' in type_sanity test. Tom Lane 17.0
2022-02-08 Rearrange core regression tests to reduce cross-script dependencies. Tom Lane 15.0
2021-05-11 Replace opr_sanity test's binary_coercible() function with C code. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-12-07 Add a couple of regression test cases related to array subscripting. Tom Lane 14.0
2020-03-19 Introduce "anycompatible" family of polymorphic types. Tom Lane 13.0
2017-03-10 Change the relkind for partitioned tables from 'P' to 'p'. Tom Lane 10.0
2017-01-25 Make UNKNOWN into an actual pseudo-type. Tom Lane 10.0
2016-01-09 Add some checks on "char"-type columns to type_sanity and opr_sanity. Tom Lane 9.6.0
2014-10-23 In type_sanity, check I/O functions of built-in types are not volatile. Tom Lane 9.5.0
2013-02-13 Fix CVE-2013-0255 properly. Tom Lane 9.3.0
2012-03-04 Collect and use element-frequency statistics for arrays. Tom Lane 9.2.0
2011-11-18 Further review of range-types patch. Tom Lane 9.2.0
2011-11-16 Code review for range-types catalog entries. Tom Lane 9.2.0
2011-11-15 Fix alignment and toasting bugs in range types. Tom Lane 9.2.0
2010-09-03 Install a data-type-based solution for protecting pg_get_expr(). Tom Lane 9.1.0
2008-09-25 Establish the rule that array types should have the same typdelim as their Tom Lane 8.4.0
2008-04-21 Allow float8, int8, and related datatypes to be passed by value on machines Tom Lane 8.4.0
2007-10-13 Strengthen type_sanity's check on pg_type.typarray. It failed to Tom Lane 8.3.0
2007-06-15 Tweak the API for per-datatype typmodin functions so that they are passed Tom Lane 8.3.0
2007-05-11 Support arrays of composite types, including the rowtypes of regular tables Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2006-12-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2005-07-10 Change typreceive function API so that receive functions get the same Tom Lane 8.1.0
2005-04-30 Change catalog entries for record_out and record_send to show only one Tom Lane 8.1.0