Commits

DateSubjectAuthorReleases
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-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-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
2004-02-12 Add hooks for type-specific calculation of ANALYZE statistics. Idea and Tom Lane 8.0.0
2003-09-09 Remove a bunch of content-free Diagnostics sections, as per previous Tom Lane 7.4.1
2003-05-09 Implement array_send/array_recv (binary I/O for arrays). This exposed Tom Lane 7.4.1
2003-05-08 Reinstate pg_type's typsend and typreceive columns. They don't do much Tom Lane 7.4.1
2002-09-21 Provide an upgrade strategy for dump files containing functions declared Tom Lane 7.3.1
2002-08-29 Code review for standalone composite types, query-specified composite Tom Lane 7.3.1
2002-08-23 Update reference to value of NAMEDATALEN. Someone needs to troll the Tom Lane 7.3.1
2002-08-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1
2002-04-23 Update SQL-command reference pages for schema features. Tom Lane 7.3.1
2001-11-03 Clean up wrong, misleading, or obsolete documentation about array types, Tom Lane 7.2.1
2001-08-03 For some reason, CREATE TYPE has only accepted alignment specifications Tom Lane 7.2.1
2000-08-24 Documentation updates to reflect TOAST and new-style fmgr. Tom Lane 7.1.1