summaryrefslogtreecommitdiff
path: root/src/include/commands/tablecmds.h
Commit message (Expand)AuthorAgeFilesLines
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+5
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-011-1/+8
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-271-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-4/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+5
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-34/+5
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-231-2/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-201-1/+3
* Code for WITHOUT OIDS.Bruce Momjian2003-02-131-1/+3
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-25/+5
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-091-1/+27
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-211-3/+2
* pgindent run.Bruce Momjian2002-09-041-13/+13
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-15/+16
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-011-4/+6
* Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane2002-04-301-2/+1
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-261-5/+1
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-241-1/+6
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-0/+63