summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/privileges.sql
Commit message (Expand)AuthorAgeFilesLines
* Additional fixes for large object access control.Itagaki Takahiro2009-12-141-0/+7
* Add large object access control.Itagaki Takahiro2009-12-111-1/+83
* When querying a table with child tables, do not check permissions on thePeter Eisentraut2009-10-231-3/+4
* Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane2009-10-121-5/+5
* Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane2009-10-121-1/+34
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-051-0/+70
* Implement has_sequence_privilege()Joe Conway2009-08-031-0/+17
* Fix column privilege checking for cases where parent and child have differentTom Lane2009-03-051-0/+26
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-061-0/+8
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-0/+89
* Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane2008-11-041-0/+6
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-081-1/+15
* Don't refer to the database name "regression" inside the regression testPeter Eisentraut2008-07-031-1/+1
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-5/+3
* Make pg_regress a tad simpler and more general-purpose by removing itsTom Lane2006-07-181-0/+17
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-151-24/+24
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-0/+1
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-17/+17
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-1/+1
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-021-9/+0
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-261-0/+9
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-4/+0
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-231-0/+28
* Make regression tests safe for autocommit = 'off'.Bruce Momjian2002-10-191-0/+8
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-241-0/+1
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-161-5/+7
* Remove bitrotten view_perms test. Add some similar test cases toPeter Eisentraut2002-05-191-0/+18
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-181-0/+10
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-1/+37
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-141-0/+100
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-091-3/+3
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-0/+146