summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/postgresql/postgresql_user.py
Commit message (Expand)AuthorAgeFilesLines
* Reference correct variable and key for role expiry (#23397)Feike Steenbergen2017-05-091-1/+1
* Fix Postgres user module always reporting changes (#23488)Albert Casademont2017-04-111-1/+1
* E501 fixes (#22879)Matt Martz2017-03-221-4/+11
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Postgres ssl mode prefer (#21498)Ted Timmons2017-02-161-2/+3
* Validate EXAMPLES as YAMLMatt Martz2017-02-151-1/+1
* Fixes #19835: enable role attribute change when not changing password (#19834)Wilfrido Vidana2017-02-151-0/+50
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
* Support forced SSL-verified connection with given CA certificateMaarten Bezemer2017-01-161-3/+33
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-41/+66
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Call main in conditional way - databasesFabio Alessandro Locati2016-12-081-1/+3
* double quotes for consistencyJohn R Barker2016-12-081-1/+1
* Need to quote if there is a `:`John R Barker2016-12-081-1/+1
* Change examples syntax on postgresql_user moduleSam Doran2016-12-081-5/+24
* Do not leak various passwords in log (#5202)Michael Scherer2016-12-081-2/+2
* Port postgresql module to python3 (#4579)Michael Scherer2016-12-081-19/+16
* Convert all databases modules to python3 and 2.4 syntax (#3688)Michael Scherer2016-12-081-8/+15
* @lorin stepping down as maintainerGreg DeKoenigsberg2016-12-081-1/+1
* Correct handling of empty role_attr_flagsWill Thames2016-12-081-2/+2
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+1
* Fix a problem introduced with #1101 and optimize privilege handlingToshio Kuratomi2016-12-081-4/+3
* Perform privilege grants/revokes only when requiredWill Thames2016-12-081-0/+4
* Fix splitting of role_attrsToshio Kuratomi2016-12-081-1/+1
* Usage is not a valid database or table privilegeWill Thames2016-12-081-2/+6
* Update postgresql users only when necessaryWill Thames2016-12-081-4/+52
* code review fixes per #957tedder2016-12-081-2/+3
* skip password changes so pg_authid isn't neededtedder2016-12-081-3/+11
* Add USAGE as a valid privilegeToshio Kuratomi2016-12-081-2/+2
* Gixes to doc formattingToshio Kuratomi2016-12-081-1/+1
* Adds a unix_socket/login_unix_socket option to the postgresql_user module.Dan2016-12-081-0/+12
* Fix for single role_attrToshio Kuratomi2016-12-081-4/+6
* Fix user_alter in postgresql_userDevin Christensen2016-12-081-2/+2
* Fix user_add in postgresql_userDevin Christensen2016-12-081-1/+1
* Normalize privs and flags to uppercase so comparisons against allowed names w...Toshio Kuratomi2016-12-081-5/+5
* Audit escaping of identifiers in the postgresql_user moduleToshio Kuratomi2016-12-081-53/+86
* Some more module categorization.Michael DeHaan2016-12-081-0/+526