aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_table.sgml
Commit message (Expand)AuthorAge
* Make the SQL command synopses appear less random.Peter Eisentraut2003-09-22
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* Add/edit index entries.Peter Eisentraut2003-08-31
* Bring SQL ref pages to consistent format, part 1.Peter Eisentraut2003-04-15
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-20
* This patch makes the following changes to the documentation:Bruce Momjian2003-02-19
* Code for WITHOUT OIDS.Bruce Momjian2003-02-13
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* 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