summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
AgeCommit message (Expand)Author
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-07Update 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-20Remove 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-02Update 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-08-31Introduce 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
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-01Collect duplicate copies of oid_cmp()Peter Eisentraut
2017-01-20Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-29Make more use of RoleSpec structPeter Eisentraut
2016-07-25Message style improvementsPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-23pgindent run for 9.5Bruce Momjian