summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/postgresql/postgresql_lang.py
Commit message (Expand)AuthorAgeFilesLines
* postgresql modules: fix sanity issues (#67046)Andrew Klychkov2020-02-061-0/+1
* postgresql_lang: use query parameters with cursor.execute() (#65093)Andrey Klychkov2019-11-201-10/+10
* postgresql_lang: add owner parameter (#62999)Andrey Klychkov2019-10-031-1/+49
* postgresql: fix typos in modules (#62065)Andrey Klychkov2019-09-101-8/+8
* postgresql modules: add seealso section (#61368)Andrey Klychkov2019-08-271-4/+13
* postgresql modules: fix by flake8 (#59497)Andrey Klychkov2019-07-241-2/+0
* postgresql modules: remove extra lines from doc that are presented in ext doc...Andrey Klychkov2019-06-281-11/+0
* 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/+4
* Revert "postgres modules: move params mapping from main to connect_to_db (#55...Matt Clay2019-04-251-4/+48
* postgres modules: move params mapping from main to connect_to_db (#55549)Andrey Klychkov2019-04-251-48/+4
* postgresql modules: move connect_to_db and get_pg_version to module_utils/pos...Andrey Klychkov2019-04-181-12/+3
* postgresql modules: missing_required_libs, removed excess param mapping (#55506)Andrey Klychkov2019-04-181-3/+3
* Postgresql docs fragments 2 (#55363)Andrey Klychkov2019-04-171-31/+8
* postgresql_user: fix doc formatting, added return value, aliases, misc code c...Andrey Klychkov2019-04-041-5/+0
* postgresql_lang module: fixed doc formatting, added aliases, pg_utils, added ...Andrey Klychkov2019-04-011-94/+136
* standardize TLS connection properties (#54315)James Cassell2019-03-281-5/+6
* 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
* Update postgresql_lang connection methods (#49221)Thomas O'Donnell2019-01-281-4/+53
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* More validate module fixes (#39097)John R Barker2018-04-241-1/+0
* Clean up module documentation (#36909)Dag Wieers2018-03-151-19/+7
* Bulk autopep8 (modules)John Barker2017-12-071-8/+13
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Remove wildcard, add boilerplate and get rid of get_exceptionToshio Kuratomi2017-07-311-24/+14
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-11/+11
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-4/+4
* Removed dict.iteritems() in modules. (#18859)Andrea Tartaglia2016-12-121-1/+1
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-081-0/+294