aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/alter.c
Commit message (Expand)AuthorAge
* 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