]> granicus.if.org Git - postgresql/history - doc/src/sgml/ref/alter_table.sgml
Create a "sort support" interface API for faster sorting.
[postgresql] / doc / src / sgml / ref / alter_table.sgml
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...
2009-04-15 Bruce MomjianRemove mention of pre-7.1 inheritance behavior from...
2009-02-11 Tom LaneChange ALTER TABLE SET WITHOUT OIDS to rewrite the...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-11-14 Peter EisentrautSet SQL man pages to be section 7 by default, and only...
2008-10-21 Peter EisentrautAllow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2007-11-28 Peter Eisentrautspell checker run
2007-05-17 Neil ConwayTweaks for SGML markup.
2007-03-22 Bruce MomjianRemove tabs from SGML file.
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate reference documentation on may/can/might:
2006-10-23 Peter EisentrautSpellchecking and such
2006-10-13 Tom LaneCode and docs review for ALTER TABLE INHERIT/NO INHERIT...
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-08-03 Tom LaneCause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT...
2006-07-04 Tom LaneDocumentation fixes for FILLFACTOR patch. Minor other...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2005-12-08 Bruce Momjianthere's a paragraph in the ALTER TABLE reference page...
2005-08-24 Tom LaneAdd documentation for ALTER TABLE ENABLE/DISABLE TRIGGER.
2005-08-22 Bruce MomjianUpdate documentation that non-super users can now do...
2005-08-04 Tom LaneALTER TABLE OWNER must change the ownership of the...
2005-08-01 Tom LaneDocumentation for ALTER object SET SCHEMA commands...
2005-01-14 Tom LaneIncorporate examples and doc patches from Mark Kirkwood...
2005-01-10 Tom LaneAdd some real documentation about TOAST (finally)....
2005-01-04 Tom LaneMore minor updates and copy-editing.
2004-10-22 Tom LaneIn ALTER COLUMN TYPE, strip any implicit coercion opera...
2004-07-11 Tom LaneALTER TABLE SET TABLESPACE. Gavin Sherry, some rework...
2004-06-02 Bruce MomjianImprove without cluster wording.
2004-06-02 Bruce MomjianOK, here's the final version of ALTER TABLE ... SET...
2004-05-27 Tom LaneRecommend ALTER TABLE ... TYPE as the best way to recla...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-03-24 Neil ConwayMake a cross-reference in the ALTER TABLE ref page...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-09 Neil ConwayRefer to GUC variables using <xref> tags rather than...
2004-03-01 Neil ConwayAdd a few more xrefs, where they seemed appropriate...
2003-12-01 Bruce MomjianThis patch adds a new GUC var, "default_with_oids"...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-22 Peter EisentrautMake the SQL command synopses appear less random.
2003-09-09 Tom LaneRemove a bunch of content-free Diagnostics sections...
2003-08-31 Peter EisentrautAdd/edit index entries.
2003-04-15 Peter EisentrautBring SQL ref pages to consistent format, part 1.
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-02-19 Bruce MomjianThis patch makes the following changes to the documenta...
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-01-19 Bruce MomjianThis patch includes a lot of minor cleanups to the...
2002-12-16 Tom LaneDocument that zero-column tables are allowed (and non...
2002-10-19 Tom LaneFix inconsistent formatting.
2002-10-19 Tom LaneFix incomplete definition of ALTER TABLE ADD/DROP CONST...
2002-09-21 Peter EisentrautAdd more appropriate markup.
2002-08-15 Bruce Momjian> Neil Conway <nconway@klamath.dyndns.org> writes:
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-05-18 Peter EisentrautRevise command completion tags as per hackers message...
2002-04-24 Bruce MomjianOops, wrong commit on previous. It was:
2002-04-23 Tom LaneUpdate SQL-command reference pages for schema features.
2002-04-21 Thomas G. LockhartAugment the date/time examples in the User's Guide...
2002-04-01 Tom LaneALTER TABLE SET/DROP NOT NULL, from Christopher Kings...
2002-03-06 Bruce Momjianalter table doc cleanups.
2002-03-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
2002-02-17 Bruce MomjianFix SGML typo in previous patch.
2002-02-17 Bruce MomjianI think it's important that it's actually documented...
2002-02-16 Bruce MomjianClarify params to ALTER TABLE to clearly show single...
2002-01-20 Peter EisentrautSpell-check and markup police
2001-12-08 Thomas G. LockhartUse PostgreSQL consistantly throughout docs. Before...
2001-11-22 Bruce MomjianAdd mention that ALTER TABLE RENAME affects indexes...
2001-11-18 Peter EisentrautInitial round of tweakage for man pages
next