VladlenPopolitov

Results 6 issues of VladlenPopolitov

TcpConnectionImpl.cc line 482 ``` if (errno == EPIPE || errno == ECONNRESET) // TODO: any others? { #ifdef _WIN32 LOG_TRACE

I originally reported to cmake, as problem was with unpacking of archive by cmake, but I got information from them , that cmake uses lib archive library and recommend report...

test2 file added to the repository

The current state: pgvector uses HNSW algorithm, that returns k-TOP nearest neighbours. If SQL query has WHERE clause, k-TOP neighbours could not satisfy the filter condition, and the query does...

Added support for ARM64. Tested on Mac OS X with M1 processor.

Added tests fro hnsw streaming. Currently test crashes the server after TRUNCATE TABLE with active index and hnsw.streaming=ON.