summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/alter_role.sgml
AgeCommit message (Expand)Author
2024-01-19Improve some documentation about the bootstrap superuser.Nathan Bossart
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-10Restrict the privileges of CREATEROLE users.Robert Haas
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2023-01-03Improve documentation of the CREATEROLE attibute.Robert Haas
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2020-11-03Allow users with BYPASSRLS to alter their own passwords.Tom Lane
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2018-11-23Clarify documentation about PASSWORD in CREATE/ALTER ROLEMichael Paquier
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-10Use lower-case SGML attribute valuesPeter Eisentraut
2017-09-20Fix erroneous documentation about noise word GROUP.Tom Lane
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-04-08doc: Add some markupPeter Eisentraut
2015-10-22Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane
2015-09-05Fix misc typos.Heikki Linnakangas
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2013-02-18Add ALTER ROLE ALL SET commandPeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-17Spell and markup checkingPeter Eisentraut
2010-04-21Enforce superuser permissions checks during ALTER ROLE/DATABASE SET, ratherTom Lane
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2009-09-18Easier to translate psql helpPeter Eisentraut
2009-03-28Better document that SET ROLE does not uset ALTER ROLE SET settings;Bruce Momjian
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-04-30Add example showing how to remove a password from a role.Alvaro Herrera
2007-09-03Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane
2007-05-15Fix a bunch of bad grammar in the docs: "<link>, which see for moreNeil Conway
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-04-25Call SET varaiables "configuration_parameter"s in the documentation.Bruce Momjian
2006-04-25Change "parameter" to "varname" in the alter role and alter userBruce Momjian
2005-12-18Add new psql command \password for changing role password with client-sidePeter Eisentraut
2005-07-31Add per-user and per-database connection limit options.Tom Lane
2005-07-26Basic documentation for ROLEs. The user-manag chapter still needs toTom Lane