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
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-21
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
*
Add missing include so include file compiles cleanly on its own.
Bruce Momjian
2011-08-22
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
*
Tweak find_composite_type_dependencies API a bit more.
Robert Haas
2011-02-11
*
Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
Robert Haas
2011-02-06
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
*
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-28
*
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-02-01
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Rearrange ALTER TABLE syntax processing as per my recent proposal: the
Tom Lane
2008-06-15
*
Refactor the handling of the various DropStmt variants so that when multiple
Tom Lane
2008-06-14
*
Support ALTER TYPE RENAME. Petr Jelinek
Tom Lane
2008-03-19
*
Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these
Tom Lane
2008-01-30
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.
Neil Conway
2007-07-03
*
Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT
Tom Lane
2007-05-11
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
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
[next]