| Commit message (Expand) | Author | Age | Files | Lines |
| * | Additional fixes for large object access control. | Itagaki Takahiro | 2009-12-14 | 1 | -0/+7 |
| * | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 1 | -1/+83 |
| * | When querying a table with child tables, do not check permissions on the | Peter Eisentraut | 2009-10-23 | 1 | -3/+4 |
| * | Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have | Tom Lane | 2009-10-12 | 1 | -5/+5 |
| * | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. | Tom Lane | 2009-10-12 | 1 | -1/+34 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 1 | -0/+70 |
| * | Implement has_sequence_privilege() | Joe Conway | 2009-08-03 | 1 | -0/+17 |
| * | Fix column privilege checking for cases where parent and child have different | Tom Lane | 2009-03-05 | 1 | -0/+26 |
| * | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 | 1 | -0/+8 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -0/+89 |
| * | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane | 2008-11-04 | 1 | -0/+6 |
| * | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 | 1 | -1/+15 |
| * | Don't refer to the database name "regression" inside the regression test | Peter Eisentraut | 2008-07-03 | 1 | -1/+1 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 1 | -5/+3 |
| * | Make pg_regress a tad simpler and more general-purpose by removing its | Tom Lane | 2006-07-18 | 1 | -0/+17 |
| * | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 | 1 | -24/+24 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -0/+1 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -17/+17 |
| * | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 | 1 | -1/+1 |
| * | Revert patch --- needs more generalized solution. | Bruce Momjian | 2004-05-02 | 1 | -9/+0 |
| * | Please find a attached a small patch that adds accessor functions | Bruce Momjian | 2004-04-26 | 1 | -0/+9 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -4/+0 |
| * | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 | 1 | -0/+28 |
| * | Make regression tests safe for autocommit = 'off'. | Bruce Momjian | 2002-10-19 | 1 | -0/+8 |
| * | Change default privileges for languages and functions to be PUBLIC USAGE | Tom Lane | 2002-09-24 | 1 | -0/+1 |
| * | Add code to extract dependencies from an expression tree, and use it | Tom Lane | 2002-07-16 | 1 | -5/+7 |
| * | Remove bitrotten view_perms test. Add some similar test cases to | Peter Eisentraut | 2002-05-19 | 1 | -0/+18 |
| * | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut | 2002-05-18 | 1 | -0/+10 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 1 | -1/+37 |
| * | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 | 1 | -0/+100 |
| * | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 | 1 | -3/+3 |
| * | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 1 | -0/+146 |