aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
Commit message (Expand)AuthorAge
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-21
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-18
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-04
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-10
* Marginal performance improvement in aclmask(): don't bother withTom Lane2005-10-07
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-28
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-26
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-26
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-21
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-14
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-29
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Use one, not zero, as the default lower bound for arrays of AclItems.Tom Lane2004-08-06
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-01
* Add has_tablespace_privilege().Bruce Momjian2004-07-12
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-01
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-02
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane2003-10-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-15
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Handle double-quotes correctly in user names in ACL lists.Tom Lane2003-08-14
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Represent grant options in the information schema.Peter Eisentraut2003-06-11
* Make the world at least marginally safe for usernames with embedded spaces.Tom Lane2003-06-02
* Suppress gcc warnings.Tom Lane2003-01-24
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05