index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
/
dependency.h
Commit message (
Expand
)
Author
Age
*
Rewrite DROP's dependency traversal algorithm into an honest two-pass
Tom Lane
2008-06-08
*
Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a
Tom Lane
2008-05-16
*
Use new errdetail_log() mechanism to provide a less klugy way of reporting
Tom Lane
2008-03-24
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate
Tom Lane
2007-12-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
Fix all known problems with pg_dump's handling of serial sequences
Tom Lane
2006-08-21
*
Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for
Alvaro Herrera
2006-08-20
*
Revert patch, doesn't do what it should:
Bruce Momjian
2006-06-27
*
Disallow changing/dropping default expression of a SERIAL column
Bruce Momjian
2006-06-27
*
Revert patch pending more discussion:
Bruce Momjian
2006-04-30
*
Disallow changing DEFAULT expression of a SERIAL column.
Bruce Momjian
2006-04-29
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Revert patch becaues of locking concerns:
Bruce Momjian
2006-02-12
*
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
Bruce Momjian
2006-02-11
*
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-11-21
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Add ALTER object SET SCHEMA capability for a limited but useful set of
Tom Lane
2005-08-01
*
Track dependencies on shared objects (which is to say, roles; we already
Tom Lane
2005-07-07
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
ALTER TABLE rewrite. New cool stuff:
Tom Lane
2004-05-05
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Replace functional-index facility with expressional indexes. Any column
Tom Lane
2003-05-28
*
Tweak dependency code to suppress NOTICEs generated by new method for
Tom Lane
2003-03-06
*
Revise mechanism for getting rid of temp tables at backend shutdown.
Tom Lane
2003-02-07
*
pgindent run.
Bruce Momjian
2002-09-04
*
Code review of CLUSTER patch. Clean up problems with relcache getting
Tom Lane
2002-08-11
*
Add more dependency insertions --- this completes the basic pg_depend
Tom Lane
2002-07-16
*
Add code to extract dependencies from an expression tree, and use it
Tom Lane
2002-07-16
*
Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
Tom Lane
2002-07-12