Commits

DateSubjectAuthorReleases
2019-03-20 Sort the dependent objects before deletion in DROP OWNED BY. Tom Lane 12.0
2019-02-11 Redesign the partition dependency mechanism. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-12-02 Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits. Tom Lane 10.0
2011-07-23 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. Tom Lane 9.1.0
2011-07-23 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. Tom Lane 9.2.0
2011-02-10 Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. Tom Lane 9.1.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2010-04-05 Fix updateAclDependencies() to not assume that ACL role dependencies can only Tom Lane 9.0.0
2009-10-05 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust Tom Lane 9.0.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-06-08 Rewrite DROP's dependency traversal algorithm into an honest two-pass Tom Lane 8.4.0
2008-05-16 Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a Tom Lane 8.4.0
2008-03-24 Use new errdetail_log() mechanism to provide a less klugy way of reporting Tom Lane 8.4.0
2007-12-01 Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate Tom Lane 8.3.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0
2006-08-21 Fix all known problems with pg_dump's handling of serial sequences Tom Lane 8.2.0
2005-08-01 Add ALTER object SET SCHEMA capability for a limited but useful set of Tom Lane 8.1.0
2005-07-07 Track dependencies on shared objects (which is to say, roles; we already Tom Lane 8.1.0
2004-05-05 ALTER TABLE rewrite. New cool stuff: Tom Lane 8.0.0
2003-05-28 Replace functional-index facility with expressional indexes. Any column Tom Lane 7.4.1
2003-03-06 Tweak dependency code to suppress NOTICEs generated by new method for Tom Lane 7.3.3
2003-03-06 Tweak dependency code to suppress NOTICEs generated by new method for Tom Lane 7.4.1
2003-02-07 Revise mechanism for getting rid of temp tables at backend shutdown. Tom Lane 7.3.3