summaryrefslogtreecommitdiff
path: root/database/postgresql/postgresql_user.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* Call main in conditional way - databasesFabio Alessandro Locati2016-12-051-1/+3
* double quotes for consistencyJohn R Barker2016-11-141-1/+1
* Need to quote if there is a `:`John R Barker2016-11-141-1/+1
* Change examples syntax on postgresql_user moduleSam Doran2016-11-141-5/+24
* Do not leak various passwords in log (#5202)Michael Scherer2016-10-131-2/+2
* Port postgresql module to python3 (#4579)Michael Scherer2016-08-311-3/+4
* Removing double definition in postgresql_user module (#3714)Jiri Tyr2016-05-241-3/+0
* Convert all databases modules to python3 and 2.4 syntax (#3688)Michael Scherer2016-05-181-8/+15
* @lorin stepping down as maintainerGreg DeKoenigsberg2015-10-281-1/+1
* Ensure TEMP privilege gets removed when expanding ALL.Will Thames2015-07-221-2/+2
* Correct handling of empty role_attr_flagsWill Thames2015-07-221-2/+2
* Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-151-1/+1
* Fix a problem introduced with #1101 and optimize privilege handlingToshio Kuratomi2015-06-011-4/+3
* Perform privilege grants/revokes only when requiredWill Thames2015-06-011-0/+4
* Fix a problem introduced with #1101 and optimize privilege handlingToshio Kuratomi2015-05-191-55/+81
* Fix splitting of role_attrsToshio Kuratomi2015-05-181-1/+1
* Usage is not a valid database or table privilegeWill Thames2015-04-081-4/+4
* Perform privilege grants/revokes only when requiredWill Thames2015-04-081-10/+12
* Update postgresql users only when necessaryWill Thames2015-04-081-4/+52
* code review fixes per #957tedder2015-03-301-2/+3
* skip password changes so pg_authid isn't neededtedder2015-03-301-3/+11
* Add USAGE as a valid privilegeToshio Kuratomi2014-12-031-2/+2
* Gixes to doc formattingToshio Kuratomi2014-12-031-1/+1
* Adds a unix_socket/login_unix_socket option to the postgresql_user module.Dan2014-12-011-0/+12
* Fix for single role_attrToshio Kuratomi2014-11-261-3/+5
* Fix user_alter in postgresql_userDevin Christensen2014-11-251-2/+2
* Fix user_add in postgresql_userDevin Christensen2014-11-251-1/+1
* Fix syntax errorDevin Christensen2014-11-251-1/+1
* Normalize privs and flags to uppercase so comparisons against allowed names w...Toshio Kuratomi2014-11-251-5/+5
* Audit escaping of identifiers in the postgresql_user moduleToshio Kuratomi2014-11-241-53/+86
* Some more module categorization.Michael DeHaan2014-11-041-0/+526