Open-source vector similarity search for Postgres
40 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/ivfbuild.c | 1 | #include "postgres.h" |
| LOW | src/ivfbuild.c | 21 | #include "miscadmin.h" |
| LOW | src/ivfscan.c | 1 | #include "postgres.h" |
| LOW | src/halfvec.c | 1 | #include "postgres.h" |
| LOW | src/hnswutils.c | 1 | #include "postgres.h" |
| LOW | src/hnswutils.c | 61 | #define SH_HASH_KEY(tb, key) hash_tid(key) |
| LOW | src/hnswutils.c | 81 | #define SH_KEY ptr |
| LOW | src/hnswbuild.c | 41 | #include "access/genam.h" |
| LOW | src/hnswbuild.c | 61 | #include "utils/rel.h" |
| LOW | src/hnswvacuum.c | 1 | #include "postgres.h" |
| LOW | src/bitutils.c | 1 | #include "postgres.h" |
| LOW | src/bitutils.c | 21 | #define TARGET_AVX512_POPCOUNT |
| LOW | src/bitutils.c | 161 | #define CPU_FEATURE_OSXSAVE (1 << 27) /* F1 ECX */ |
| LOW | src/ivfutils.c | 1 | #include "postgres.h" |
| LOW | src/vector.c | 1 | #include "postgres.h" |
| LOW | src/vector.c | 21 | #include "utils/lsyscache.h" |
| LOW | src/ivfflat.c | 1 | #include "postgres.h" |
| LOW | src/ivfinsert.c | 1 | #include "postgres.h" |
| LOW | src/halfutils.c | 1 | #include "postgres.h" |
| LOW | src/halfutils.c | 241 | |
| LOW | src/hnsw.h | 1 | #ifndef HNSW_H |
| LOW | src/hnsw.h | 21 | #if PG_VERSION_NUM >= 190000 |
| LOW | src/hnsw.h | 41 | /* Must correspond to page numbers since page lock is used */ |
| LOW | src/hnsw.h | 61 | #define HNSW_HEAPTIDS 10 |
| LOW | src/hnsw.h | 81 | #if PG_VERSION_NUM >= 150000 |
| LOW | src/hnsw.h | 101 | #define HnswGetSearchCandidate(membername, ptr) pairingheap_container(HnswSearchCandidate, membername, ptr) |
| LOW | src/hnsw.h | 501 | #define SH_PREFIX pointerhash |
| LOW | src/halfvec.h | 1 | #ifndef HALFVEC_H |
| LOW | src/halfvec.h | 21 | /* target_clones requires glibc */ |
| LOW | src/halfvec.h | 41 | #elif defined(__FLT16_MAX__) && !defined(HALFVEC_DISPATCH) && !defined(__FreeBSD__) && (!defined(__i386__) || defined(__ |
| LOW | src/hnswscan.c | 1 | #include "postgres.h" |
| LOW | src/ivfkmeans.c | 1 | #include "postgres.h" |
| LOW | src/ivfvacuum.c | 1 | #include "postgres.h" |
| LOW | src/hnswinsert.c | 1 | #include "postgres.h" |
| LOW | src/ivfflat.h | 1 | #ifndef IVFFLAT_H |
| LOW | src/ivfflat.h | 21 | #if PG_VERSION_NUM >= 150000 |
| LOW | src/ivfflat.h | 41 | |
| LOW | src/vector.h | 21 | int vector_cmp_internal(Vector * a, Vector * b); |
| LOW | src/sparsevec.c | 1 | #include "postgres.h" |
| LOW | src/hnsw.c | 1 | #include "postgres.h" |