summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
AgeCommit message (Expand)Author
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2012-08-23Fix cascading privilege revoke to notice when privileges are still held.Tom Lane
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
2010-08-05Standardize get_whatever_oid functions for object types withRobert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-12Fix aclexplode to not explode on a zero-entry ACL array.Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-21More cleanups for the recent large object permissions patch.Robert Haas
2009-12-11Add large object access control.Itagaki Takahiro
2009-12-05Speed up information schema privilege viewsPeter Eisentraut
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-08-03Implement has_sequence_privilege()Joe Conway
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-02-06Clean up some loose ends from the column privileges patch: addTom Lane
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-12-15Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane
2008-09-09Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane
2008-09-08Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-06Message style improvementsPeter Eisentraut
2006-09-05Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-04-30Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane
2006-04-30Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-21Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian
2005-11-18Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-11-04Disregard superuserness when checking to see if a role GRANT wouldTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-10Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane
2005-10-07Marginal performance improvement in aclmask(): don't bother withTom Lane
2005-07-28Make use of new list primitives list_append_unique and list_concat_uniqueTom Lane
2005-07-26Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane
2005-07-26Add pg_has_role() family of privilege inquiry functions modeled after theTom Lane
2005-07-21Remove unnecessary parentheses in assignments.Bruce Momjian
2005-07-14Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane