summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/privileges.out
Commit message (Expand)AuthorAgeFilesLines
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-8/+15
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-12/+12
* Simplify permissions for LOCK TABLE.Jeff Davis2023-01-131-38/+28
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-141-0/+43
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-131-85/+96
* Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan2022-11-281-0/+25
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-281-23/+63
* Fix sloppy cleanup of roles in privileges.sql.Tom Lane2022-11-201-3/+2
* Add a SET option to the GRANT command.Robert Haas2022-11-181-0/+41
* Fix a bug in roles_is_member_of.Robert Haas2022-08-311-0/+32
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-251-1/+13
* Make role grant system more consistent with other privileges.Robert Haas2022-08-221-5/+68
* Ensure that pg_auth_members.grantor is always valid.Robert Haas2022-08-181-0/+32
* Allow makeaclitem() to accept multiple privilege names.Tom Lane2022-07-031-0/+18
* In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch2022-05-091-0/+16
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-091-0/+55
* Remove the ability of a role to administer itself.Robert Haas2022-03-281-7/+1
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-0/+98
* Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson2021-12-301-2/+0
* Add test for REVOKE ADMIN OPTIONDaniel Gustafsson2021-11-261-0/+22
* Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson2021-11-261-0/+9
* Grant memory views to pg_read_all_stats.Jeff Davis2021-10-271-0/+47
* Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS.Tom Lane2021-05-111-3/+5
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-061-1/+1
* Add pg_read_all_data and pg_write_all_data rolesStephen Frost2021-04-051-1/+44
* Fix has_column_privilege function corner caseJoe Conway2021-03-311-1/+13
* Add "pg_database_owner" default role.Noah Misch2021-03-261-0/+61
* Fix mishandling of column-level SELECT privileges for join aliases.Tom Lane2021-02-081-0/+46
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-081-0/+39
* Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut2021-01-301-2/+4
* Add regression test for DROP OWNED BY with default ACLsMichael Paquier2021-01-201-0/+29
* Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier2021-01-201-1/+2
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-251-0/+7
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-091-0/+42
* Repair unstable regression test.Tom Lane2020-06-091-1/+2
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-051-0/+3
* Make inherited LOCK TABLE perform access permission checks on parent table only.Fujii Masao2020-02-181-0/+7
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-311-0/+21
* Added relation name in error messages for constraint checks.Amit Kapila2020-01-281-3/+3
* Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed2019-05-061-7/+64
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-241-4/+5
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-12/+12
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-091-0/+7
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-021-1/+1
* Avoid rare race condition in privileges.sql regression test.Tom Lane2018-10-161-0/+1
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-021-0/+57
* Revert MERGE patchSimon Riggs2018-04-121-98/+0
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-0/+98
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-98/+0
* Modified files for MERGESimon Riggs2018-04-021-0/+98