summaryrefslogtreecommitdiff
path: root/src/include/utils/acl.h
Commit message (Expand)AuthorAgeFilesLines
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-0/+2
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Syntax support and documentation for event triggers.Robert Haas2012-07-181-0/+2
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-151-0/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Show default privileges in information schemaPeter Eisentraut2012-01-271-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add support for privileges on typesPeter Eisentraut2011-12-201-0/+4
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-251-2/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-011-0/+1
* Adjust the permissions required for COMMENT ON ROLE.Tom Lane2011-03-091-0/+1
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-041-0/+2
* DDL support for collationsPeter Eisentraut2011-02-121-0/+2
* Basic foreign table support.Robert Haas2011-01-011-0/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-1/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add large object access control.Itagaki Takahiro2009-12-111-1/+9
* Speed up information schema privilege viewsPeter Eisentraut2009-12-051-1/+2
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-051-27/+12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-7/+7
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-2/+21
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-1/+12
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-081-3/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+5
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-261-1/+2
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-231-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-7/+7
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-3/+2
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-031-5/+1
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-301-2/+6
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-301-3/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-211-1/+3
* Refactor some bits in aclchk.c in order to reduce code duplication.Alvaro Herrera2005-12-011-4/+22
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+4
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-181-21/+4
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-3/+3
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-041-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+5
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-101-1/+5