summaryrefslogtreecommitdiff
path: root/src/include/utils/acl.h
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-7/+7
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-3/+2
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-031-5/+1
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-301-2/+6
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-301-3/+4
* 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/+3
* Refactor some bits in aclchk.c in order to reduce code duplication.Alvaro Herrera2005-12-011-4/+22
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+4
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-181-21/+4
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-3/+3
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-041-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+5
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-101-1/+5
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-261-1/+2
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-141-1/+2
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+2
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-291-1/+2
* 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-74/+57
* Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway2005-01-271-2/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-11/+11
* 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-1/+3
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+7
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-011-5/+15
* Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane2004-05-111-1/+18
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-021-6/+1
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-261-1/+6
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-141-7/+7
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-1/+2
* Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane2003-10-291-15/+25
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-1/+2
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+5
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+19
* Error message editing in backend/catalog.Tom Lane2003-07-211-2/+2
* First batch of object rename commands.Peter Eisentraut2003-06-271-1/+2
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-1/+2
* Back out array mega-patch.Bruce Momjian2003-06-251-2/+1
* Array mega-patch.Bruce Momjian2003-06-241-1/+2
* Represent grant options in the information schema.Peter Eisentraut2003-06-111-1/+5
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-231-18/+23
* Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane2003-01-091-2/+3