summaryrefslogtreecommitdiff
path: root/src/include/catalog/dependency.h
AgeCommit message (Expand)Author
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-08-21Fix all known problems with pg_dump's handling of serial sequencesTom Lane
2006-08-20Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list forAlvaro Herrera
2006-06-27Revert patch, doesn't do what it should:Bruce Momjian
2006-06-27Disallow changing/dropping default expression of a SERIAL columnBruce Momjian
2006-04-30Revert patch pending more discussion:Bruce Momjian
2006-04-29Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-12Revert patch becaues of locking concerns:Bruce Momjian
2006-02-11Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-01Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-03-06Tweak dependency code to suppress NOTICEs generated by new method forTom Lane
2003-02-07Revise mechanism for getting rid of temp tables at backend shutdown.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-07-16Add more dependency insertions --- this completes the basic pg_dependTom Lane
2002-07-16Add code to extract dependencies from an expression tree, and use itTom Lane
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane