Commits

DateSubjectAuthorReleases
2006-09-05 Get rid of the separate RULE privilege for tables: now only a table's owner Tom Lane 8.2.0
2006-04-30 Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not Tom Lane 8.2.0
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-10-07 Marginal performance improvement in aclmask(): don't bother with Tom Lane 8.1.0
2005-07-28 Make use of new list primitives list_append_unique and list_concat_unique 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-26 Add pg_has_role() family of privilege inquiry functions modeled after the 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-07 Solve the 'Turkish problem' with undesirable locale behavior for case 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-14 Handle double-quotes correctly in user names in ACL lists. Tom Lane 7.4.1
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2003-06-27 Create real array comparison functions (that use the element datatype's Tom Lane 7.4.1