index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
alter_type.sgml
Commit message (
Expand
)
Author
Age
*
More documentation update for GRANT ... WITH SET OPTION.
Robert Haas
2023-01-16
*
doc: use wording "restore" instead of "reload" of dumps
Bruce Momjian
2022-07-21
*
Allow ALTER TYPE to update an existing type's typsubscript value.
Tom Lane
2020-12-11
*
Improve <xref> vs. <command> formatting in the documentation
Peter Eisentraut
2020-10-03
*
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-09-17
*
doc: Fix man page whitespace issues
Peter Eisentraut
2020-06-07
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-09
*
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
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Remove heuristic same-transaction test from check_safe_enum_use().
Tom Lane
2017-09-26
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
doc: Whitespace fixes in man pages
Peter Eisentraut
2017-06-14
*
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
*
Documentation fix for ALTER TYPE .. RENAME
Stephen Frost
2013-05-27
*
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.
Tom Lane
2012-09-22
*
Fix docs typo
Andrew Dunstan
2012-09-22
*
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-22
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Fix a whitespace issue with the man pages
Peter Eisentraut
2011-08-07
*
Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.
Robert Haas
2011-04-20
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
*
Require VALUE keyword when extending an enum type. Based on a patch from Alva...
Andrew Dunstan
2010-11-16
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix indentation of verbatim block elements
Peter Eisentraut
2010-07-29
*
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-04-03
*
Set SQL man pages to be section 7 by default, and only transform them to
Peter Eisentraut
2008-11-14
*
Remove unnecessary whitespace in refname elements. This confuses the
Peter Eisentraut
2008-11-12
*
Support ALTER TYPE RENAME. Petr Jelinek
Tom Lane
2008-03-19
*
Remove emacs info from footer of SGML files.
Bruce Momjian
2006-09-16
*
Update documentation to reflect the new ALTER OWNER rules for all
Tom Lane
2005-10-13
*
Documentation for ALTER object SET SCHEMA commands. Also some minor
Tom Lane
2005-08-01
*
Support renaming of tablespaces, and changing the owners of
Tom Lane
2004-06-25