Releases: tvondra/count_distinct
Releases · tvondra/count_distinct
3.0.2
- 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
- Simplify count_distinct_elements_append
- Fix confusion in using PG_RETURN_DATUM in array functions