mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 15:19:08 -04:00
Introduce distance operators over cubes: <#> taxicab distance <-> euclidean distance <=> chebyshev distance Also add kNN support of those distances in GiST opclass. Author: Stas Kelvich |
||
|---|---|---|
| .. | ||
| data | ||
| expected | ||
| sql | ||
| .gitignore | ||
| CHANGES | ||
| cube--1.0--1.1.sql | ||
| cube--1.1.sql | ||
| cube--unpackaged--1.0.sql | ||
| cube.c | ||
| cube.control | ||
| cubedata.h | ||
| cubeparse.y | ||
| cubescan.l | ||
| Makefile | ||