aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_table.sgml
Commit message (Expand)AuthorAge
* Document that zero-column tables are allowed (and non-standard).Tom Lane2002-12-16
* Fix inconsistent formatting.Tom Lane2002-10-19
* Fix incomplete definition of ALTER TABLE ADD/DROP CONSTRAINT syntax.Tom Lane2002-10-19
* Add more appropriate markup.Peter Eisentraut2002-09-21
* > Neil Conway <nconway@klamath.dyndns.org> writes:Bruce Momjian2002-08-15
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Revise command completion tags as per hackers message on 20 March.Peter Eisentraut2002-05-18
* Oops, wrong commit on previous. It was:Bruce Momjian2002-04-24
* Update SQL-command reference pages for schema features.Tom Lane2002-04-23
* Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart2002-04-21
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-01
* alter table doc cleanups.Bruce Momjian2002-03-06
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-05
* Fix SGML typo in previous patch.Bruce Momjian2002-02-17
* I think it's important that it's actually documented that they can addBruce Momjian2002-02-17
* Clarify params to ALTER TABLE to clearly show single parameters.Bruce Momjian2002-02-16
* Spell-check and markup policePeter Eisentraut2002-01-20
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Add mention that ALTER TABLE RENAME affects indexes and sequences too.Bruce Momjian2001-11-22
* Initial round of tweakage for man pagesPeter Eisentraut2001-11-18
* Repair erroneous ALTER DROP CONSTRAINT example.Tom Lane2001-11-10
* Make the CREATE TABLE ref page more readable and update some information.Peter Eisentraut2001-10-22
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-12
* Fix typo (add ;)Tatsuo Ishii2001-09-12
* Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian2001-09-07
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* This is a docs patch to go with my DROP CONSTRAINT patch.Bruce Momjian2001-05-30
* If it's true that the ALTER TABLE x ADD CONSTRAINT x CHECK (x) syntax isBruce Momjian2001-05-09
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* I'm attaching those diffs for the Reference Guide in a tar file, asBruce Momjian2001-03-05
* Back out addition. Seems grammar doesn't handle CONSTRAINT as optional.Bruce Momjian2001-02-10
* Add mention of CONSTRAINT in ADD CONSTRAINT section.Bruce Momjian2001-02-10
* Terminology cleanup: class -> table, instance -> row, attribute -> column,Peter Eisentraut2001-01-13
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* Refine some things to create better looking man pages.Peter Eisentraut2000-12-25
* On Sunday 17 December 2000 15:07, Bruce Momjian wrote:Bruce Momjian2000-12-20
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* CleanupsBruce Momjian2000-07-22
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Attached is are diffs for CREATE/ALTER table doc I'veBruce Momjian2000-04-11
* Start updating for the v7.0 release.Thomas G. Lockhart2000-03-27
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* The psql online help for ALTER TABLE (\h alter table) is corrupt. IBruce Momjian2000-01-09
* Complete merge of all old man page information.Thomas G. Lockhart1999-07-22
* Fix markup for docbook2man man page generation.Thomas G. Lockhart1999-07-06
* Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart1998-12-29
* Minor cleanup in markup, especially in the Output section.Thomas G. Lockhart1998-10-30
* Editing and markup cleanup.Thomas G. Lockhart1998-09-22