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_table.sgml
Commit message (
Expand
)
Author
Age
*
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
*
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-29
*
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
*
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-24
*
Fix docs on lock level for ALTER TABLE VALIDATE
Simon Riggs
2013-06-18
*
Support automatically-updatable views.
Tom Lane
2012-12-08
*
Provide adequate documentation of the "table_name *" notation.
Tom Lane
2012-09-17
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Make placeholders in SQL command help more consistent and precise
Peter Eisentraut
2012-06-22
*
Adjust documentation of ALTER TABLE CLUSTER ON for more consistency.
Tom Lane
2012-05-21
*
Minor improvements for CHECK NO INHERIT documentation.
Robert Haas
2012-04-23
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Add support for renaming constraints
Peter Eisentraut
2012-03-10
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
*
Disallow merging ONLY constraints in children tables
Alvaro Herrera
2012-01-16
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Remove unnecessary MATCH FULL specification in example.
Bruce Momjian
2011-09-10
*
Fix a whitespace issue with the man pages
Peter Eisentraut
2011-08-07
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Avoid a few more SET DATA TYPE table rewrites.
Robert Haas
2011-02-14
*
Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites.
Robert Haas
2011-02-12
*
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-02-08
*
Update ALTER TABLE docs to mention using VACUUM FULL for rewrites.
Robert Haas
2011-02-04
*
Make 'on' uppercase in a sql example.
Itagaki Takahiro
2011-01-26
*
Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation.
Robert Haas
2011-01-25
*
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-25
*
Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax.
Tom Lane
2010-12-28
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Stamp 9.0 release notes with expected release date; also some last-minute
Tom Lane
2010-09-16
*
Mention that when alter rewrites a table, indexes are also rebuilt.
Bruce Momjian
2010-06-24
*
Update ALTER TABLE docs to account for exclusion and deferrable uniqueness
Alvaro Herrera
2010-06-09
*
Use "TOAST table" in place of the vague, not-used-elsewhere phrase
Tom Lane
2010-05-13
*
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-04-03
*
Fix mismatched tags introduced by attribute options patch.
Robert Haas
2010-01-22
*
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-22
*
Easier to translate psql help
Peter Eisentraut
2009-09-18
*
Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Tom Lane
2009-08-02
*
DROP IF EXISTS for columns and constraints. Andres Freund.
Andrew Dunstan
2009-07-20
*
Fix unintelligible description created by removing only part of
Tom Lane
2009-05-03
*
Remove mention of pre-7.1 inheritance behavior from /ref pages; keep
Bruce Momjian
2009-04-15
*
Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically
Tom Lane
2009-02-11
*
Update autovacuum to use reloptions instead of a system catalog, for
Alvaro Herrera
2009-02-09
*
Increase the default value of default_statistics_target from 10 to 100,
Tom Lane
2008-12-13
*
Set SQL man pages to be section 7 by default, and only transform them to
Peter Eisentraut
2008-11-14
*
Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE
Peter Eisentraut
2008-10-21
*
Change the rules for inherited CHECK constraints to be essentially the same
Tom Lane
2008-05-09
[next]