]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_shdepend.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / catalog / pg_shdepend.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients
2017-02-01 Tom LaneFix CatalogTupleInsert/Update abstraction for case...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-20 Peter EisentrautLogical replication
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-17 Alvaro HerreraRework internals of changing a type's ownership
2015-12-11 Alvaro HerreraFor REASSIGN OWNED for foreign user mappings
2015-12-11 Stephen FrostHandle policies during DROP OWNED BY
2015-07-28 Joe ConwayCreate a pg_shdepend entry for each role in TO clause...
2015-05-24 Tom LaneRename pg_shdepend.c's typedef "objectType" to SharedDe...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-07-15 Alvaro HerreraFix REASSIGN OWNED for text search objects
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-28 Alvaro HerreraREASSIGN OWNED: handle shared objects, too
2013-01-28 Alvaro HerreraDROP OWNED: don't try to drop tablespaces/databases
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-03 Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
2012-10-03 Alvaro HerreraREASSIGN OWNED: consider grants on tablespaces, too
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-07-03 Alvaro HerreraForgot an #include in the previous patch :-(
2012-07-03 Alvaro HerreraHave REASSIGN OWNED work on extensions, too
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-24 Robert HaasLots of doc corrections.
2012-02-22 Alvaro HerreraREASSIGN OWNED: Support foreign data wrappers and servers
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-06-13 Alvaro HerreraFix aboriginal copy-paste mistake in error message
2011-02-12 Peter EisentrautDDL support for collations
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-26 Alvaro HerreraImprove wording for privilege description on certain...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Robert HaasAllow REASSIGNED OWNED to handle opclasses and opfamilies.
2010-04-05 Tom LaneFix updateAclDependencies() to not assume that ACL...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-03-26 Peter EisentrautGettext plural support
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-29 Alvaro HerreraFix REASSIGN OWNED so that it works on procedural langu...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-24 Tom LaneUse new errdetail_log() mechanism to provide a less...
2008-03-24 Tom LaneFix various infelicities that have snuck into usage...
2008-01-23 Alvaro HerreraImprove lock level choices in pg_shdepend.c. Noticed...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-05-14 Tom LaneFix up grammar and translatability of recent checkShare...
2007-05-14 Alvaro HerreraReport all dependent objects to the server log when...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-08-20 Alvaro HerreraFix DROP OWNED BY to correctly consider the implicitly...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2005-12-01 Alvaro HerreraRefactor some bits in aclchk.c in order to reduce code...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-30 Tom LaneFix misleading comment.
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...