summaryrefslogtreecommitdiff
path: root/src/include/utils/acl.h
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-01-30Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost
2017-01-20Logical replicationPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-29Make more use of RoleSpec structPeter Eisentraut
2016-09-06Add location field to DefElemPeter 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-24pgindent run for 9.5Bruce Momjian
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-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-27Show default privileges in information schemaPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-19Add support for privileges on typesPeter Eisentraut
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-03-09Adjust the permissions required for COMMENT ON ROLE.Tom Lane
2011-03-04Allow non-superusers to create (some) extensions.Tom Lane
2011-02-12DDL support for collationsPeter Eisentraut
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
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-01-02Update copyright for the year 2010.Bruce Momjian
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-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
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-09-08Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane