Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/lsm1/lsm_sorted.c
2025-02-27
| ||
21:17 | [1bae854694] part of check-in [f50c21484d] Approximately 100 typo corrections spanning the whole tree, submitted via forum post 0db9827f0464bc33 and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. (check-in: [f50c21484d] user: stephan branch: trunk, size: 184364) | |
2023-01-17
| ||
19:34 | [bc276055af] part of check-in [d71154265a] Fix another issue with very large compressed LSM databases. (check-in: [d71154265a] user: dan branch: trunk, size: 184363) | |
2023-01-13
| ||
20:49 | [e17769dd28] part of check-in [f9fafc9413] Fix another lsm compression-mode bug. (check-in: [f9fafc9413] user: dan branch: trunk, size: 184346) | |
2023-01-11
| ||
16:02 | [8bf11fa5ee] part of check-in [1f3d0bdc20] Fix another 64-bit offset problem in lsm. (check-in: [1f3d0bdc20] user: dan branch: lsm-compress-fixes, size: 184320) | |
2023-01-09
| ||
21:10 | [cb163ee579] part of check-in [956e985ff9] Fix some problems with large, compressed, lsm databases. (check-in: [956e985ff9] user: dan branch: lsm-compress-fixes, size: 184320) | |
2020-07-29
| ||
16:18 | [d0d75bffce] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 184413) | |
2018-07-07
| ||
20:26 | [6f7d8cf7a7] part of check-in [ae3fc7652f] Fix another problem with reusing LSM cursors for range scans. (check-in: [ae3fc7652f] user: dan branch: trunk, size: 184411) | |
20:13 | [1abed5e7bc] part of check-in [f05bead371] Fix an LSM problem caused by using the same cursor for equality and range scans. (check-in: [f05bead371] user: dan branch: trunk, size: 184240) | |
2018-01-05
| ||
11:34 | [df7b393d9e] part of check-in [a4876672ed] Fix an LSM problem causing the wrong amount of "auto-work" to be performed under fairly obscure circumstances. (check-in: [a4876672ed] user: dan branch: trunk, size: 184223) | |
2017-12-13
| ||
15:32 | [d07ff7c287] part of check-in [30bf38d589] Change some LSM code internal typenames from "Blob" and "Pgno" to "LsmBlob" and "LsmPgno". This allows the LSM code to be compiled as a single unit with sqlite3.c. (check-in: [30bf38d589] user: dan branch: trunk, size: 184248) | |
2017-11-16
| ||
20:48 | [8f899fb64a] part of check-in [5ffec5db33] In the LSM extension, ensure that empty space on pages is zeroed before they are written to disk. This helps with compressed databases, and stops valgrind complaining about uninitialized bytes and write(). (check-in: [5ffec5db33] user: dan branch: trunk, size: 184074) | |
2017-07-11
| ||
17:06 | [a04518dfbf] part of check-in [a8e651e0e5] Fix a whitespace alignment issue in lsm1. (check-in: [a8e651e0e5] user: mistachkin branch: trunk, size: 183386) | |
16:46 | [1bdd5668c2] part of check-in [0f1307f1f5] Fix more harmless compiler warnings in lsm1, seen with MSVC 2015. (check-in: [0f1307f1f5] user: mistachkin branch: trunk, size: 183390) | |
16:36 | [ad426f7ed9] part of check-in [cf6da4a52f] Fix harmless compiler warnings seen with MSVC for lsm1. (check-in: [cf6da4a52f] user: mistachkin branch: trunk, size: 183368) | |
2017-07-04
| ||
19:23 | [9bc5251a54] part of check-in [ca757c8665] Fix further OOM handling cases in LSM. (check-in: [ca757c8665] user: dan branch: trunk, size: 183163) | |
2017-07-03
| ||
20:19 | [105a4c0b95] part of check-in [b2c2487928] Fix a bug in lsm queries on levels undergoing incremental an merge that contain range-delete markers. (check-in: [b2c2487928] user: dan branch: trunk, size: 183115) | |
2017-06-30
| ||
11:44 | [62cc605a66] part of check-in [bacfe8cb3e] Avoid constantly freeing and reallocing small internal buffers associated with LSM cursors. Instead, allow them to persist for the lifetime of the cursor if they are LSM_SEGMENTPTR_FREE_THRESHOLD (default 1024) bytes or smaller. This change is based on research by Martijn Blaauw. (check-in: [bacfe8cb3e] user: dan branch: trunk, size: 182835) | |
2015-11-17
| ||
00:15 | [4a9e3ffecd] part of check-in [a32849d6bf] The virtual table compiles but does not work and is missing many features. This is an incremental check-in. (check-in: [a32849d6bf] user: drh branch: lsm-vtab, size: 182288) | |
2015-11-16
| ||
16:00 | Added: [aca377f409] part of check-in [3d930501a2] Import the LSM code from SQLite4 for use in an experimental virtual table. NB: This is a speculative experiment and could easily result in a dead-end branch. (check-in: [3d930501a2] user: drh branch: lsm-vtab, size: 182358) | |