summaryrefslogtreecommitdiff
path: root/database/postgresql
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-063-0/+12
|
* Make `main()` calls conditional - database (#3659)Fabio Alessandro Locati2016-12-052-2/+5
|
* Native YAML - database/postgresql/postgresql_ext (#3617)Fabio Alessandro Locati2016-12-011-1/+3
|
* Native YAML - databases/pgsql (#3606)Fabio Alessandro Locati2016-12-011-4/+20
|
* Update version_added, update docs (#3542)John R Barker2016-11-241-13/+17
| | | | | k: v in docs now Minor tweaks after https://github.com/ansible/ansible-modules-extras/pull/1883
* Add a new module to handle schema with postgres (#1883)Dorn-2016-11-241-0/+266
|
* Make postgresql module in extras compile on py3Michael Scherer2016-10-172-4/+10
|
* Do not leak login_password when using verbose, with no_logMichael Scherer2016-10-172-2/+2
|
* 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
|
* added missing license headersBrian Coca2015-07-301-2/+16
| | | | fixes #508
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Fix postgresql_ext documentationToshio Kuratomi2015-03-021-1/+1
|
* Move other postgres module into the postgresql hierarchyToshio Kuratomi2015-03-021-0/+256
|
* Import @dschep's module for installing postgres extensions.Daniel Schep2015-03-022-0/+188
Reviewed by @bcoca as a PR against the core repo here: https://github.com/ansible/ansible-modules-core/pull/21