ruvector/crates/ruvector-postgres/src
rUv 8527c95f2f fix(postgres): Fix Docker build and extension SQL for PG17
- Add amcanbuildparallel and aminsertcleanup fields to IndexAmRoutine for PG17
- Fix SQL function wrapper names to match pgrx-generated symbols
- Remove non-existent functions (GAT, message_aggregate, gnn_readout)
- Fix ruvector type I/O functions to use correct wrapper names
- Simplify Dockerfile SQL handling

Tested: Docker install works with npx @ruvector/postgres-cli install

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 18:56:33 +00:00
..
attention feat(postgres): Export ruvector_* attention functions and fix CLI (#55) 2025-12-06 12:28:10 -05:00
bin feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
distance feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
gnn feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
graph feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
hyperbolic feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
index fix(postgres): Fix Docker build and extension SQL for PG17 2025-12-06 18:56:33 +00:00
learning feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
quantization feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
routing feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
sparse feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
types feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
lib.rs feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
operators.rs feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00