summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
AgeCommit message (Expand)Author
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
2012-08-28remove catcache.h from syscache.hAlvaro Herrera
2012-08-23Fix cascading privilege revoke to notice when privileges are still held.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-23Lots of doc corrections.Robert Haas
2012-01-27Show default privileges in information schemaPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-20Add support for privileges on typesPeter Eisentraut
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-08-16Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane
2011-07-08Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-04-25Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-01Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas
2011-01-01Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-13Accept 'public' as a pseudo-role name in has_table_privilege() and friendsItagaki Takahiro
2010-09-20Remove cvs keywords from all files.Magnus Hagander