git.postgresql.org Git - postgresql.git/commit
2015年5月15日 11:26:51 +0000 (14:26 +0300)
2015年5月15日 11:26:51 +0000 (14:26 +0300)
commit 35fcb1b3d038a501f3f4c87c05630095abaaadab
Allow GiST distance function to return merely a lower-bound.
The distance function can now set *recheck = false, like index quals. The
executor will then re-check the ORDER BY expressions, and use a queue to
reorder the results on the fly.
This makes it possible to do kNN-searches on polygons and circles, which
don't store the exact value in the index, but just a bounding box.
Alexander Korotkov and me
19 files changed:
This is the main PostgreSQL git repository.
RSS
Atom