Commits

DateSubjectAuthorReleases
2005-11-18 Mop-up for nulls-in-arrays patch: fix some places that access array Tom Lane 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2005-11-04 Disregard superuserness when checking to see if a role GRANT would Tom Lane 8.1.0
2005-10-10 Fix the problem of GRANTs creating "dangling" privileges not directly Tom Lane 8.1.0
2005-07-26 Add a role property 'rolinherit' which, when false, denotes that the role Tom Lane 8.1.0
2005-07-14 Adjust permissions checking for ALTER OWNER commands: instead 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
2005-06-29 More cleanup on roles patch. Allow admin option to be inherited through Tom Lane 8.1.0
2005-06-28 Bring syntax of role-related commands into SQL compliance. To avoid Tom Lane 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2004-08-06 Use one, not zero, as the default lower bound for arrays of AclItems. Tom Lane 8.0.0
2004-08-01 Cause ALTER OWNER commands to update the object's ACL, replacing references Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-06-01 Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion Tom Lane 8.0.0
2004-05-11 Refactor low-level aclcheck code to provide useful interfaces for multi-bit Tom Lane 8.0.0
2004-01-14 Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time Tom Lane 8.0.0
2003-11-21 COMMENT ON casts, conversions, languages, operator classes, and Tom Lane 8.0.0
2003-10-29 Fix some corner cases in ACL manipulation: don't foul up on an empty Tom Lane 7.4.1
2003-08-17 Create a 'type cache' that keeps track of the data needed for any particular Tom Lane 7.4.1
2003-08-01 Adjust 'permission denied' messages to be more useful and consistent. Tom Lane 7.4.1
2003-07-21 Error message editing in backend/catalog. Tom Lane 7.4.1
2003-06-27 Create real array comparison functions (that use the element datatype's Tom Lane 7.4.1
2003-01-09 Move new typedef AclId into c.h, so as to avoid cluttering namespace Tom Lane 7.4.1
2002-07-29 Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more Tom Lane 7.3.1
2002-04-27 Restructure aclcheck error reporting to make permission-failure Tom Lane 7.3.1