summaryrefslogtreecommitdiff
path: root/src/include/utils/acl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-6/+6
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-041-13/+8
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-291-1/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-15/+15
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-211-56/+56
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-2/+1
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-15/+15
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-2/+5
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-9/+9
* Back out has_table_privilege patch.Bruce Momjian2001-06-121-17/+1
* OK -- here's take #5.Bruce Momjian2001-06-121-1/+17
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-091-10/+8
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-051-7/+9
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-16/+17
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-15/+15
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-2/+6
* Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane2000-10-021-14/+12
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-5/+5