Skip to content

Releases: tvondra/count_distinct

3.0.2

09 Jan 16:41
Compare
Choose a tag to compare
  • Fix segfault failure on Postgres 10, when combine function gets called for NULL arguments.
  • Various improvements to README (benchmark results, discussion when to use the extension).
  • Automated testing using a GitHub CI workflow.

3.0.1

09 Jan 16:45
Compare
Choose a tag to compare
  • Simplify count_distinct_elements_append
  • Fix confusion in using PG_RETURN_DATUM in array functions