aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_table.sgml
Commit message (Expand)AuthorAge
* Improve ALTER TABLE documentationStephen Frost2016-12-21
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* doc: Spell checkingPeter Eisentraut2015-09-10
* Improve documentation about MVCC-unsafe utility commands.Tom Lane2015-08-15
* Minor enhancement of readability of ALTER TABLE syntax in the doc.Fujii Masao2015-05-22
* doc: Move ALTER TABLE IF EXISTS description to better placePeter Eisentraut2015-04-24
* Reduce lock levels of some trigger DDL and add FKsSimon Riggs2015-04-05
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* docs: Add missing <literal> markup.Robert Haas2015-01-14
* Code review for row security.Stephen Frost2014-09-24
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-22
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-21
* doc: Fix DocBook XML validityPeter Eisentraut2014-05-06
* Minor fixes for ALTER TABLE documentation.Robert Haas2014-04-28
* psql: conditionally display oids and replication identityBruce Momjian2014-04-15
* Correct description of constraint_name in ALTER TABLE documentation.Robert Haas2014-04-14
* Update list of relation types on which ALTER TABLE RENAME/OWNER work.Robert Haas2014-04-14
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Avoid promising that "ADD COLUMN ... DEFAULT NULL" is free.Tom Lane2014-04-03
* Documentation for logical decoding.Robert Haas2014-03-18
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-08
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-29
* Reverting previous commit, pending investigationSimon Riggs2013-06-24
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-24
* Fix docs on lock level for ALTER TABLE VALIDATESimon Riggs2013-06-18
* Support automatically-updatable views.Tom Lane2012-12-08
* Provide adequate documentation of the "table_name *" notation.Tom Lane2012-09-17
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Adjust documentation of ALTER TABLE CLUSTER ON for more consistency.Tom Lane2012-05-21
* Minor improvements for CHECK NO INHERIT documentation.Robert Haas2012-04-23
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Add support for renaming constraintsPeter Eisentraut2012-03-10
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Disallow merging ONLY constraints in children tablesAlvaro Herrera2012-01-16
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Remove unnecessary MATCH FULL specification in example.Bruce Momjian2011-09-10
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Avoid a few more SET DATA TYPE table rewrites.Robert Haas2011-02-14
* Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites.Robert Haas2011-02-12
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-08
* Update ALTER TABLE docs to mention using VACUUM FULL for rewrites.Robert Haas2011-02-04
* Make 'on' uppercase in a sql example.Itagaki Takahiro2011-01-26