summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/acl.c
AgeCommit message (Expand)Author
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
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