]> granicus.if.org Git - postgresql/history - src/backend/commands/alter.c
Update copyright for the year 2010.
[postgresql] / src / backend / commands / alter.c
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-06-15 Tom LaneRearrange ALTER TABLE syntax processing as per my recen...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-02-07 Tom LaneSome variants of ALTER OWNER tried to make the "object...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-04-15 Tom LaneSupport the syntax
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-22 Tom LaneCode review for ALTER INDEX patch.
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-06-27 Peter EisentrautFirst batch of object rename commands.