| Commit message (Expand) | Author | Age |
* | Avoid rare race condition in privileges.sql regression test. | Tom Lane | 2018-10-16 |
* | Fix corner-case failures in has_foo_privilege() family of functions. | Tom Lane | 2018-10-02 |
* | Always require SELECT permission for ON CONFLICT DO UPDATE. | Dean Rasheed | 2017-11-06 |
* | Require update permission for the large object written by lo_put(). | Tom Lane | 2017-08-07 |
* | Add security checks to selectivity estimation functions | Peter Eisentraut | 2017-05-08 |
* | pg_upgrade: Fix large object COMMENTS, SECURITY LABELS | Stephen Frost | 2017-03-06 |
* | Improve regression test coverage of table lock modes vs permissions. | Joe Conway | 2015-07-07 |
* | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 2015-05-08 |
* | Fix column-privilege leak in error-message paths | Stephen Frost | 2015-01-28 |
* | Shore up ADMIN OPTION restrictions. | Noah Misch | 2014-02-17 |
* | Regression tests for SCHEMA commands | Simon Riggs | 2013-12-11 |
* | Better fix for permissions tests in excluded subqueries. | Tom Lane | 2013-05-08 |
* | Fix permission tests for views/tables proven empty by constraint exclusion. | Tom Lane | 2013-05-01 |
* | Fix cascading privilege revoke to notice when privileges are still held. | Tom Lane | 2012-08-23 |
* | Add support for privileges on types | Peter Eisentraut | 2011-12-20 |
* | Additional fixes for large object access control. | Itagaki Takahiro | 2009-12-14 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | When querying a table with child tables, do not check permissions on the | Peter Eisentraut | 2009-10-23 |
* | Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have | Tom Lane | 2009-10-12 |
* | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. | Tom Lane | 2009-10-12 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 |
* | Implement has_sequence_privilege() | Joe Conway | 2009-08-03 |
* | Fix column privilege checking for cases where parent and child have different | Tom Lane | 2009-03-05 |
* | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane | 2008-11-04 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Don't refer to the database name "regression" inside the regression test | Peter Eisentraut | 2008-07-03 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Make pg_regress a tad simpler and more general-purpose by removing its | Tom Lane | 2006-07-18 |
* | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 |
* | 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 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 |
* | Make regression tests safe for autocommit = 'off'. | Bruce Momjian | 2002-10-19 |
* | Change default privileges for languages and functions to be PUBLIC USAGE | Tom Lane | 2002-09-24 |
* | Add code to extract dependencies from an expression tree, and use it | Tom Lane | 2002-07-16 |
* | Remove bitrotten view_perms test. Add some similar test cases to | Peter Eisentraut | 2002-05-19 |
* | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut | 2002-05-18 |
* | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 |
* | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 |
* | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 |
* | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 |