aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
Commit message (Expand)AuthorAge
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-25
* 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
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane2018-10-02
* Document aclitem functions and operatorsJoe Conway2018-09-24
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway2017-11-26
* Doc: fix missing explanation of default object privileges.Tom Lane2017-10-11
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Collect duplicate copies of oid_cmp()Peter Eisentraut2017-03-01
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make more use of RoleSpec structPeter Eisentraut2016-12-29
* Message style improvementsPeter Eisentraut2016-07-25
* pgindent run for 9.6Robert Haas2016-06-09
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Update copyright for 2015Bruce Momjian2015-01-06
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* remove catcache.h from syscache.hAlvaro Herrera2012-08-28
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* Show default privileges in information schemaPeter Eisentraut2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add support for privileges on typesPeter Eisentraut2011-12-20