Commits

DateSubjectAuthorReleases
2022-12-09 Create infrastructure for "soft" error reporting. Tom Lane 16.0
2020-12-11 Allow subscripting of hstore values. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-03-05 Remove the "opaque" pseudo-type and associated compatibility hacks. Tom Lane 13.0
2017-01-25 Make UNKNOWN into an actual pseudo-type. Tom Lane 10.0
2015-02-19 Update assorted TOAST-related documentation. Tom Lane 9.5.0
2011-11-24 Some more editing of the range-types documentation. Tom Lane 9.2.0
2011-11-23 Remove user-selectable ANALYZE option for range types. Tom Lane 9.2.0
2011-11-18 Further review of range-types patch. Tom Lane 9.2.0
2011-04-22 Make a code-cleanup pass over the collations patch. Tom Lane 9.1.0
2011-04-17 Document COLLATE option in CREATE TYPE reference page. Tom Lane 9.1.0
2011-03-02 Add 'collatable' to the Parameters section of CREATE TYPE. Tom Lane 9.1.0
2008-11-30 Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows Tom Lane 8.4.0
2008-07-31 Require superuser privilege to create base types (but not composites, enums, Tom Lane 8.4.0
2008-07-30 Flip the default typispreferred setting from true to false. This affects Tom Lane 8.4.0
2008-07-30 Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() Tom Lane 8.4.0
2008-05-27 Clarify description of typmod input function, per Jeff Davis. Tom Lane 8.3.2
2008-05-27 Clarify description of typmod input function, per Jeff Davis. Tom Lane 8.4.0
2007-06-15 Tweak the API for per-datatype typmodin functions so that they are passed Tom Lane 8.3.0
2007-05-12 Fix the problem that creating a user-defined type named _foo, followed by one 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
2006-04-05 Fix a bunch of problems with domains by making them use special input functions Tom Lane 8.2.0
2006-04-04 Modify all callers of datatype input and receive functions so that if these Tom Lane 8.2.0