diff --git a/CHANGELOG b/CHANGELOG index eeaa47c..8a8ebb6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,10 @@ -1.0.9(WIP) +1.0.9 Bugfix: - Fix constant value truncation when multibyte encoding characters are used (thanks to Gürkan Gür for the report) + Miscellaneous: + - Remove unneeded cast, that prevented compilation at least on Solaris 10 + SPARC (thanks to github user edechaux for the report) 1.0.8 Miscellaneous: - Fix pg12 compatibility diff --git a/debian/changelog b/debian/changelog index df217bf..674093d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pg-qualstats (1.0.9-1) experimental; urgency=medium + + * New upstream version. + + -- Julien Rouhaud Thu, 05 Sep 2019 08:26:19 +0200 + pg-qualstats (1.0.8-1) experimental; urgency=medium * New upstream version compatible with PG12. diff --git a/pg_qualstats--1.0.8.sql b/pg_qualstats--1.0.9.sql similarity index 100% rename from pg_qualstats--1.0.8.sql rename to pg_qualstats--1.0.9.sql diff --git a/pg_qualstats.control b/pg_qualstats.control index 9aec79d..e864094 100644 --- a/pg_qualstats.control +++ b/pg_qualstats.control @@ -1,4 +1,4 @@ comment = 'An extension collecting statistics about quals' -default_version = '1.0.8' +default_version = '1.0.9' module_pathname = '$libdir/pg_qualstats' relocatable = true