]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_shdepend.c
Update copyright notices for year 2012.
[postgresql] / src / backend / catalog / pg_shdepend.c
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...