aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_type.sgml
Commit message (Expand)AuthorAge
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-09
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-24
* Multirange datatypesAlexander Korotkov2020-12-20
* Allow subscripting of hstore values.Tom Lane2020-12-11
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* doc: Clarify CREATE TYPE ENUM documentationPeter Eisentraut2018-11-20
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-10
* Make UNKNOWN into an actual pseudo-type.Tom Lane2017-01-25
* Hyphenate variable-length for consistency.Robert Haas2015-10-08
* docs: clarify the use of shell typesBruce Momjian2015-03-20
* Update assorted TOAST-related documentation.Tom Lane2015-02-18
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-20
* Reworded sentence as suggested by Stephen Frost.Michael Meskes2012-05-19
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Some more editing of the range-types documentation.Tom Lane2011-11-23
* Remove user-selectable ANALYZE option for range types.Tom Lane2011-11-23
* Further review of range-types patch.Tom Lane2011-11-18
* Support range data types.Heikki Linnakangas2011-11-03
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Document COLLATE option in CREATE TYPE reference page.Tom Lane2011-04-17
* Add 'collatable' to the Parameters section of CREATE TYPE.Tom Lane2011-03-02
* Per-column collation supportPeter Eisentraut2011-02-08
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Add more 9.0 release note documentation links.Bruce Momjian2010-03-21
* Zero-label enums:Bruce Momjian2009-12-26
* Add a "LIKE = typename" clause to CREATE TYPE for base types. This allowsTom Lane2008-11-30
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Require superuser privilege to create base types (but not composites, enums,Tom Lane2008-07-31
* Flip the default typispreferred setting from true to false. This affectsTom Lane2008-07-30
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-30
* Clarify description of typmod input function, per Jeff Davis.Tom Lane2008-05-27
* Documentation wording fixes.Bruce Momjian2007-10-29
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-15
* Fix the problem that creating a user-defined type named _foo, followed by oneTom Lane2007-05-12
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Document that CREATE TYPE names should not begin with an underscore,Bruce Momjian2006-12-23