summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/postgresql/postgresql_db.py
Commit message (Expand)AuthorAgeFilesLines
* E501 fixes (#22879)Matt Martz2017-03-221-2/+4
* E1 legacy pep8 fixes (#21933)Matt Martz2017-03-211-2/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Remove unnecessary shebangs and execute bits.Matt Clay2017-02-221-0/+0
* Postgres ssl mode prefer (#21498)Ted Timmons2017-02-161-82/+38
* Mask login_password in log (#21199)Tatsuya Hoshino2017-02-091-1/+1
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* Support forced SSL-verified connection with given CA certificateMaarten Bezemer2017-01-161-3/+33
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* > Change examples syntax on postgresql_db moduleSam Doran2016-12-081-6/+8
* postgresql_db: fix inverted 'changed' logic when state=absent (#4934)Marius Gedminas2016-12-081-2/+2
* Port postgresql module to python3 (#4579)Michael Scherer2016-12-081-1/+2
* Convert all databases modules to python3 and 2.4 syntax (#3688)Michael Scherer2016-12-081-5/+10
* Remove duplicate documentation fieldsToshio Kuratomi2016-12-081-5/+0
* @lorin stepping down as maintainerGreg DeKoenigsberg2016-12-081-1/+1
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+1
* Build the db connection on `"postgres"` instead of `"template1"`Michael J. Schultz2016-12-081-1/+1
* Fixed postgresql_db failing on Python 2.4 with --checkkustodian2016-12-081-0/+3
* Fix typo so docs will buildToshio Kuratomi2016-12-081-1/+1
* Adds a login_unix_socket option to the postgresql_db module.Dan2016-12-081-4/+16
* More robust quoting of database identifiersToshio Kuratomi2016-12-081-15/+25
* Some more module categorization.Michael DeHaan2016-12-081-0/+301