]> granicus.if.org Git - postgresql/history - doc/src/sgml/ref/alter_table.sgml
Improve docs for the new INCLUDE directive in CREATE/ALTER TABLE.
[postgresql] / doc / src / sgml / ref / alter_table.sgml
2018-04-18 Heikki LinnakangasImprove docs for the new INCLUDE directive in CREATE...
2018-04-04 Alvaro HerreraForeign keys on partitioned tables
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-02-20 Alvaro HerreraAdjust ALTER TABLE docs on partitioned constraints
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-02-02 Stephen FrostImprove ALTER TABLE synopsis
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-18 Peter Eisentrautdoc: Expand documentation of session_replication_role
2017-11-23 Peter EisentrautConvert documentation to DocBook XML
2017-11-19 Simon RiggsParameter toast_tuple_target controls TOAST for new...
2017-11-09 Robert HaasAdd hash partitioning.
2017-10-28 Robert HaasAdd table_constraint synopsis to ALTER TABLE documentation.
2017-10-20 Peter EisentrautConvert SGML IDs to lower case
2017-10-18 Alvaro HerreraMake OWNER TO subcommand mention consistent
2017-10-17 Peter EisentrautDon't use SGML empty tags
2017-10-10 Peter EisentrautUse lower-case SGML attribute values
2017-09-08 Robert HaasAllow a partitioned table to have a default partition.
2017-09-02 Peter Eisentrautdoc: Fix typos and other minor issues
2017-06-12 Peter EisentrautTrim trailing whitespace
2017-06-12 Tatsuo IshiiFix ALTER TABLE doc examples.
2017-04-06 Peter EisentrautIdentity columns
2017-03-27 Robert HaasImprove documentation of how NOT NULL works with partit...
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients
2017-03-21 Peter Eisentrautdoc: Improve markup
2017-03-09 Robert HaasDocument lack of validation when attaching foreign...
2017-03-06 Simon RiggsEnhance docs for ALTER TABLE lock levels of storage...
2016-12-23 Tom LaneSpellcheck: s/descendent/descendant/g
2016-12-21 Stephen FrostImprove ALTER TABLE documentation
2016-12-17 Peter Eisentrautdoc: Remove some trailing whitespace
2016-12-13 Robert Haasdoc: Improve documentation related to table partitionin...
2016-12-07 Robert HaasImplement table partitioning.
2016-09-15 Robert HaasClarify policy on marking inherited constraints as...
2016-08-12 Tom LaneDoc: clarify that DROP ... CASCADE is recursive.
2016-03-10 Simon RiggsReduce lock level for altering fillfactor
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-09-11 Peter Eisentrautdoc: Spell checking
2015-08-15 Tom LaneImprove documentation about MVCC-unsafe utility commands.
2015-08-14 Simon RiggsReduce lock levels for ALTER TABLE SET autovacuum stora...
2015-07-30 Andrew DunstanAdd IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
2015-05-22 Fujii MasaoMinor enhancement of readability of ALTER TABLE syntax...
2015-04-24 Peter Eisentrautdoc: Move ALTER TABLE IF EXISTS description to better...
2015-04-05 Simon RiggsReduce lock levels of some trigger DDL and add FKs
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-01-14 Robert Haasdocs: Add missing <literal> markup.
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-22 Alvaro HerreraImplement ALTER TABLE .. SET LOGGED / UNLOGGED
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-05-07 Peter Eisentrautdoc: Fix DocBook XML validity
2014-04-28 Robert HaasMinor fixes for ALTER TABLE documentation.
2014-04-15 Bruce Momjianpsql: conditionally display oids and replication identity
2014-04-14 Robert HaasCorrect description of constraint_name in ALTER TABLE...
2014-04-14 Robert HaasUpdate list of relation types on which ALTER TABLE...
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-04-03 Tom LaneAvoid promising that "ADD COLUMN ... DEFAULT NULL"...
2014-03-18 Robert HaasDocumentation for logical decoding.
2014-02-24 Peter Eisentrautdoc: Improve DocBook XML validity
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-06-28 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-24 Simon RiggsReverting previous commit, pending investigation
2013-06-24 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-18 Simon RiggsFix docs on lock level for ALTER TABLE VALIDATE
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-09-17 Tom LaneProvide adequate documentation of the "table_name ...
2012-07-24 Alvaro HerreraChange syntax of new CHECK NO INHERIT constraints
2012-06-21 Peter EisentrautMake placeholders in SQL command help more consistent...
2012-05-21 Tom LaneAdjust documentation of ALTER TABLE CLUSTER ON for...
2012-04-24 Robert HaasMinor improvements for CHECK NO INHERIT documentation.
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-03-10 Peter EisentrautAdd support for renaming constraints
2012-01-23 Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2012-01-16 Alvaro HerreraDisallow merging ONLY constraints in children tables
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-09-10 Bruce MomjianRemove unnecessary MATCH FULL specification in example.
2011-08-07 Peter EisentrautFix a whitespace issue with the man pages
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-15 Robert HaasAvoid a few more SET DATA TYPE table rewrites.
2011-02-12 Robert HaasTeach ALTER TABLE .. SET DATA TYPE to avoid some table...
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-04 Robert HaasUpdate ALTER TABLE docs to mention using VACUUM FULL...
2011-01-26 Itagaki TakahiroMake 'on' uppercase in a sql example.
2011-01-25 Robert HaasCorrect ALTER TYPE -> SET DATA TYPE in ALTER TABLE...
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2010-12-29 Tom LaneReclassify DEFAULT as a column_constraint item in the...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-16 Tom LaneStamp 9.0 release notes with expected release date...
2010-06-24 Bruce MomjianMention that when alter rewrites a table, indexes are...
2010-06-09 Alvaro HerreraUpdate ALTER TABLE docs to account for exclusion and...
2010-05-13 Tom LaneUse "TOAST table" in place of the vague, not-used-elsew...
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-01-22 Robert HaasFix mismatched tags introduced by attribute options...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2009-09-18 Peter EisentrautEasier to translate psql help
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-05-03 Tom LaneFix unintelligible description created by removing...
next