aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_table.sgml
Commit message (Expand)AuthorAge
* Add documentation for ALTER TABLE ENABLE/DISABLE TRIGGER.Tom Lane2005-08-24
* Update documentation that non-super users can now do ALTER OWNER.Bruce Momjian2005-08-22
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-04
* Documentation for ALTER object SET SCHEMA commands. Also some minorTom Lane2005-08-01
* Incorporate examples and doc patches from Mark Kirkwood and David Fetter.Tom Lane2005-01-14
* Add some real documentation about TOAST (finally). Combine this withTom Lane2005-01-10
* More minor updates and copy-editing.Tom Lane2005-01-04
* In ALTER COLUMN TYPE, strip any implicit coercion operations appearingTom Lane2004-10-22
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-11
* Improve without cluster wording.Bruce Momjian2004-06-02
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-02
* Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by d...Tom Lane2004-05-27
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* Make a cross-reference in the ALTER TABLE ref page into a <xref>.Neil Conway2004-03-24
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-23
* Refer to GUC variables using <xref> tags rather than <varname> tags,Neil Conway2004-03-09
* Add a few more xrefs, where they seemed appropriate: for example, referNeil Conway2004-03-01
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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