Commit Graph

  • 0e83213e88 Removed logging [skip ci] Andrew Kane 2024-09-21 22:56:35 -07:00
  • f1c7494c35 Added sorting [skip ci] Andrew Kane 2024-09-21 22:56:03 -07:00
  • e07d17fe38 Limit work_mem [skip ci] Andrew Kane 2024-09-21 22:37:03 -07:00
  • cd3f9a38ae Added max_probes option [skip ci] Andrew Kane 2024-09-21 20:19:26 -07:00
  • ff6267917e Improved approach [skip ci] Andrew Kane 2024-09-21 19:55:55 -07:00
  • c950c5ffaa Merge branch 'master' into ivfflat-streaming Andrew Kane 2024-09-21 19:26:12 -07:00
  • 97cf990e0f Free TupleDesc [skip ci] Andrew Kane 2024-09-21 19:15:34 -07:00
  • 55dc735e1a Moved allocations out of GetScanItems [skip ci] Andrew Kane 2024-09-21 19:10:25 -07:00
  • 88f56dc234 Merge branch 'master' into ivfflat-streaming Andrew Kane 2024-09-21 18:37:31 -07:00
  • be4e9a9df2 Added macros for IvfflatScanList [skip ci] Andrew Kane 2024-09-21 18:10:37 -07:00
  • 96ff1b992f Added comment [skip ci] Andrew Kane 2024-09-21 16:21:02 -07:00
  • 569bf93355 Updated comment [skip ci] Andrew Kane 2024-09-21 16:18:56 -07:00
  • 72aa53ef54 Only free if streaming [skip ci] Andrew Kane 2024-09-21 16:15:00 -07:00
  • 4773931b11 Improved code [skip ci] Andrew Kane 2024-09-21 12:28:12 -07:00
  • b7564dfc19 Improved logging [skip ci] Andrew Kane 2024-09-21 12:23:05 -07:00
  • 7dc1b36adc Merge branch 'master' into hnsw-streaming Andrew Kane 2024-09-21 12:16:40 -07:00
  • d5e8fc96a5 Changed HnswPairingHeapNode to HnswSearchCandidate to reduce allocations and improve code Andrew Kane 2024-09-21 12:07:44 -07:00
  • 5266c208a6 Reduced calls to AddToVisited [skip ci] Andrew Kane 2024-09-21 00:32:31 -07:00
  • dad5dffe8e Fixed issue time-budget Andrew Kane 2024-09-20 22:29:23 -07:00
  • 06b641407f Added time budget for HNSW index scans Andrew Kane 2024-09-20 22:06:09 -07:00
  • e2ba6cf38f Updated comment [skip ci] Andrew Kane 2024-09-20 21:33:46 -07:00
  • 689f9c4659 Added cost estimation [skip ci] Andrew Kane 2024-09-20 21:30:52 -07:00
  • a0fddf2d1d Added todo [skip ci] Andrew Kane 2024-09-20 16:24:20 -07:00
  • 63d5d121a3 Added HNSW_BENCH define [skip ci] Andrew Kane 2024-09-20 16:20:27 -07:00
  • 39d2ef624a Merge branch 'master' into hnsw-streaming Andrew Kane 2024-09-20 15:24:27 -07:00
  • 6d2af6d3f9 Improved code [skip ci] Andrew Kane 2024-09-20 15:21:57 -07:00
  • aa0b7ddf70 Removed code for pg12 [skip ci] Andrew Kane 2024-09-20 15:19:50 -07:00
  • d499ead3c6 Removed todo [skip ci] Andrew Kane 2024-09-20 15:19:23 -07:00
  • f20f5e28b8 Added versioning to tuples Andrew Kane 2024-09-20 15:12:39 -07:00
  • 5db9581e74 Added versioning to tuples tuple-version Andrew Kane 2024-09-20 15:10:54 -07:00
  • 3dde18a883 Fixed CI Andrew Kane 2024-09-20 14:13:33 -07:00
  • 0af1c7dd55 Merge branch 'master' into hnsw-streaming Andrew Kane 2024-09-20 13:57:23 -07:00
  • f6ebc5d708 Fixed warning [skip ci] Andrew Kane 2024-09-20 13:56:27 -07:00
  • c6493415b2 Added test for streaming recall Andrew Kane 2024-09-20 13:04:08 -07:00
  • 88889f5a4c Fixed CI [skip ci] Andrew Kane 2024-09-20 12:52:08 -07:00
  • 79851729f1 Improved streaming test Andrew Kane 2024-09-20 11:13:03 -07:00
  • 3fd6a29c49 Added test for streaming recall [skip ci] Andrew Kane 2024-09-20 10:50:53 -07:00
  • 2c58804756 Added streaming option for IVFFlat [skip ci] Andrew Kane 2024-09-20 10:20:40 -07:00
  • a6ab5d07c0 Fixed CI Andrew Kane 2024-09-19 20:50:51 -07:00
  • aa77346103 Improved code [skip ci] Andrew Kane 2024-09-19 19:57:16 -07:00
  • b0da2d95d9 Fixed array_to_sparsevec on Windows [skip ci] Andrew Kane 2024-09-19 19:52:16 -07:00
  • 3fb05eb847 Added casts for arrays to sparsevec - #604 Andrew Kane 2024-09-19 19:17:05 -07:00
  • b738ffecc1 Dropped support for Postgres 12 Andrew Kane 2024-09-19 18:13:54 -07:00
  • 7117513532 Add error codes to a few errors (#657) Heikki Linnakangas 2024-09-20 04:04:23 +03:00
  • 85d877d540 Updated changelog [skip ci] Andrew Kane 2024-09-19 18:03:20 -07:00
  • 05fb382031 Swap max costing values to align with upstream guidance (#658) Jonathan S. Katz 2024-09-19 21:01:59 -04:00
  • aaff3de409 Free memory [skip ci] Andrew Kane 2024-09-19 15:32:22 -07:00
  • 8e1853fbf3 Improved variable name [skip ci] Andrew Kane 2024-09-19 15:09:40 -07:00
  • 4d1c6ff955 Merge branch 'master' into hnsw-streaming Andrew Kane 2024-09-19 14:52:34 -07:00
  • f9d68a061a Simplified HnswLoadUnvisitedFromMemory [skip ci] Andrew Kane 2024-09-19 04:39:46 -07:00
  • 4f8ab574c9 Simplified CountElement [skip ci] Andrew Kane 2024-09-19 04:32:38 -07:00
  • a15806196e Keep scan-build happy Andrew Kane 2024-09-19 04:02:09 -07:00
  • 5c9429a0f8 Reduced memory usage for HNSW index scans Andrew Kane 2024-09-19 03:27:35 -07:00
  • 4b44d6e745 Updated changelog [skip ci] Andrew Kane 2024-09-19 02:42:33 -07:00
  • 16ca608f42 Updated AddToVisited to use HnswElementPtr Andrew Kane 2024-09-19 02:41:20 -07:00
  • 8dde14a736 Reduced memory usage for HNSW index scans Andrew Kane 2024-09-19 02:17:51 -07:00
  • d74d3065bc Reduced allocations for pairing heap Andrew Kane 2024-09-19 01:59:46 -07:00
  • af1727775d Added streaming option for HNSW [skip ci] Andrew Kane 2024-09-18 14:55:58 -07:00
  • a1b80faa67 Updated readme Andrew Kane 2024-09-05 23:13:12 -07:00
  • 4af5a127e0 Revert "Improved cleanup for IVFFlat index scans [skip ci]" Andrew Kane 2024-09-02 01:52:28 -07:00
  • d02d71a398 Fixed CI Andrew Kane 2024-09-02 01:44:03 -07:00
  • 2aca04b8de Updated links [skip ci] Andrew Kane 2024-08-28 13:39:03 -07:00
  • e47984e616 Reset tuple sort for Postgres 12 [skip ci] Andrew Kane 2024-08-24 22:10:26 -07:00
  • da7d3959a3 Improved cleanup for IVFFlat index scans [skip ci] Andrew Kane 2024-08-24 21:59:44 -07:00
  • dadbbc3758 Renamed InitSortState to InitScanSortState [skip ci] Andrew Kane 2024-08-24 21:53:15 -07:00
  • 6af0a43d62 Added InitBuildSortState function [skip ci] Andrew Kane 2024-08-24 21:50:31 -07:00
  • ffcb90d094 Added InitSortState function [skip ci] Andrew Kane 2024-08-24 21:42:18 -07:00
  • 8a312c3c8e Added memory usage for IVFFlat index scans [skip ci] Andrew Kane 2024-08-24 21:30:40 -07:00
  • 5d86b177ab Fixed -DIVFFLAT_MEMORY [skip ci] Andrew Kane 2024-08-24 20:56:33 -07:00
  • ea99957fae Added fields to IndexAmRoutine Andrew Kane 2024-08-22 20:39:16 -07:00
  • 4cede1a9c9 [src/hnswutils.c] Resolve 1 -Wmaybe-uninitialized (#654) Samuel Marks 2024-08-22 21:51:16 -05:00
  • d0dbc8b4d1 Added Postgres 18 to CI [skip ci] Andrew Kane 2024-08-13 02:24:42 -07:00
  • bb855e6cb4 Updated comment [skip ci] Andrew Kane 2024-08-06 10:35:26 -07:00
  • 103ac50f1a Version bump to 0.7.4 [skip ci] v0.7.4 Andrew Kane 2024-08-05 10:44:01 -07:00
  • 57fb706242 Fixed locking for parallel HNSW index builds - fixes #635 Andrew Kane 2024-08-04 11:27:51 -07:00
  • e43b1e660f Removed comment [skip ci] hnsw-build-locking Andrew Kane 2024-08-02 14:53:22 -07:00
  • 33f5c41623 Reduced code paths Andrew Kane 2024-08-02 14:51:37 -07:00
  • 3c99b55cf9 Fixed locking for UpdateNeighborsInMemory Andrew Kane 2024-08-02 14:34:56 -07:00
  • 020d3edaa9 Changed warnings to errors for TAP tests [skip ci] Andrew Kane 2024-07-27 12:28:03 -07:00
  • 1e9e355175 Updated TAP tests to use PostgreSQL::Test packages [skip ci] Andrew Kane 2024-07-27 12:24:15 -07:00
  • f1d283f565 Updated comment [skip ci] Andrew Kane 2024-07-27 11:36:48 -07:00
  • 8684c2ba62 Updated formatting [skip ci] Andrew Kane 2024-07-27 08:25:09 -07:00
  • 6c692ef23f Fixed compilation error with GCC 14 on i386 when SSE2 is not enabled Andrew Kane 2024-07-27 06:20:27 -07:00
  • bb424e96e7 Revert "Simplified makefile" Andrew Kane 2024-07-24 20:50:14 -07:00
  • 30911edb7a Simplified makefile Andrew Kane 2024-07-24 20:39:52 -07:00
  • 5ae2bd9efb Improved Windows makefile [skip ci] Andrew Kane 2024-07-24 20:37:28 -07:00
  • 19215317a4 Fixed installation when make is not run before make install on Windows [skip ci] Andrew Kane 2024-07-24 02:09:32 -07:00
  • c7ca7f05de Fixed installation when make is not run before make install - closes #631 Andrew Kane 2024-07-24 01:30:22 -07:00
  • 4733cf253b Version bump to 0.7.3 [skip ci] v0.7.3 Andrew Kane 2024-07-22 09:16:59 -07:00
  • 06d1fa1402 Added alignment check to ensure consistency with PageIndexTupleOverwrite Andrew Kane 2024-07-19 15:50:24 -07:00
  • 8c5a4bfb6c Fixed failed to add index item error with sparsevec - fixes #625 Andrew Kane 2024-07-19 13:54:36 -07:00
  • 1bc29ac697 Added tuple stats for HNSW [skip ci] hnsw-stats Andrew Kane 2024-07-13 08:47:53 -07:00
  • 8772c8de68 Fixed compilation error with FreeBSD ARM Andrew Kane 2024-06-30 11:23:39 -07:00
  • d1694a93af Added ubuntu-24.04 to CI [skip ci] Andrew Kane 2024-06-17 10:45:58 -07:00
  • 61870a0244 Fixed compilation warning with MSVC and Postgres 16 - fixes #598 Andrew Kane 2024-06-16 12:09:01 -07:00
  • 9b89bed701 Version bump to 0.7.2 [skip ci] v0.7.2 Andrew Kane 2024-06-11 17:26:51 -07:00
  • ad7cad5ecd Improved HnswSearchLayer code Andrew Kane 2024-06-11 16:29:14 -07:00
  • 2a8b9d689e Moved check Andrew Kane 2024-06-11 15:45:03 -07:00
  • 18cd8a60c3 Updated comment [skip ci] Andrew Kane 2024-06-10 22:02:40 -07:00
  • 8c91a9f56a Fixed initialization fork for IVFFlat indexes on unlogged tables - #591 Andrew Kane 2024-06-10 21:55:17 -07:00