aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
Commit message (Expand)AuthorAge
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Remove count_one_bits() in acl.c.Nathan Bossart2025-03-12
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Add has_largeobject_privilege function.Fujii Masao2024-09-12
* Remove old RULE privilege completely.Fujii Masao2024-09-12
* Improve tracking of role dependencies of pg_init_privs entries.Tom Lane2024-06-17
* Optimize roles_is_member_of() with a Bloom filter.Nathan Bossart2024-03-26
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Harden has_xxx_privilege() functions against concurrent object drops.Tom Lane2023-10-14
* Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier2023-07-20
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Fix typos in commentsMichael Paquier2023-05-02
* Fix incorrect function name referenceDavid Rowley2023-04-21
* Fix various typosDavid Rowley2023-04-18
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Fix some 32-bit shift warnings in MSVCDavid Rowley2022-11-25
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Unify some internal error message wordingsPeter Eisentraut2022-11-08
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Fix a bug in roles_is_member_of.Robert Haas2022-08-31
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-25
* Make role grant system more consistent with other privileges.Robert Haas2022-08-22
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Allow makeaclitem() to accept multiple privilege names.Tom Lane2022-07-03
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* Remove the ability of a role to administer itself.Robert Haas2022-03-28
* Update copyright for 2022Bruce Momjian2022-01-07
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Standardize pg_authid oid_symbol values.Noah Misch2021-04-10
* Rename Default Roles to Predefined RolesStephen Frost2021-04-01
* Fix has_column_privilege function corner caseJoe Conway2021-03-31
* Add "pg_database_owner" default role.Noah Misch2021-03-26
* Merge similar algorithms into roles_is_member_of().Noah Misch2021-03-26
* Update copyright for 2021Bruce Momjian2021-01-02
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-25
* Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut2020-09-17
* Remove ACLDEBUG #define and associated code.Tom Lane2020-04-23
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07