summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
AgeCommit message (Expand)Author
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
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera