summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Message style improvementsPeter Eisentraut2006-10-061-3/+3
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-11/+11
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-301-2/+10
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-301-2/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-211-1/+5
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-181-10/+37
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-2/+2
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-041-1/+21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-133/+133
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-101-39/+247
* Marginal performance improvement in aclmask(): don't bother withTom Lane2005-10-071-6/+7
* Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane2005-07-281-7/+4
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-261-33/+170
* Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane2005-07-261-1/+221
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-211-5/+5
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-141-1/+19
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+82
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-291-116/+177
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-281-2/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-365/+369
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-271-3/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-40/+42
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use one, not zero, as the default lower bound for arrays of AclItems.Tom Lane2004-08-061-2/+2
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-011-7/+110
* Add has_tablespace_privilege().Bruce Momjian2004-07-121-1/+205
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+5
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-011-87/+324
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-41/+41
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-021-38/+1
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-261-1/+38
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane2003-10-291-51/+52
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-5/+5
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-151-4/+4
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-091-2/+2
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-1/+18
* Handle double-quotes correctly in user names in ACL lists.Tom Lane2003-08-141-17/+31
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-41/+48
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-36/+79
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-8/+25
* Back out array mega-patch.Bruce Momjian2003-06-251-10/+1
* Array mega-patch.Bruce Momjian2003-06-241-1/+10
* Represent grant options in the information schema.Peter Eisentraut2003-06-111-16/+102