summaryrefslogtreecommitdiff
path: root/src/include/catalog/dependency.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-121-7/+1
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-111-1/+7
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+7
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-12/+11
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-011-1/+5
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-2/+64
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-2/+29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+5
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-1/+6
* Tweak dependency code to suppress NOTICEs generated by new method forTom Lane2003-03-061-2/+3
* Revise mechanism for getting rid of temp tables at backend shutdown.Tom Lane2003-02-071-1/+3
* pgindent run.Bruce Momjian2002-09-041-17/+18
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-111-2/+2
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-161-1/+3
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-161-1/+10
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-0/+92