summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
AgeCommit message (Expand)Author
2023-03-17Fix typoPeter Eisentraut
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-16Small code simplificationPeter Eisentraut
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-10Restrict the privileges of CREATEROLE users.Robert Haas
2023-01-05Pass down current user ID to AddRoleMems and DelRoleMems.Robert Haas
2023-01-05Refactor permissions-checking for role grants.Robert Haas
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-12Remove direct call to GetNewObjectId() for pg_auth_members.oidMichael Paquier
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-08-18Ensure that pg_auth_members.grantor is always valid.Robert Haas
2022-07-26Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.Robert Haas
2022-07-26Do not allow removal of superuser privileges from bootstrap user.Robert Haas
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-28Remove the ability of a role to administer itself.Robert Haas
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-14Refactor AlterRole()Peter Eisentraut
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-30Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson
2021-11-26Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-04-10Standardize pg_authid oid_symbol values.Noah Misch
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-03-26Add "pg_database_owner" default role.Noah Misch
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-03Improve error messages around REPLICATION and BYPASSRLS properties.Tom Lane
2020-11-03Allow users with BYPASSRLS to alter their own passwords.Tom Lane
2020-06-10Change default of password_encryption to scram-sha-256Peter Eisentraut
2020-04-25Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth
2020-02-12Remove long-dead comments.Tom Lane
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian