aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/acl.h
Commit message (Expand)AuthorAge
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* 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
* 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
* Refactor low-level aclcheck code to provide useful interfaces for multi-bitTom Lane2004-05-11
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-02
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-26
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane2003-10-29
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Error message editing in backend/catalog.Tom Lane2003-07-21
* First batch of object rename commands.Peter Eisentraut2003-06-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
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane2003-01-09
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-04
* pgindent run.Bruce Momjian2002-09-04
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Back out has_table_privilege patch.Bruce Momjian2001-06-12
* OK -- here's take #5.Bruce Momjian2001-06-12
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-09
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-05
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane2000-10-02
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06