ruvector/crates/ruvector-postgres/sql
rUv 9d4e3ea716
fix(sql): rename access method hnsw → ruhnsw to match Rust source (#496)
All Rust source code (maintenance queries, scan functions, tenancy SQL)
references the access method as `ruhnsw`, but the SQL registration files
had it as `hnsw`, causing `CREATE INDEX USING ruhnsw` to fail with
"access method not found". Historical migration files left unchanged.

Closes #48

Co-authored-by: ruvnet <ruvnet@gmail.com>
2026-05-22 03:05:24 -04:00
..
access_methods.sql fix(sql): rename access method hnsw → ruhnsw to match Rust source (#496) 2026-05-22 03:05:24 -04:00
embeddings.sql feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
graph_examples.sql feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
hnsw_index.sql fix(sql): rename access method hnsw → ruhnsw to match Rust source (#496) 2026-05-22 03:05:24 -04:00
ivfflat_am.sql feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
routing_example.sql feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
ruvector--0.1.0.sql fix(ruvector-postgres): IVFFlat storage, HNSW query, SQL injection fixes 2025-12-26 04:05:58 +00:00
ruvector--0.3.0.sql fix(postgres): wrap optional-feature SQL functions in DO exception blocks (#485) 2026-05-22 01:03:20 -04:00
ruvector--2.0.0--0.3.0.sql feat: add 43 new SQL functions in ruvector-postgres v0.3.0 (ADR-044) 2026-02-21 20:38:43 +00:00
ruvector--2.0.0.sql fix(sql): rename access method hnsw → ruhnsw to match Rust source (#496) 2026-05-22 03:05:24 -04:00