]> granicus.if.org Git - postgresql/history - src/include/utils/acl.h
Update copyright for 2014
[postgresql] / src / include / utils / acl.h
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-06-15 Peter EisentrautImprove reporting of permission errors for array types
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-27 Peter EisentrautShow default privileges in information schema
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-09 Tom LaneAdjust the permissions required for COMMENT ON ROLE.
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-02-12 Peter EisentrautDDL support for collations
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-05 Peter EisentrautSpeed up information schema privilege views
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-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
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-11-18 Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-04 Tom LaneDisregard superuserness when checking to see if a role...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-10 Tom LaneFix the problem of GRANTs creating "dangling" privilege...
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-14 Tom LaneAdjust permissions checking for ALTER OWNER commands...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-29 Tom LaneMore cleanup on roles patch. Allow admin option to...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-01-27 Neil ConwaySmall patch to move get_grosysid() from catalog/aclchk...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-06 Tom LaneUse one, not zero, as the default lower bound for array...
2004-08-01 Tom LaneCause ALTER OWNER commands to update the object's ACL...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-01 Tom LaneAlign GRANT/REVOKE behavior more closely with the SQL...
2004-05-11 Tom LaneRefactor low-level aclcheck code to provide useful...
2004-05-02 Bruce MomjianRevert patch --- needs more generalized solution.
2004-04-26 Bruce MomjianPlease find a attached a small patch that adds accessor...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-10-29 Tom LaneFix some corner cases in ACL manipulation: don't foul...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-11 Peter EisentrautRepresent grant options in the information schema.
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-09-04 Bruce Momjianpgindent run.
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-12 Bruce MomjianBack out has_table_privilege patch.
2001-06-12 Bruce MomjianOK -- here's take #5.
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-05 Tom LaneCorrect permissions-checking bugs associated with ancie...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
next