summaryrefslogtreecommitdiff
path: root/src/include/commands/tablecmds.h
Commit message (Expand)AuthorAgeFilesLines
* 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