summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-2/+2
* Fix incorrect function name referenceDavid Rowley2023-04-211-1/+1
* Fix various typosDavid Rowley2023-04-181-2/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-141-17/+45
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-131-15/+7
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-281-0/+16
* Fix some 32-bit shift warnings in MSVCDavid Rowley2022-11-251-3/+3
* Add a SET option to the GRANT command.Robert Haas2022-11-181-26/+80
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-48/+54
* Unify some internal error message wordingsPeter Eisentraut2022-11-081-2/+2
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-281-2/+2
* Fix a bug in roles_is_member_of.Robert Haas2022-08-311-4/+4
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-251-32/+15
* Make role grant system more consistent with other privileges.Robert Haas2022-08-221-10/+37
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-3/+1
* Allow makeaclitem() to accept multiple privilege names.Tom Lane2022-07-031-46/+20
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-061-0/+114
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-281-0/+4
* Remove the ability of a role to administer itself.Robert Haas2022-03-281-36/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-3/+3
* Standardize pg_authid oid_symbol values.Noah Misch2021-04-101-3/+3
* Rename Default Roles to Predefined RolesStephen Frost2021-04-011-2/+2
* Fix has_column_privilege function corner caseJoe Conway2021-03-311-33/+15
* Add "pg_database_owner" default role.Noah Misch2021-03-261-2/+42
* Merge similar algorithms into roles_is_member_of().Noah Misch2021-03-261-165/+59
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-251-3/+6
* Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut2020-09-171-0/+2
* Remove ACLDEBUG #define and associated code.Tom Lane2020-04-231-8/+0
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-3/+2
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-11/+4
* Don't include utils/array.h from acl.h.Andres Freund2019-08-161-0/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-3/+3
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-111-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-2/+3
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-021-10/+85
* Document aclitem functions and operatorsJoe Conway2018-09-241-2/+1
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-0/+1
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-191-29/+29
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway2017-11-261-0/+3
* Doc: fix missing explanation of default object privileges.Tom Lane2017-10-111-1/+3
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-311-0/+15
* Phase 3 of pgindent updates.Tom Lane2017-06-211-5/+5