aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/alter.c
Commit message (Expand)AuthorAge
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-28
* Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas2010-06-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-01
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add large object access control.Itagaki Takahiro2009-12-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane2008-06-15
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* Some variants of ALTER OWNER tried to make the "object" field of theTom Lane2008-02-07
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-03
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-26
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Support the syntaxTom Lane2006-04-15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-12
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-01
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Code review for ALTER INDEX patch.Tom Lane2004-08-22
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* First batch of object rename commands.Peter Eisentraut2003-06-27