summaryrefslogtreecommitdiff
path: root/test/integration/targets/postgresql
Commit message (Expand)AuthorAgeFilesLines
* postgresql_query: fix datetime.timedelta type handling (#73520)Andrew Klychkov2021-02-071-0/+34
* postgresql_set: Return a message when a passed parameter has not been found (...Andrew Klychkov2021-02-051-0/+16
* postgresql_query: fix decimal handling (#73414)Andrew Klychkov2021-02-051-0/+31
* postgresql_pg_hba: fix a crash when a new rule with an 'options' field replac...Andrew Klychkov2020-10-231-0/+14
* [2.9] postgresql_privs: fix the module mistakes a procedure for a function (#...Andrew Klychkov2020-10-231-0/+37
* Bugfix of 67377: postgresql_set converts value to uppercase if "mb" or "gb" o...Andrew Klychkov2020-05-051-1/+22
* Backport of 65791 - postgresql modules: use query parameters with cursor obje...Andrew Klychkov2020-01-101-2/+2
* Backport of 65093, postgresql_lang: use query parameters with cursor.execute(...Andrey Klychkov2019-12-032-2/+5
* Fix typos in database modules and their integration tests (#62125) (#62172)Andrey Klychkov2019-09-127-34/+34
* Make sure postgresql tests are run for all postgres_* modules (#61647)Felix Fontein2019-09-031-0/+17
* new module postgresql_publication (#59439)Andrey Klychkov2019-08-282-0/+415
* postgresql_user: add groups parameter (#60638)Andrey Klychkov2019-08-231-1/+133
* Issue 59955: add array handling to postgresql_query module (#60559)Andrey Klychkov2019-08-221-0/+108
* postgresql_set: improve CI tests (#59583)Andrey Klychkov2019-07-261-166/+217
* postgresql_pg_hba: Exception when two lines with same weight are compared (#5...Sebastiaan Mannem2019-07-182-2/+3
* Postgresql modules: tidying up of CI tests (#59099)Andrey Klychkov2019-07-1724-1137/+1134
* postgresql_user: add integration tests (#58864)Andrey Klychkov2019-07-102-0/+541
* postgresql_query module: add autocommit parameter (#58704)Andrey Klychkov2019-07-041-0/+99
* postgresql_ext: add version parameter (#58381)Andrey Klychkov2019-07-023-21/+355
* postgresql_privs: bugfix of 27327 - incorrect views handling (#58272)Andrey Klychkov2019-06-241-0/+124
* Change integration tests in order to pass on Fedora 30 (#58081)Sam Doran2019-06-191-1/+1
* Merge authentication options back into a single field to prevent losing optio...ECRR2019-06-101-0/+20
* New module postgresql_sequence (#55027)tcraxs2019-06-072-0/+700
* safe_eval fix (#57188)Brian Coca2019-06-061-1/+1
* postgresql_table: 57352 bugfix, add schema handling (#57391)Andrey Klychkov2019-06-051-0/+125
* New module postgresql_copy: copy data between a file and a table (#56835)Andrey Klychkov2019-06-032-0/+259
* Issue 56430 (#57147)Sebastiaan Mannem2019-05-312-13/+28
* postgresql_db: added tablespace support (#56390)Andrey Klychkov2019-05-162-0/+172
* postgresql_table: added cascade option (#56068)Andrey Klychkov2019-05-071-0/+36
* postgresql SSL related tests (#55288)Andrey Klychkov2019-04-153-0/+119
* postgresql_idx: improved doc, tests, remove useless lines from code (#55131)Andrey Klychkov2019-04-121-2/+5
* New module postgresql_slot: Add or remove slots from a PostgreSQL database (#...Andrey Klychkov2019-04-102-0/+703
* New module postgresql_owner: change ownership and reassign all db objects own...Andrey Klychkov2019-04-092-1/+1043
* updated tests and changelog for 54516 (#54670)Raymond Roelands2019-04-091-0/+183
* postgresql_idx: added CI tests for check_mode, rewrite code related with chec...Andrey Klychkov2019-04-041-0/+111
* postgresql_user: fix doc formatting, added return value, aliases, misc code c...Andrey Klychkov2019-04-041-1/+1
* Postgresql privs reformat (#54717)Andrey Klychkov2019-04-021-1/+14
* postgresql_lang module: fixed doc formatting, added aliases, pg_utils, added ...Andrey Klychkov2019-04-012-1/+243
* New module postgresql_table - create postgresql table on remote host (#52077)Andrey Klychkov2019-03-292-0/+696
* New module postgresql_membership: Add or remove PostgreSQL roles from groups ...Andrey Klychkov2019-03-292-0/+331
* Added a new module that can manage rules in pg_hba files. (#32666)Sebastiaan Mannem2019-03-273-0/+159
* postgresql_facts -> postgresql_info (#54389)Andrey Klychkov2019-03-262-14/+14
* add missing integration tests for postgresql_schema module (#54185)tcraxs2019-03-252-0/+311
* Allow configuration of connection_limit per postgresql database (postgresql_d...Christian Rohmann2019-03-221-3/+35
* postgresql_ext: Update param handling, fix doc formatting, added: CI tests, e...Andrey Klychkov2019-03-222-1/+238
* #50877: add support to postgresql_privs to use "FOR { ROLE | USER } target_ro...tcraxs2019-03-212-0/+98
* New module postgresql_set - Change a PostgreSQL server configuration paramete...Andrey Klychkov2019-03-182-0/+236
* New module postgresql_facts: Gathers facts about PostgreSQL servers. (#51164)Andrey Klychkov2019-03-182-0/+111
* Add shippable/posix/group4/ for CI. (#53816)Matt Clay2019-03-151-1/+1
* (postgresql_privs) accept 'ALL_IN_SCHEMA' objs for 'function' type (#35331)Matteo Ferrando2019-03-141-41/+197