index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
tablecmds.h
Commit message (
Expand
)
Author
Age
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Change the bootstrap sequence so that toast tables for system catalogs are
Tom Lane
2006-07-31
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
Bruce Momjian
2006-06-27
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Add CASCADE option to TRUNCATE. Joachim Wieland
Tom Lane
2006-03-03
*
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-11-21
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Add ALTER object SET SCHEMA capability for a limited but useful set of
Tom Lane
2005-08-01
*
Generalize TRUNCATE to support truncating multiple tables in one
Tom Lane
2005-01-27
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
*
ALTER TABLE rewrite. New cool stuff:
Tom Lane
2004-05-05
*
Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and
Tom Lane
2004-03-23
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Add ALTER TABLE <tablename> CLUSTER ON <indexname>
Bruce Momjian
2003-03-20
*
Code for WITHOUT OIDS.
Bruce Momjian
2003-02-13
*
Code review for ON COMMIT patch. Make the actual on-commit action happen
Tom Lane
2002-11-11
*
Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]
Bruce Momjian
2002-11-09
*
Fix ALTER TABLE ... ADD COLUMN for inheritance cases.
Bruce Momjian
2002-10-21
*
pgindent run.
Bruce Momjian
2002-09-04
*
Add attisinherited column to pg_attribute; use it to guard against
Tom Lane
2002-08-30
*
First phase of applying Rod Taylor's pg_depend patch. This just adds
Tom Lane
2002-07-01
*
Code review for ALTER TRIGGER RENAME patch: make better use of index,
Tom Lane
2002-04-30
*
Move renametrig() from tablecmds.c to trigger.c --- if we're going to
Tom Lane
2002-04-26
*
Attached is a patch for ALTER TRIGGER RENAME per the above thread. I
Bruce Momjian
2002-04-24
*
The contents of command.c, creatinh.c, define.c, remove.c and rename.c
Tom Lane
2002-04-15