ruvector/crates/ruvector-postgres/sql
rUv 25ed29a576 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
..
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 feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05: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(postgres): Fix Docker build and extension SQL for PG17 2025-12-06 18:56:33 +00:00