0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-04-19 05:56:05 +00:00

Commit Graph

  • 909b8af817 Merge pull request #1824 from tursodatabase/lucio/run-ide-fmt Lucio Franco 2024-11-18 17:13:58 +00:00
  • fddf6dbe70 chore: run ide fmt on local/database.rs Lucio Franco 2024-11-18 11:44:14 -05:00
  • bdb428e51a libsql: rework sync v2 structure lucio/rework-sync-ctx Lucio Franco 2024-11-14 16:18:56 -05:00
  • 9e1f1964c5 Merge pull request #1792 from EleDiaz/ffi-fixes Lucio Franco 2024-11-15 20:12:25 +00:00
  • 9499c3c40a Revert "Merge pull request #1791 from awakecoding/libsql-ffi-build-cp-fix" Pekka Enberg 2024-11-15 10:55:30 +02:00
  • df4de45d13 feat: exposing BatchRows Eleazar Díaz Delgado 2024-09-20 11:37:23 +01:00
  • 9c73c68f0b Merge pull request #1796 from jwetzell/fix-docker-readme Lucio Franco 2024-11-14 21:19:34 +00:00
  • 4377f7ecba Merge pull request #1774 from kunjee17/main Lucio Franco 2024-11-14 21:19:32 +00:00
  • 89b3460c66 Merge pull request #1817 from tursodatabase/optimize-wal-push Lucio Franco 2024-11-14 20:14:12 +00:00
  • 5ee4723699 Merge pull request #1791 from awakecoding/libsql-ffi-build-cp-fix Lucio Franco 2024-11-14 19:12:05 +00:00
  • 37bc47dda4 libsql: Improve WAL frame push logic Pekka Enberg 2024-11-14 12:18:39 +02:00
  • cc1d9c5afd Merge pull request #1801 from tursodatabase/push-sync Pekka Enberg 2024-11-14 09:29:54 +00:00
  • 4e5ca0f04d libsql: Initial offline write support Pekka Enberg 2024-07-30 18:20:40 +03:00
  • bf0a3bb32e Merge pull request #1812 from tursodatabase/lucio/update-user-guide Lucio Franco 2024-11-13 16:45:18 +00:00
  • 38a72885fb sqld: update user guide Lucio Franco 2024-11-13 10:59:29 -05:00
  • b11c0c5294 build bundles Nikita Sivukhin 2024-11-13 00:38:43 +04:00
  • c4f37ad196 refine comment about format Nikita Sivukhin 2024-11-12 01:04:16 +04:00
  • abf43af447 introduce V3 on-disk vector index format with aligned metadata Nikita Sivukhin 2024-11-12 01:01:12 +04:00
  • 848b08e4b8 make nodeMetadataSize/edgeMetadataSize dynamic Nikita Sivukhin 2024-11-12 00:57:55 +04:00
  • f1a86881f9 Merge branch 'main' into main Kunjan Dalal 2024-11-12 16:03:18 +05:30
  • 65d4b19d02 Merge pull request #1809 from tursodatabase/lucio/debug-connection Lucio Franco 2024-11-11 21:37:58 +00:00
  • 55c2a8db75 Merge branch 'main' into lucio/debug-connection Lucio Franco 2024-11-11 14:41:47 -05:00
  • accf73e728 libsql: impl debug for Connection Lucio Franco 2024-11-11 14:41:16 -05:00
  • 246667c7fd Merge pull request #1788 from tursodatabase/wal-api Pekka Enberg 2024-11-11 12:00:39 +00:00
  • 126e582cc0 libsql-ffi: Update bundled SQLite code Pekka Enberg 2024-10-11 12:57:04 +03:00
  • a1403ce441 libsql-sqlite: Document WAL API extension Pekka Enberg 2024-10-11 12:54:00 +03:00
  • cfd549bf26 libsql-sqlite3: Add WAL API tests Pekka Enberg 2024-10-11 10:27:42 +03:00
  • 092fd3c679 libsql-sqlite3: Add libsql_wal_insert_frame() API Pekka Enberg 2024-10-11 10:49:59 +03:00
  • 8d78905882 Merge branch 'tursodatabase:main' into main Kunjan Dalal 2024-11-07 18:26:37 +05:30
  • fa06fc2a1c Merge pull request #1807 from tursodatabase/audit-log-for-config-change Nikita Sivukhin 2024-11-07 08:10:34 +00:00
  • 5487d2ba49 rename variables a bit Nikita Sivukhin 2024-11-07 00:43:54 +04:00
  • e0161f5ddf add info log about all config changes Nikita Sivukhin 2024-11-07 00:40:39 +04:00
  • 25c5f8e4bd Merge pull request #1803 from tursodatabase/fix-libsql-wasm-build Pekka Enberg 2024-10-31 09:41:51 +00:00
  • 9280b8ee82 link math lib which necessary for LibSQL vector search Nikita Sivukhin 2024-10-31 13:19:49 +04:00
  • 4411414e70 Merge pull request #1802 from tursodatabase/bump-v0.24.28 libsql-server-v0.24.28 Nikita Sivukhin 2024-10-30 18:27:29 +00:00
  • 092631941a bump sqld version Nikita Sivukhin 2024-10-30 22:04:59 +04:00
  • d0edd1d728 Merge pull request #1799 from tursodatabase/vector-search-fix-attach ls Pekka Enberg 2024-10-29 15:31:58 +00:00
  • 69001c546d fix test Nikita Sivukhin 2024-10-29 18:15:25 +04:00
  • 28cf3d8529 build bundles Nikita Sivukhin 2024-10-29 17:46:14 +04:00
  • 45544bd7ec libsql-sqlite3: Add libsql_wal_get_frame() API Pekka Enberg 2024-10-11 10:49:09 +03:00
  • 61558b2a9e libsql-{sqlite3,ffi}: Add xReadFrameRaw() to the virtual WAL API Pekka Enberg 2024-10-11 10:44:02 +03:00
  • 3ac4aa1689 libsql-{sqlite3,ffi}: Add xFrameCount() to the virtual WAL API Pekka Enberg 2024-10-18 11:31:56 +03:00
  • 26ba2d969b properly lock schema in case when we work with attached DB Nikita Sivukhin 2024-10-29 15:13:06 +04:00
  • badbbe979f add test for unknown schema name Nikita Sivukhin 2024-10-29 15:10:16 +04:00
  • f3db0bc827 build bundles Nikita Sivukhin 2024-10-29 13:16:23 +04:00
  • 05fce74677 parse schema name from vector vtab index name string argument Nikita Sivukhin 2024-10-29 13:13:33 +04:00
  • b26a78b83c remove db schema name from vector vtab - as it make no sense for eponymous virtual tables Nikita Sivukhin 2024-10-29 13:13:04 +04:00
  • 93bac68cb9 add test for vector search in ATTACHED db Nikita Sivukhin 2024-10-29 13:12:43 +04:00
  • cd92cd7ef5 Merge branch 'tursodatabase:main' into main Kunjan Dalal 2024-10-28 19:33:29 +05:30
  • f90a031821 fix typo in docker readme Joel Wetzell 2024-10-24 10:11:50 -05:00
  • abf339d180 libsql-sqlite3: Add libsql_wal_disable_checkpoint() API Pekka Enberg 2024-08-05 14:05:59 +03:00
  • e853d54300 Merge pull request #1793 from tursodatabase/embedded_replicas_improvements Piotr Jastrzębski 2024-10-23 18:01:02 +00:00
  • b83b02978c Expose detailed sync stats through Database::get_sync_usage_stats Piotr Jastrzebski 2024-10-23 13:53:16 +02:00
  • 788990263d Embedded replicas: Collect detailed logs of synced bytes Piotr Jastrzebski 2024-10-23 13:31:11 +02:00
  • 6a7a3e50a1 fix libsql-ffi build.rs usage of cp command on Windows Marc-André Moreau 2024-10-22 16:15:29 -04:00
  • 280d118976 Reduce the result returned from do_handshake_with_prefetch Piotr Jastrzebski 2024-10-21 17:26:41 +02:00
  • 7b1530ab8b Remove unnecessary clone Piotr Jastrzebski 2024-10-21 17:15:47 +02:00
  • 9ce06b7cdf Merge pull request #1790 from tursodatabase/fix-xprepare-sql-init Pekka Enberg 2024-10-21 12:01:49 +00:00
  • e75184bd1e libsql-sqlite3: Fix xPrepareSql init in test8.c Pekka Enberg 2024-10-21 14:35:40 +03:00
  • 7521bc0d91 Merge pull request #1784 from tursodatabase/small-refactors ad hoc 2024-10-10 08:49:57 +00:00
  • 2a5e204d84 move open logic to SharedWal ad hoc 2024-10-09 16:46:03 +02:00
  • 28398efe59 rename generics ad hoc 2024-10-09 11:38:35 +02:00
  • 60f17360a6 remove debug counter ad hoc 2024-10-09 11:38:22 +02:00
  • 7bd8527fe0 Merge pull request #1787 from tursodatabase/lucio/v0.24.27 libsql-server-v0.24.27 Lucio Franco 2024-10-09 19:09:53 +00:00
  • 7fbd668dfc Merge pull request #1782 from tursodatabase/tiered-compaction ad hoc 2024-10-09 18:55:10 +00:00
  • 4379c48161 release v0.24.27 Lucio Franco 2024-10-09 14:44:39 -04:00
  • 935a8780e9 Merge pull request #1786 from tursodatabase/lucio/skip-upload-shutdown Lucio Franco 2024-10-09 18:19:57 +00:00
  • 82dfa91990 tiered compaction ad hoc 2024-10-07 16:44:21 +02:00
  • fbd75be3fd Merge pull request #1785 from tursodatabase/fix-flaxy-test ad hoc 2024-10-09 15:12:40 +00:00
  • c050655fc5 Merge pull request #1777 from tursodatabase/libsql-wal-replicate-from-db-file ad hoc 2024-10-09 15:11:10 +00:00
  • d7c184d3de bottomless: add upload on shutdown skip option Lucio Franco 2024-10-09 10:54:46 -04:00
  • 56e152f611 fix flaky test ad hoc 2024-10-09 16:50:59 +02:00
  • 18e7c0c43d replicate from db-file when start_frame_no is 1 ad hoc 2024-10-08 16:43:45 +02:00
  • 348c4c9755 fix buf and file impl ad hoc 2024-10-08 16:43:01 +02:00
  • e608ff71af Merge branch 'main' into main Kunjan Dalal 2024-10-05 09:47:36 +05:30
  • aa011b4b0f add partial ZerocopyBoxIoBuf ad hoc 2024-10-04 20:39:49 +02:00
  • 21ae561bfb Merge pull request #1776 from tursodatabase/lucio/v0.24.26 libsql-server-v0.24.26 Lucio Franco 2024-10-04 14:49:51 +00:00
  • f0cc7b969a sqld: release v0.24.26 Lucio Franco 2024-10-04 10:24:56 -04:00
  • 7a97d482e5 Merge pull request #1770 from tursodatabase/lucio/temp-fix-ns-not-exist-replica Lucio Franco 2024-10-04 13:50:11 +00:00
  • e55dd89b0a use read txn in replicator ad hoc 2024-10-04 12:34:49 +02:00
  • 735859f549 Worker version updated to latest 0.4.1 Kunjan Dalal 2024-10-04 15:13:02 +05:30
  • 1aa37881fd Merge pull request #1773 from tursodatabase/remove-debug-timeout ad hoc 2024-10-04 09:33:21 +00:00
  • 961ecb8179 remove stray debug timeout ad hoc 2024-10-04 11:11:33 +02:00
  • e110689077 Merge pull request #1771 from tursodatabase/libsql-wal-fix-missing-dir ad hoc 2024-10-03 21:31:30 +00:00
  • 4f3fda235a libsql-wal: fix missing dir on replica init ad hoc 2024-10-03 23:02:24 +02:00
  • a86d3c1074 sqld: temp fix replica namespace doesnt exist Lucio Franco 2024-10-03 14:51:27 -04:00
  • 87001c0cdc Merge pull request #1769 from tursodatabase/libsql-wal-replication-fixes ad hoc 2024-10-03 18:45:21 +00:00
  • 1c0da12429 Merge pull request #1767 from tursodatabase/lucio/retry-replica-proxy-conn Lucio Franco 2024-10-03 18:44:33 +00:00
  • db9d6e1c3a libsql-wal replication fixed ad hoc 2024-10-03 20:05:19 +02:00
  • 4f19c351d4 wip sqld-libsql-wal-sim ad hoc 2024-10-03 11:24:29 +02:00
  • 09168482f3 Merge pull request #1768 from tursodatabase/fix-multipart-upload-empty-payload ad hoc 2024-10-02 21:29:03 +00:00
  • 96d4d8dc45 fix multipart bug with empty payload ad hoc 2024-10-02 23:07:42 +02:00
  • 208c940374 sqld: retry proxy conn on unavailable Lucio Franco 2024-10-02 15:57:42 -04:00
  • b2d59cad5b Merge pull request #1766 from tursodatabase/libsql-wal-multipart-upload ad hoc 2024-10-02 19:47:24 +00:00
  • 77151c20be libsql-wal s3 multipart segment upload ad hoc 2024-10-02 21:19:42 +02:00
  • 748a73d0a0 Merge pull request #1765 from tursodatabase/compaction-failure-error-report ad hoc 2024-10-02 10:27:28 +00:00
  • eb59a043fd correctly report error on compaction failure ad hoc 2024-10-02 12:03:34 +02:00
  • 8766c39018 simulator host boilerplate code ad hoc 2024-10-01 15:32:49 +02:00
  • ef18f21d30 sqlx: implement working read queries lucio/sqlx Lucio Franco 2024-09-30 15:29:18 -04:00
  • 54ff4218cc Merge pull request #1761 from tursodatabase/vector-search-accept-k-float Nikita Sivukhin 2024-09-30 16:33:50 +00:00