aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/acl.h
Commit message (Expand)AuthorAge
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-26
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-03
* 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
* Refactor some bits in aclchk.c in order to reduce code duplication.Alvaro Herrera2005-12-01
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-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
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-26
* 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
* Small patch to move get_grosysid() from catalog/aclchk.c toNeil Conway2005-01-27
* 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