]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
4 days ago  drhFor all binary operators, try to avoid computing subque... optimize-null-values
4 days ago  drhSlightly smaller and faster version of the previous...
4 days ago  drhFactor out the code that tries to avoid evaluating...
6 days ago  drhImprove the bytecode generated for comparisons so that...
7 days ago  drhRaise an error right away if the number of aggregate...
7 days ago  stephanAPI doc typo fixes and closing DD element tags from...
8 days ago  drhWork around an apparent GCC UBSAN bug. See
9 days ago  stephanMinor API doc fixes sent off-list from brickviking.
10 days ago  drhSimilar fix to the previous check-in, but this time for
10 days ago  drhRange check the column index on the sqlite3_preupdate_o...
11 days ago  stephanAPI doc typo fixes and one rephrasing improvement from...
11 days ago  danImprove some of the error messages emitted by fts5...
11 days ago  drhFix an SQL typo introduced by the previous check-in.
11 days ago  drhEscape the "_" character in LIKE patterns in the CLI.
11 days ago  drhFix a harmless compiler warning injected by [c978aed3b6...
11 days ago  drhImproved "statement aborts at ..." log-file messages...
12 days ago  stephanAdd the --disable-rpath configure script flag to addres...
12 days ago  stephanAPI doc typo fixes from brickviking.
13 days ago  stephanMinor JS test cleanups prompted by a linter.
13 days ago  stephanRemove some duplicated JS tests.
13 days ago  stephanReduce the maximum --size flag for JS kvvfs speedtest1...
13 days ago  stephanGive oo1.Stmt.get() similar treatment to [8c187140a60b...
13 days ago  stephanExtend the SEE-via-kvvfs tests to include all three...
13 days ago  stephanRework how JS's oo1.DB.exec() flags its Stmt objects...
2025-06-21  stephanNumerous small doc typo from BrickViking.
2025-06-20  drhEnhance sqlite3BtreeSetPageSize() so that it detects...
2025-06-19  drhFix an out-of-order local variable declaration in ext...
2025-06-19  drhImprove the accuracy of sqlite3BtreeRowCountEst().
2025-06-19  drhGeneralize the indexCellCompare() so that works on...
2025-06-19  stephanA slight doc rephrasing for clarity, suggested in the...
2025-06-19  stephanDoc typo fixes from [forum:0bce273669 | forum post...
2025-06-19  stephanExpose the column metadata APIs to WASM (which does...
2025-06-18  drhExtend the pedantic enforcement of type to VIRTUAL...
2025-06-18  drhEnforce judgmental typing on STORED generated columns...
2025-06-18  stephanExport the column-metadata APIs to WASM. Doing so requi... wasm-column-metadata
2025-06-18  stephanAdd the --enable-column-metadata flag to the configure...
2025-06-18  stephanEliminate configure/build discrepancies in how 'make...
2025-06-18  drhChange the definition of SQLITE_DYNAMIC to a function...
2025-06-18  stephanAdd the --tclConfig.sh FILE flag to buildtclext.tcl...
2025-06-17  stephantea: remove the vsatisfies 8.6- enforcement from the...
2025-06-17  drhAvoid writing frames with no checksums into the wal...
2025-06-17  drhFix a corner-case for [9441fff52cc4e19c].
2025-06-17  danUpdate walcksum.test so that it works with SQLITE_DEFAU... forum-b490f726db-fix
2025-06-17  stephanExtend [b5c6cb13cff5] to use a wildcard on darwin*...
2025-06-17  stephanMinor proj.tcl portability fixes and cleanups suggested...
2025-06-17  stephanproj.tcl portability fixes and cleanups suggested in... linux-named-apple
2025-06-17  danAvoid writing frames with no checksums into the wal...
2025-06-16  drhFix an issue going back to version 3.39.0 with transiti...
2025-06-16  drhImproved debugging output for the transitive constraint...
2025-06-16  drhMake the show-%p-az-zero hack of the previous check...
2025-06-16  drhAdd an "#if 0" that can be changed to "1" to cause...
2025-06-12  danHave sqlite3_setlk_timeout() take the database handle...
2025-06-11  danFix a problem with UPDATEs on fts5 tables that contain...
2025-06-11  drhFix the concat_ws() SQL function so that it includes...
2025-06-10  drhImproved selection of the divisor when subdividing...
2025-06-10  drhMinor corrections to the new Bitvec testing logic.
2025-06-10  drhEnhancements to sqlite3BitvecBuiltinTest() that allow...
2025-06-10  drhImproved diagnostics for Bitvec: Add the sqlite3ShowBi...
2025-06-09  drhAdjustments to ext/misc/fileio.c in an attempt to get...
2025-06-06  drhRemove unnecessary whitespace and otherwise improve...
2025-06-06  drhUpdate the "msort" function in Lemon so that it works...
2025-06-05  drhRemove the clunky test_windirent.h and test_windirent...
2025-06-05  drhEnhance the FSDIR virtual table with a new "level"...
2025-06-04  stephantea build: add an info-exists check after a 'scan'...
2025-06-03  stephanApply the duplicate 'export default' workaround to...
2025-06-03  drhEnhance sqlite3_rsync so that it works even if the...
2025-06-03  drhFix an off-by-one error in sqlite3_rsync, reported in
2025-06-03  drhFix harmless compiler warning introduced by the setlk...
2025-06-02  drhFix JSONB edit so that when it is trying to reduce...
2025-06-02  drhIncrease the version number to 3.51.0
2025-06-02  danFixes to ensure SQLITE_ENABLE_SETLK_TIMEOUT builds...
2025-06-02  danFix os_win.c so that SQLITE_ENABLE_SETLK_TIMEOUT=2... setlk-snapshot-fix
2025-06-02  drhImprove the accuracy of affinity and collating sequence...
2025-06-02  danUpdates to new test cases to run with SQLITE_ENABLE_SET...
2025-06-02  danMerge trunk changes into this branch.
2025-06-02  stephanSlight modernization of the TEA README.txt.
2025-06-02  stephanTEA: remove the stale man page and references to the...
2025-06-02  drhRemove an unnecessary parameter from sqlite3VdbeRecordU...
2025-06-02  drhFix stale comments related to KeyInfo. Add new assert...
2025-06-01  drhFix an off-by-one error in the size computation of...
2025-06-01  drhFix VACUUM so that it works even when ATTACH_WRITE...
2025-05-31  drhEnhance "box" and "column" mode formatting in the CLI...
2025-05-31  danUpdate a few test scripts so that they run on windows.
2025-05-31  drhNew makefile target "xdevtest" works like "releasetest...
2025-05-31  danFix an affinity problem caused by a USING or NATURAL...
2025-05-31  drhRelax query flattener constraint (3b) and thereby allow...
2025-05-31  danFix assert() statements in os_unix.c and os_win.c....
2025-05-31  stephanMove a mis-located makefile comment block.
2025-05-31  stephantcl extension: UDFs may now 'break' to return an SQL...
2025-05-31  stephanAdd some missing UNUSED_PARAMETER() annotations to...
2025-05-30  drhFollow-up to the previous: The same optimization suppr...
2025-05-30  danIf blocking locks are enabled, avoid using the busy...
2025-05-30  drhWhen synthesizing an ON constraint from a USING or...
2025-05-30  danAvoid invoking the busy-handler if a blocking lock...
2025-05-30  stephanConfigure-related fixes and additions, most notably...
2025-05-30  stephanRandom typo fixes in JNI docs.
2025-05-30  drhUse a more robust backup definition for offsetof().
2025-05-30  danAdd "include <stddef.h>" to fts5 and rtree to ensure...
2025-05-30  stephanSquelch an interesting but harmless struct initializati...
2025-05-29  stephanFix the missing -lm link flag for the sqlite3 shell...
next