Extension for PostgreSQL to support approximate algorithms based on the Datasketches core library datasketches-cpp. See Datasketches documentation for details: http://datasketches.apache.org/
Release notes: - The first release as Apache project (incubating) - Based on the first Apache release of datasketches-cpp (1.0.0-incubating) - Added HLL sketch - Fixed a few problems with building and creating extension in a database PGXN: https://pgxn.org/dist/datasketches/ GitHub: https://github.com/apache/incubator-datasketches-postgresql/releases/tag/1.3.0-incubating Apache artifact: https://dist.apache.org/repos/dist/release/incubator/datasketches/postgresql/1.3.0-incubating/ Needs datasketches-cpp: https://dist.apache.org/repos/dist/release/incubator/datasketches/cpp/1.0.0-incubating/ included in the PGXN package
