summaryrefslogtreecommitdiff
path: root/database/postgresql/postgresql_ext.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Make `main()` calls conditional - database (#3659)Fabio Alessandro Locati2016-12-051-1/+2
|
* Native YAML - database/postgresql/postgresql_ext (#3617)Fabio Alessandro Locati2016-12-011-1/+3
|
* Make postgresql module in extras compile on py3Michael Scherer2016-10-171-3/+7
|
* Do not leak login_password when using verbose, with no_logMichael Scherer2016-10-171-1/+1
|
* Fixes check mode error on Python 2.4 and wrong changed state (#2438)Strahinja Kustudic2016-06-161-10/+9
| | | | | | * Fixes check mode error on Python 2.4 and wrong changed state * Changes code as suggested by @bcoca
* fixed version addedBrian Coca2016-02-101-1/+1
|
* BUGFIX: misnamed function name breaks check modeJavier Palacios2015-11-021-2/+2
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Fix postgresql_ext documentationToshio Kuratomi2015-03-021-1/+1
|
* Import @dschep's module for installing postgres extensions.Daniel Schep2015-03-021-0/+188
Reviewed by @bcoca as a PR against the core repo here: https://github.com/ansible/ansible-modules-core/pull/21