index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
alter.c
Commit message (
Expand
)
Author
Age
*
Disallow ALTER DOMAIN on non-domain type everywhere
Peter Eisentraut
2012-01-27
*
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-22
*
Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.
Robert Haas
2011-12-15
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
*
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Message style improvements
Peter Eisentraut
2011-07-08
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Robert Haas
2011-01-03
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
*
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-28
*
Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.
Robert Haas
2010-06-13
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
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
*
Add large object access control.
Itagaki Takahiro
2009-12-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19
*
Rearrange ALTER TABLE syntax processing as per my recent proposal: the
Tom Lane
2008-06-15
*
Support ALTER TYPE RENAME. Petr Jelinek
Tom Lane
2008-03-19
*
Some variants of ALTER OWNER tried to make the "object" field of the
Tom Lane
2008-02-07
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
*
Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.
Neil Conway
2007-07-03
*
Allow non-superuser database owners to create procedural languages.
Tom Lane
2007-03-26
*
Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR
Tom Lane
2007-01-23
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Support the syntax
Tom Lane
2006-04-15
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Revert patch becaues of locking concerns:
Bruce Momjian
2006-02-12
*
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
Bruce Momjian
2006-02-11
*
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
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
[next]