summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/grant.sgml
AgeCommit message (Expand)Author
2023-01-16More documentation update for GRANT ... WITH SET OPTION.Robert Haas
2023-01-10Restrict the privileges of CREATEROLE users.Robert Haas
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-11-18Fix typos and bump catversion.Robert Haas
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-08-25doc: Fix typo in GRANT docsDaniel Gustafsson
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-03-28Remove the ability of a role to administer itself.Robert Haas
2021-01-30Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-02-12Doc: fix old oversights in GRANT/REVOKE documentation.Tom Lane
2018-12-03Refactor documentation about privileges to centralize the info.Tom Lane
2017-11-30SQL proceduresPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-11Doc: fix missing explanation of default object privileges.Tom Lane
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2017-04-08doc: Add some markupPeter Eisentraut
2017-03-31For foreign keys, check REFERENCES privilege only on the referenced table.Tom Lane
2017-03-15Allow referring to functions without arguments when uniquePeter Eisentraut
2017-01-26doc: Update privileges documentationPeter Eisentraut
2015-09-22Use gender-neutral language in documentationPeter Eisentraut
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2013-02-21Add postgres_fdw contrib module.Tom Lane
2012-06-21Make placeholders in SQL command help more consistent and precisePeter Eisentraut
2012-01-30Add sequence USAGE privileges to information schemaPeter Eisentraut
2012-01-09Add compatibility note about grant options on GRANT reference pagePeter Eisentraut
2011-12-19Add support for privileges on typesPeter Eisentraut
2011-08-07Remove whitespace from end of linesPeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-07-11Improve wording of documentation on default privileges.Andrew Dunstan
2011-05-13More cleanup of FOREIGN TABLE permissions handling.Robert Haas
2011-04-25Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas
2010-11-29Be consistent about writing "[, ...]" instead "[,...]" in the docs.Heikki Linnakangas
2010-10-14Complete the documentation of the USAGE privilege for foreign serversPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-29Fix indentation of verbatim block elementsPeter Eisentraut
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-03-17Make typography consistentPeter Eisentraut
2009-12-17Improve documentation for pg_largeobject changes.Robert Haas
2009-12-11Add large object access control.Itagaki Takahiro
2009-10-12Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane