summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/postgresql/postgresql_set.py
Commit message (Expand)AuthorAgeFilesLines
* postgresql modules: fix sanity issues (#67046)Andrew Klychkov2020-02-061-1/+0
* postgresql modules: use query parameters with cursor objects (#65791)Andrew Klychkov2019-12-141-2/+2
* postgresql: fix typos in modules (#62065)Andrey Klychkov2019-09-101-1/+1
* postgresql modules: add seealso section (#61526)Andrey Klychkov2019-08-291-3/+13
* postgresql modules: remove extra lines from doc that are presented in ext doc...Andrey Klychkov2019-06-281-9/+0
* Postgres module_utils: add get_connect_params + unit tests (#58067)Andrey Klychkov2019-06-191-3/+8
* postgresql modules: remove unused imports, remove blank lines after docstringsAndrey Klychkov2019-06-181-1/+0
* PostgreSQL modules: move params mapping from main to connect_to_db() function...Andrey Klychkov2019-04-291-54/+15
* Revert "postgres modules: move params mapping from main to connect_to_db (#55...Matt Clay2019-04-251-15/+54
* postgres modules: move params mapping from main to connect_to_db (#55549)Andrey Klychkov2019-04-251-54/+15
* postgresql modules: move connect_to_db and get_pg_version to module_utils/pos...Andrey Klychkov2019-04-181-18/+2
* postgresql modules: missing_required_libs, removed excess param mapping (#55506)Andrey Klychkov2019-04-181-5/+2
* Postgresql docs fragments 2 (#55363)Andrey Klychkov2019-04-171-43/+2
* standardize TLS connection properties (#54315)James Cassell2019-03-281-5/+6
* New module postgresql_set - Change a PostgreSQL server configuration paramete...Andrey Klychkov2019-03-181-0/+528