aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_type.sgml
Commit message (Expand)AuthorAge
* More documentation update for GRANT ... WITH SET OPTION.Robert Haas2023-01-16
* doc: use wording "restore" instead of "reload" of dumpsBruce Momjian2022-07-21
* Allow ALTER TYPE to update an existing type's typsubscript value.Tom Lane2020-12-11
* Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut2020-10-03
* Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut2020-09-17
* doc: Fix man page whitespace issuesPeter Eisentraut2020-06-07
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-09
* 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
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Remove heuristic same-transaction test from check_safe_enum_use().Tom Lane2017-09-26
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-26
* doc: Whitespace fixes in man pagesPeter Eisentraut2017-06-14
* Support renaming an existing value of an enum type.Tom Lane2016-09-07
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane2016-09-05
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Documentation fix for ALTER TYPE .. RENAMEStephen Frost2013-05-27
* Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane2012-09-22
* Fix docs typoAndrew Dunstan2012-09-22
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.Robert Haas2011-04-20
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-23
* Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan2010-11-16
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-29
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Remove unnecessary whitespace in refname elements. This confuses thePeter Eisentraut2008-11-12
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Update documentation to reflect the new ALTER OWNER rules for allTom Lane2005-10-13
* Documentation for ALTER object SET SCHEMA commands. Also some minorTom Lane2005-08-01
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25