| Commit message (Expand) | Author | Age |
* | Disregard superuserness when checking to see if a role GRANT would | Tom Lane | 2005-11-04 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix the problem of GRANTs creating "dangling" privileges not directly | Tom Lane | 2005-10-10 |
* | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 |
* | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane | 2005-07-14 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 |
* | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane | 2005-06-29 |
* | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Small patch to move get_grosysid() from catalog/aclchk.c to | Neil Conway | 2005-01-27 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane | 2004-08-06 |
* | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 |
* | Refactor low-level aclcheck code to provide useful interfaces for multi-bit | Tom Lane | 2004-05-11 |
* | Revert patch --- needs more generalized solution. | Bruce Momjian | 2004-05-02 |
* | Please find a attached a small patch that adds accessor functions | Bruce Momjian | 2004-04-26 |
* | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 |
* | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane | 2003-10-29 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 |
* | Represent grant options in the information schema. | Peter Eisentraut | 2003-06-11 |
* | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 |
* | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane | 2003-01-09 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 |
* | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 |
* | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 |
* | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 |
* | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |