Andrey Klychkov
|
9b17346d1e
|
PostgreSQL modules: move params mapping from main to connect_to_db() function (#55799)
* PostgreSQL modules: move params mapping from main to connect_to_db() function
* PostgreSQL modules: fix postgresql_db
* PostgreSQL modules: fixes
|
2019-04-29 11:29:49 +01:00 |
|
Matt Clay
|
6fe57846d0
|
Revert "postgres modules: move params mapping from main to connect_to_db (#55549)"
This reverts commit 2250257809 .
|
2019-04-25 09:38:54 -07:00 |
|
Andrey Klychkov
|
2250257809
|
postgres modules: move params mapping from main to connect_to_db (#55549)
* params mapping to connect_to_db
|
2019-04-25 11:38:38 +01:00 |
|
Andrey Klychkov
|
316d1db29f
|
postgresql modules: move connect_to_db and get_pg_version to module_utils/postgres.py (#55514)
* postgresql modules: move connect_to_db, get_pg_version to module_utils
* postgresql modules: move connect_to_db, get_pg_version to module_utils 2
* postgresql modules: move connect_to_db, get_pg_version to module_utils 3
|
2019-04-18 14:15:51 +01:00 |
|
Andrey Klychkov
|
c3cbc39dd9
|
Postgresql docs fragments 2 (#55363)
* Postgres to use docsfragments
* Postgres to use docsfragments: redefined options in postgresql_user
|
2019-04-17 13:12:19 -05:00 |
|
Andrey Klychkov
|
4190985995
|
postgresql_slot - sslrootcert fix (#55277)
|
2019-04-15 10:56:25 +01:00 |
|
Andrey Klychkov
|
d3dae4a444
|
postgresql_owner: fix doc (#55091)
* postgresql_owner: fix doc
* postgresql_owner: fix doc
* postgresql_owner: fix doc
|
2019-04-10 14:54:27 +01:00 |
|
Andrey Klychkov
|
a971a0eb80
|
New module postgresql_slot: Add or remove slots from a PostgreSQL database (#55079)
* New module postgresql_slot
* New module postgresql_slot: fixed sanity
* New module postgresql_slot: fixes
* New module postgresql_slot: fixes
* New module postgresql_slot: fix sanity
|
2019-04-10 14:12:57 +01:00 |
|