]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
10 days ago  drhVersion 3.50.4 for the reuse-schema-3.50 branch. reuse-schema-3.50
11 days ago  drhVersion 3.50.4 version-3.50.4
2025-07-22  drhFix a potentially uninitialized field in the WhereLoop...
2025-07-18  drhEnsure that the accumulator for an aggregate always...
2025-07-17  drhMerge the 3.50.3 changes into the reuse-schema-3.50...
2025-07-17  drhVersion 3.50.3 version-3.50.3
2025-07-15  drhOptimize allocation of large tombstone arrays in fts5.
2025-07-07  drhRework the fix to the problem described by
2025-07-07  stephanWork around the Emscripten 4.10 regression described...
2025-07-07  drhFix a parsing error introduced by the addition of the...
2025-07-04  stephanPropagate the -ldl and -lpthread flags, if needed,...
2025-07-01  drhIncrement the patch level to 3.
2025-07-01  drhWhen attempting to optimize "expr AND false" to "false...
2025-06-30  stephanMinor API doc typo fixes from brickviking.
2025-06-29  stephanMinor API doc typo fixes from brickviking.
2025-06-28  drhMerge the 3.50.2 changes into the reuse-schema-3.50...
2025-06-28  drhVersion 3.50.2 version-3.50.2
2025-06-27  drhRaise an error right away if the number of aggregate...
2025-06-27  drhAPI doc typo fixes and closing DD element tags from...
2025-06-26  drhMinor API doc fixes sent off-list from brickviking.
2025-06-19  drhCherry-pick of documentation updates from trunk - no...
2025-06-17  drhAvoid 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-12  drhHave sqlite3_setlk_timeout() take the database handle...
2025-06-12  stephanHelp ext/wasm 'make snapshot' find the wasm docs dir...
2025-06-11  drhFix a problem with UPDATEs on fts5 tables that contain...
2025-06-11  drhIncrease the version number for this branch to 3.50.2.
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  drhAdjustments to ext/misc/fileio.c in an attempt to get...
2025-06-06  drhUpdate the reuse-schema branch to the 3.50.1 patch...
2025-06-06  drhVersion 3.50.1 version-3.50.1
2025-06-05  drhFix harmless compiler warning introduced by the setlk...
2025-06-05  drhFixes to ensure SQLITE_ENABLE_SETLK_TIMEOUT builds...
2025-06-05  stephanMerge TEA README updates from [bf7be67e3f]. No code...
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  drhRelax query flattener constraint (3b) and thereby allow...
2025-06-03  drhFix an off-by-one error in sqlite3_rsync.
2025-06-02  drhFix JSONB edit so that when it is trying to reduce...
2025-06-02  drhImprove the accuracy of affinity and collating sequence...
2025-06-01  drhUpdate the version number to 3.50.1
2025-06-01  drhFix an off-by-one error in the size computation of...
2025-05-31  drhCherrypick obscure (fuzzer-generated) RIGHT JOIN bug...
2025-05-30  drhAdd "include <stddef.h>" to fts5 and rtree to...
2025-05-30  drhExtend the fix for ticket 623eff57e76d45f6]so that...
2025-05-30  stephanSquelch an interesting but harmless struct initializati...
2025-05-29  stephanFix the missing -lm link flag for the sqlite3 shell...
2025-05-29  drhUpdate the reuse-schema branch to version 3.50.0
2025-05-29  drhVersion 3.50.0 major-release version-3.50.0
2025-05-28  drhDo not use a partial index unless the WHERE clause...
2025-05-28  drhDo not use a partial index if the truth of the WHERE... silly-partial-indexes
2025-05-26  drhSlight change to tool/split-sqlite3c.tcl to make it...
2025-05-26  drhFix a bug in the speedtest.tcl testing script that...
2025-05-26  stephanIn the TEA build, enable USE_TCL_STUBS on Mac platforms.
2025-05-26  danOn OpenBSD, do not test fuzzcheck with ubsan as part...
2025-05-26  drhAvoid calls to sprintf() in Lemon, since OpenBSD hates...
2025-05-26  stephanWhen detecting TCLLIBDIR, skip over //zipfs paths,...
2025-05-26  stephantclsqlite.c doc typo fix.
2025-05-24  drhChange json_group_object() so that it ignores entries...
2025-05-24  stephanvtablog.c doc fixes reported in [forum:416d1e37b2|forum...
2025-05-24  drhAmend the previous: Set SQLITE_JSON_MAX_DEPTH to 500...
2025-05-23  drhLimit JSON recursion depth to 500 when running ASAN...
2025-05-23  drhAdd the --osmalloc option to the test/speedtest.tcl...
2025-05-22  danFix a problem with using streaming iterators with sqlit...
2025-05-19  drhMerge the latest trunk changes into the reuse-schema...
2025-05-19  drhClarify some malloc size computations to simplify the...
2025-05-19  drhMake the new sqlite3_setlk_timeout() interface accessib...
2025-05-19  drhRemove stray tab characters from source files.
2025-05-19  drhFix a harmless comment typo
2025-05-19  drhAdjust the tool/warnings.sh script so that it works...
2025-05-17  stephanLatest teaish pieces, most significantly for tcl portab...
2025-05-17  stephanMinor tcl doc update. tea-cleanups
2025-05-17  stephanRename feature-tests.tcl to feature.tcl. Haiku tcl...
2025-05-17  stephanLatest upstream teaish pieces for minor fixes. Restruct...
2025-05-16  drhImproved version of the previous check-in.
2025-05-16  drhFix the optimization of check-in [663f5dd32d9db832...
2025-05-15  drhAdd the --enablefk option to the "changeset apply"...
2025-05-15  drhEnhance the "changeset" utility program with new comman...
2025-05-15  drhRework the showHelp() function in the CLI implementatio...
2025-05-14  drhBack out the "low-quality index" query planner hack...
2025-05-13  drhFix trunk fork.
2025-05-13  stephanAdjust the strftime() test in test/date4.test to remove...
2025-05-13  drhFirst cut at enhancing the fsdir virtual table so that...
2025-05-13  drhOmit the unused readdir_r() routine from test_windirent.c
2025-05-12  stephanSession extension doc typo fix reported in [forum:75e94...
2025-05-12  drhFix a coding mistake in vfstrace.
2025-05-11  drhRemove a redundant typedef from the sqlite3_rsync.c...
2025-05-10  drhProvide the SQLITE_BUG_COMPATIBLE_20250510 compile...
2025-05-10  drhAdd enforcement of the obscure JSON5 syntax rule that...
2025-05-08  drhFix PRAGMA trusted_schema=OFF and similar so that it...
2025-05-08  stephanInternal doc typo fix. No code changes.
2025-05-07  drhFix a harmless warning about and oversize shift operati...
2025-05-06  drhMerge the latest trunk enhancements into the reuse...
2025-05-06  danAdd test cases for the NOT NULL/IS NULL optimization...
2025-05-06  drhFix a bug in the NOT NULL/IS NULL optimization of check...
2025-05-06  drhFix the sqlite3VdbeTypeofColumn() function so that...
2025-05-06  drhFix console-I/O on Windows for DEBUG=3 builds. Broken by
2025-05-03  drhEnhance sqlite3_rsync so that if the first attempt...
2025-05-03  drhFix a harmless redundant variable declaration in sqlite...
next