| Commit message (Expand) | Author | Age |
* | Add documentation for ALTER TABLE ENABLE/DISABLE TRIGGER. | Tom Lane | 2005-08-24 |
* | Update documentation that non-super users can now do ALTER OWNER. | Bruce Momjian | 2005-08-22 |
* | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | Tom Lane | 2005-08-04 |
* | Documentation for ALTER object SET SCHEMA commands. Also some minor | Tom Lane | 2005-08-01 |
* | Incorporate examples and doc patches from Mark Kirkwood and David Fetter. | Tom Lane | 2005-01-14 |
* | Add some real documentation about TOAST (finally). Combine this with | Tom Lane | 2005-01-10 |
* | More minor updates and copy-editing. | Tom Lane | 2005-01-04 |
* | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane | 2004-10-22 |
* | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 |
* | Improve without cluster wording. | Bruce Momjian | 2004-06-02 |
* | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian | 2004-06-02 |
* | Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by d... | Tom Lane | 2004-05-27 |
* | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 |
* | Make a cross-reference in the ALTER TABLE ref page into a <xref>. | Neil Conway | 2004-03-24 |
* | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 |
* | Refer to GUC variables using <xref> tags rather than <varname> tags, | Neil Conway | 2004-03-09 |
* | Add a few more xrefs, where they seemed appropriate: for example, refer | Neil Conway | 2004-03-01 |
* | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Make the SQL command synopses appear less random. | Peter Eisentraut | 2003-09-22 |
* | Remove a bunch of content-free Diagnostics sections, as per previous | Tom Lane | 2003-09-09 |
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
* | Bring SQL ref pages to consistent format, part 1. | Peter Eisentraut | 2003-04-15 |
* | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 |
* | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian | 2003-03-20 |
* | This patch makes the following changes to the documentation: | Bruce Momjian | 2003-02-19 |
* | Code for WITHOUT OIDS. | Bruce Momjian | 2003-02-13 |
* | This patch includes a lot of minor cleanups to the SGML documentation, | Bruce Momjian | 2003-01-19 |
* | Document that zero-column tables are allowed (and non-standard). | Tom Lane | 2002-12-16 |
* | Fix inconsistent formatting. | Tom Lane | 2002-10-19 |
* | Fix incomplete definition of ALTER TABLE ADD/DROP CONSTRAINT syntax. | Tom Lane | 2002-10-19 |
* | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 |
* | > Neil Conway <nconway@klamath.dyndns.org> writes: | Bruce Momjian | 2002-08-15 |
* | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Revise command completion tags as per hackers message on 20 March. | Peter Eisentraut | 2002-05-18 |
* | Oops, wrong commit on previous. It was: | Bruce Momjian | 2002-04-24 |
* | Update SQL-command reference pages for schema features. | Tom Lane | 2002-04-23 |
* | Augment the date/time examples in the User's Guide to reflect the newer | Thomas G. Lockhart | 2002-04-21 |
* | ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. | Tom Lane | 2002-04-01 |
* | alter table doc cleanups. | Bruce Momjian | 2002-03-06 |
* | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 |
* | Fix SGML typo in previous patch. | Bruce Momjian | 2002-02-17 |
* | I think it's important that it's actually documented that they can add | Bruce Momjian | 2002-02-17 |
* | Clarify params to ALTER TABLE to clearly show single parameters. | Bruce Momjian | 2002-02-16 |
* | Spell-check and markup police | Peter Eisentraut | 2002-01-20 |
* | Use PostgreSQL consistantly throughout docs. Before, usage was split evenly | Thomas G. Lockhart | 2001-12-08 |
* | Add mention that ALTER TABLE RENAME affects indexes and sequences too. | Bruce Momjian | 2001-11-22 |
* | Initial round of tweakage for man pages | Peter Eisentraut | 2001-11-18 |