Commits

DateSubjectAuthorReleases
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-10-29 Documentation wording fixes. Bruce Momjian 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-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
2007-02-01 Consistenly use colons before '<programlisting>' blocks, where Bruce Momjian 8.3.0
2007-01-31 Update reference documentation on may/can/might: Bruce Momjian 8.3.0
2006-12-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2006-12-23 Document that CREATE TYPE names should not begin with an underscore, Bruce Momjian 8.3.0
2006-09-16 Remove emacs info from footer of SGML files. Bruce Momjian 8.2.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
2006-02-28 Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit Tom Lane 8.2.0
2006-01-13 Require the issuer of CREATE TYPE to own the functions mentioned in the Tom Lane 8.2.0
2005-11-01 Make an editorial pass over the reference pages. Tom Lane 8.1.0
2005-08-12 Pass the type OID as the typioparam for all non-array types, rather than Tom Lane 8.1.0
2005-07-14 This doc patch replaces all inappropriate references to SQL:1999 when it Neil Conway 8.1.0
2005-07-10 Change typreceive function API so that receive functions get the same Tom Lane 8.1.0
2005-05-01 Change CREATE TYPE to require datatype output and send functions to have Tom Lane 8.1.0
2005-01-04 More minor updates and copy-editing. Tom Lane 8.0.0
2004-11-27 Update of conformance information to SQL:2003 Peter Eisentraut 8.0.0
2004-06-25 Support renaming of tablespaces, and changing the owners of Tom Lane 8.0.0
2004-06-06 Infrastructure for I/O of composite types: arrange for the I/O routines Tom Lane 8.0.0