summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
AgeCommit message (Expand)Author
2023-04-20Fix incorrect function name referenceDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-11-24Fix some 32-bit shift warnings in MSVCDavid Rowley
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-08Unify some internal error message wordingsPeter Eisentraut
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-08-31Fix a bug in roles_is_member_of.Robert Haas
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-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-03Allow makeaclitem() to accept multiple privilege names.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-03-28Remove the ability of a role to administer itself.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-10Standardize pg_authid oid_symbol values.Noah Misch
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-03-31Fix has_column_privilege function corner caseJoe Conway
2021-03-26Add "pg_database_owner" default role.Noah Misch
2021-03-26Merge similar algorithms into roles_is_member_of().Noah Misch
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-25Invalidate acl.c caches when pg_authid changes.Noah Misch
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-04-23Remove ACLDEBUG #define and associated code.Tom Lane
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-07Add reusable routine for making arrays unique.Thomas Munro
2019-08-16Don't include utils/array.h from acl.h.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-02Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane
2018-09-24Document aclitem functions and operatorsJoe Conway
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-01-19Replace GrantObjectType with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-26Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway
2017-10-11Doc: fix missing explanation of default object privileges.Tom Lane
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane