]> granicus.if.org Git - postgresql/history - doc/src/sgml/ref/alter_table.sgml
Increase the default value of default_statistics_target from 10 to 100,
[postgresql] / doc / src / sgml / ref / alter_table.sgml
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
2001-11-10 Tom LaneRepair erroneous ALTER DROP CONSTRAINT example.
2001-10-22 Peter EisentrautMake the CREATE TABLE ref page more readable and update...
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-09-12 Tatsuo IshiiFix typo (add ;)
2001-09-07 Bruce MomjianHere is my much-promised patch to let people add UNIQUE...
2001-09-03 Peter EisentrautPut some kind of grammatical uniformity in the <refpurp...
2001-05-30 Bruce MomjianThis is a docs patch to go with my DROP CONSTRAINT...
2001-05-09 Bruce MomjianIf it's true that the ALTER TABLE x ADD CONSTRAINT...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-05 Bruce MomjianI'm attaching those diffs for the Reference Guide in...
2001-02-10 Bruce MomjianBack out addition. Seems grammar doesn't handle CONSTR...
2001-02-10 Bruce MomjianAdd mention of CONSTRAINT in ADD CONSTRAINT section.
2001-01-13 Peter EisentrautTerminology cleanup: class -> table, instance -> row...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-12-25 Peter EisentrautRefine some things to create better looking man pages.
2000-12-20 Bruce MomjianOn Sunday 17 December 2000 15:07, Bruce Momjian wrote:
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
2000-07-22 Bruce MomjianCleanups
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-04-11 Bruce Momjian Attached is are diffs for CREATE/ALTER table...
2000-03-27 Thomas G. LockhartStart updating for the v7.0 release.
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-09 Bruce MomjianThe psql online help for ALTER TABLE (\h alter table...
1999-07-22 Thomas G. LockhartComplete merge of all old man page information.
1999-07-06 Thomas G. LockhartFix markup for docbook2man man page generation.
1998-12-29 Thomas G. LockhartClean up to ensure tag completion as required by the...
1998-10-30 Thomas G. LockhartMinor cleanup in markup, especially in the Output section.
1998-09-22 Thomas G. LockhartEditing and markup cleanup.
1998-09-16 Thomas G. LockhartMarkup and editing adjustments...
next