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
*
Improve ALTER TABLE documentation
Stephen Frost
2016-12-21
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
doc: Spell checking
Peter Eisentraut
2015-09-10
*
Improve documentation about MVCC-unsafe utility commands.
Tom Lane
2015-08-15
*
Minor enhancement of readability of ALTER TABLE syntax in the doc.
Fujii Masao
2015-05-22
*
doc: Move ALTER TABLE IF EXISTS description to better place
Peter Eisentraut
2015-04-24
*
Reduce lock levels of some trigger DDL and add FKs
Simon Riggs
2015-04-05
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
docs: Add missing <literal> markup.
Robert Haas
2015-01-14
*
Code review for row security.
Stephen Frost
2014-09-24
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
*
doc: Fix DocBook XML validity
Peter Eisentraut
2014-05-06
*
Minor fixes for ALTER TABLE documentation.
Robert Haas
2014-04-28
*
psql: conditionally display oids and replication identity
Bruce Momjian
2014-04-15
*
Correct description of constraint_name in ALTER TABLE documentation.
Robert Haas
2014-04-14
*
Update list of relation types on which ALTER TABLE RENAME/OWNER work.
Robert Haas
2014-04-14
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
*
Avoid promising that "ADD COLUMN ... DEFAULT NULL" is free.
Tom Lane
2014-04-03
*
Documentation for logical decoding.
Robert Haas
2014-03-18
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
*
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
[next]