summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/privileges.sql
Commit message (Expand)AuthorAgeFilesLines
* Altering default privileges on schemasTeodor Sigaev2017-03-281-0/+34
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-4/+1
* Improve expression evaluation test coverage.Andres Freund2017-03-111-0/+12
* pg_upgrade: Fix large object COMMENTS, SECURITY LABELSStephen Frost2017-03-061-3/+3
* Fix typosPeter Eisentraut2016-08-161-1/+1
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-171-225/+225
* Improve regression test coverage of table lock modes vs permissions.Joe Conway2015-07-071-0/+84
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-1/+18
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-281-0/+25
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-171-1/+28
* Regression tests for SCHEMA commandsSimon Riggs2013-12-111-0/+27
* Better fix for permissions tests in excluded subqueries.Tom Lane2013-05-081-0/+15
* Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane2013-05-011-0/+4
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-231-0/+24
* Add support for privileges on typesPeter Eisentraut2011-12-201-0/+124
* 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