aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/privileges.sql
Commit message (Expand)AuthorAge
* Avoid rare race condition in privileges.sql regression test.Tom Lane2018-10-16
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-02
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Require update permission for the large object written by lo_put().Tom Lane2017-08-07
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* pg_upgrade: Fix large object COMMENTS, SECURITY LABELSStephen Frost2017-03-06
* Improve regression test coverage of table lock modes vs permissions.Joe Conway2015-07-07
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* Regression tests for SCHEMA commandsSimon Riggs2013-12-11
* Better fix for permissions tests in excluded subqueries.Tom Lane2013-05-08
* Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane2013-05-01
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Additional fixes for large object access control.Itagaki Takahiro2009-12-14
* Add large object access control.Itagaki Takahiro2009-12-11
* When querying a table with child tables, do not check permissions on thePeter Eisentraut2009-10-23
* Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane2009-10-12
* Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane2009-10-12
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Implement has_sequence_privilege()Joe Conway2009-08-03
* Fix column privilege checking for cases where parent and child have differentTom Lane2009-03-05
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-06
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane2008-11-04
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Don't refer to the database name "regression" inside the regression testPeter Eisentraut2008-07-03
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Make pg_regress a tad simpler and more general-purpose by removing itsTom Lane2006-07-18
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-15
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-07
* Revert patch --- needs more generalized solution.Bruce Momjian2004-05-02
* Please find a attached a small patch that adds accessor functionsBruce Momjian2004-04-26
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* Make regression tests safe for autocommit = 'off'.Bruce Momjian2002-10-19
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-24
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-16
* Remove bitrotten view_perms test. Add some similar test cases toPeter Eisentraut2002-05-19
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-18
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-14
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-09
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27