aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/acl.h
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* 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
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* Adjust the permissions required for COMMENT ON ROLE.Tom Lane2011-03-09
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* DDL support for collationsPeter Eisentraut2011-02-12
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add large object access control.Itagaki Takahiro2009-12-11
* Speed up information schema privilege viewsPeter Eisentraut2009-12-05
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-26
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-03
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-21
* Refactor some bits in aclchk.c in order to reduce code duplication.Alvaro Herrera2005-12-01
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-18
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-04
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-10
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-26
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-14
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07