ancestor: null releases: 0.1.0: changes: bugfixes: - postgresql_ext - fix the module crashes when available ext versions cannot be compared with current version (https://github.com/ansible-collections/community.general/issues/1095). - postgresql_ext - fix version selection when ``version=latest`` (https://github.com/ansible-collections/community.general/pull/1078). - postgresql_privs - fix module fails when ``type`` group and passing ``objs`` value containing hyphens (https://github.com/ansible-collections/community.general/issues/1058). minor_changes: - postgresql_info - add ``in_recovery`` return value to show if a service in recovery mode or not (https://github.com/ansible-collections/community.general/issues/1068). - postgresql_privs - add ``procedure`` type support (https://github.com/ansible-collections/community.general/issues/1002). - postgresql_query - add ``query_list`` and ``query_all_results`` return values (https://github.com/ansible-collections/community.general/issues/838). release_summary: 'The ``community.postgresql`` continues the work on the Ansible PostgreSQL modules from their state in ``community.general`` 1.2.0. The changes listed here are thus relative to the modules ``community.general.postgresql_*``. ' fragments: - 0.1.0.yml - 1048-postgresql_privs_add_procedure_type.yml - 1059-postgresql_privs_fix_failings_when_using_roles_with_hyphen.yml - 1078-postgresql_ext_fix_version_selection_when_version_is_latest.yml - 1091-postgresql_info_add_in_recovery_ret_val.yml - 1099-postgresql_ext_fix_failing_when_version_cannot_be_compared.yml - 886-postgresql_query_add_ret_vals.yml release_date: '2020-10-29' 1.0.0: changes: release_summary: 'This is the first proper release of the ``community.postgresql`` collection which is needed to include the collection in Ansible. This changelog does not contain any changes because there are no changes made since release 0.1.0. ' fragments: - 1.0.0.yml release_date: '2020-11-17' 1.1.0: changes: bugfixes: - postgresql_info - fix crash caused by wrong PgSQL version parsing (https://github.com/ansible-collections/community.postgresql/issues/40). - postgresql_ping - fix crash caused by wrong PgSQL version parsing (https://github.com/ansible-collections/community.postgresql/issues/40). - postgresql_set - return a message instead of traceback when a passed parameter has not been found (https://github.com/ansible-collections/community.postgresql/issues/41). minor_changes: - postgresql_query - add ``as_single_query`` option to execute a script content as a single query to avoid semicolon related errors (https://github.com/ansible-collections/community.postgresql/pull/37). release_summary: 'This is the minor release of the ``community.postgresql`` collection. This changelog contains all changes to the modules in this collection that have been added after the release of ``community.postgresql`` 1.0.0.' fragments: - 1.1.0.yml - 37-postgresql_query_add_single_query_opt.yml - 42-postgresql_set_add_message_when_parameter_not_found.yml - 43-modules_fix_version_parsing.yml release_date: '2021-01-18' 1.1.1: changes: bugfixes: - postgresql_query - add a warning to set ``as_single_query`` option explicitly (https://github.com/ansible-collections/community.postgresql/pull/54). - postgresql_query - fix datetime.timedelta type handling (https://github.com/ansible-collections/community.postgresql/issues/47). - postgresql_query - fix decimal handling (https://github.com/ansible-collections/community.postgresql/issues/45). - postgresql_set - fails in check_mode on non-numeric values containing `B` (https://github.com/ansible-collections/community.postgresql/issues/48). release_summary: 'This is the patch release of the ``community.postgresql`` collection. This changelog contains all changes to the modules in this collection that have been added after the release of ``community.postgresql`` 1.1.0.' fragments: - 1.1.1.yml - 46-postgresql_query_fix_decimal_handling.yml - 51-postgresql_query_fix_datetime_timedelta_type_handling.yml - 52-postgresql_set_fix_b_values_handling.yml - 54-postgresql_query_add_warning_as_single_query.yml release_date: '2021-02-09'