| Commit message (Expand) | Author | Age |
* | Create infrastructure for "soft" error reporting. | Tom Lane | 2022-12-09 |
* | Fix some typos, grammar and style in docs and comments | Michael Paquier | 2021-02-24 |
* | Fix typos and grammar in docs and comments | Michael Paquier | 2020-12-24 |
* | Multirange datatypes | Alexander Korotkov | 2020-12-20 |
* | Allow subscripting of hstore values. | Tom Lane | 2020-12-11 |
* | Support subscripting of arbitrary types, not only arrays. | Tom Lane | 2020-12-09 |
* | Improve <xref> vs. <command> formatting in the documentation | Peter Eisentraut | 2020-10-03 |
* | Remove the "opaque" pseudo-type and associated compatibility hacks. | Tom Lane | 2020-03-05 |
* | doc: Clarify CREATE TYPE ENUM documentation | Peter Eisentraut | 2018-11-20 |
* | Convert documentation to DocBook XML | Peter Eisentraut | 2017-11-23 |
* | Convert SGML IDs to lower case | Peter Eisentraut | 2017-10-20 |
* | Don't use SGML empty tags | Peter Eisentraut | 2017-10-17 |
* | Use lower-case SGML attribute values | Peter Eisentraut | 2017-10-10 |
* | Make UNKNOWN into an actual pseudo-type. | Tom Lane | 2017-01-25 |
* | Hyphenate variable-length for consistency. | Robert Haas | 2015-10-08 |
* | docs: clarify the use of shell types | Bruce Momjian | 2015-03-20 |
* | Update assorted TOAST-related documentation. | Tom Lane | 2015-02-18 |
* | doc: Improve DocBook XML validity | Peter Eisentraut | 2014-02-23 |
* | Documentation spell checking and markup improvements | Peter Eisentraut | 2013-05-20 |
* | Reworded sentence as suggested by Stephen Frost. | Michael Meskes | 2012-05-19 |
* | Add support for privileges on types | Peter Eisentraut | 2011-12-20 |
* | Some more editing of the range-types documentation. | Tom Lane | 2011-11-23 |
* | Remove user-selectable ANALYZE option for range types. | Tom Lane | 2011-11-23 |
* | Further review of range-types patch. | Tom Lane | 2011-11-18 |
* | Support range data types. | Heikki Linnakangas | 2011-11-03 |
* | Spell checking and markup refinement | Peter Eisentraut | 2011-05-19 |
* | Make a code-cleanup pass over the collations patch. | Tom Lane | 2011-04-22 |
* | Document COLLATE option in CREATE TYPE reference page. | Tom Lane | 2011-04-17 |
* | Add 'collatable' to the Parameters section of CREATE TYPE. | Tom Lane | 2011-03-02 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut | 2010-09-26 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
* | Add more 9.0 release note documentation links. | Bruce Momjian | 2010-03-21 |
* | Zero-label enums: | Bruce Momjian | 2009-12-26 |
* | Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows | Tom Lane | 2008-11-30 |
* | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut | 2008-11-14 |
* | Require superuser privilege to create base types (but not composites, enums, | Tom Lane | 2008-07-31 |
* | Flip the default typispreferred setting from true to false. This affects | Tom Lane | 2008-07-30 |
* | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 |
* | Clarify description of typmod input function, per Jeff Davis. | Tom Lane | 2008-05-27 |
* | Documentation wording fixes. | Bruce Momjian | 2007-10-29 |
* | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane | 2007-06-15 |
* | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane | 2007-05-12 |
* | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 |
* | Update reference documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |
* | Document that CREATE TYPE names should not begin with an underscore, | Bruce Momjian | 2006-12-23 |