summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/postgresql/postgresql_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.generalAnsible Core Team2020-03-231-415/+0
* Misc documentation fixes (#67863)Abhijeet Kasurde2020-03-011-2/+2
* postgresql_ext: use query_params (#64994)Andrey Klychkov2019-12-021-10/+17
* postgresql modules: add seealso section (#61368)Andrey Klychkov2019-08-271-0/+13
* postgresql modules: fix by flake8 (#59497)Andrey Klychkov2019-07-241-1/+0
* postgresql_ext: add version parameter (#58381)Andrey Klychkov2019-07-021-22/+169
* Postgres module_utils: add get_connect_params + unit tests (#58067)Andrey Klychkov2019-06-191-2/+7
* PostgreSQL modules: move params mapping from main to connect_to_db() function...Andrey Klychkov2019-04-291-48/+11
* Revert "postgres modules: move params mapping from main to connect_to_db (#55...Matt Clay2019-04-251-10/+48
* postgres modules: move params mapping from main to connect_to_db (#55549)Andrey Klychkov2019-04-251-48/+10
* postgresql modules: move connect_to_db and get_pg_version to module_utils/pos...Andrey Klychkov2019-04-181-20/+3
* Postgresql docs fragments 2 (#55363)Andrey Klychkov2019-04-171-44/+22
* postgresql_user: fix doc formatting, added return value, aliases, misc code c...Andrey Klychkov2019-04-041-8/+8
* standardize TLS connection properties (#54315)James Cassell2019-03-281-5/+6
* postgresql_ext: Update param handling, fix doc formatting, added: CI tests, e...Andrey Klychkov2019-03-221-69/+113
* start getting modules to use shared import error code (#51787)Jordan Borean2019-02-061-2/+4
* Add session_role to postgresql modules (#43650)Feike Steenbergen2019-02-021-0/+14
* postgresql_ext: cascade extension creating/deleting (#50717)Kostiantyn Nemchenko2019-02-021-6/+25
* postgresql_ext: Allow creating extension in a specific schema (#47279)Prashant Baisla2019-01-251-2/+11
* Update postgresql_ext connection methods (#48538)Thomas O'Donnell2018-12-071-5/+52
* Clean up module documentation (#36909)Dag Wieers2018-03-151-9/+0
* Bulk autopep8 (modules)John Barker2017-12-071-7/+10
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Remove wildcard, add boilerplate and get rid of get_exceptionToshio Kuratomi2017-07-311-27/+16
* E501 fixes (#22879)Matt Martz2017-03-221-1/+3
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-1/+1
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
* Removed dict.iteritems() in modules. (#18859)Andrea Tartaglia2016-12-121-1/+1
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-081-0/+198