Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-27Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson
2025-02-21Avoid race condition between "GRANT role" and "DROP ROLE".Tom Lane
2025-01-09Fix an ALTER GROUP ... DROP USER error message.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-28Fix DROP ROLE when specifying duplicated rolesMichael Paquier
2024-01-19Improve some documentation about the bootstrap superuser.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-06-29Error message wording improvementsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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