]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2 days ago  stephanAdd an explicit call to sqlite3_initialize() to sqlite3... master
3 days ago  stephanSkip checking for dlopen() on mingw builds and those...
3 days ago  drhDo not allow the number of terms in an ORDER BY or...
3 days ago  drhFix Windows makefile breakage caused by [ae9d7c9c922bb241].
3 days ago  stephanAdd *.obj to the make clean target for the sake of...
3 days ago  stephanExtend the sqlite3_rsync PATH to include /opt/local...
3 days ago  drhMinor bug fixes in the script added by the previous...
3 days ago  drhAdd a script to build ARM64EC binaries on Windows11...
4 days ago  drhFix a possible printf() of a NULL string in fuzzcheck...
4 days ago  drhRemove the <i>experimental</i> lsm1 extension from...
4 days ago  drhAdd bounds checking and error messages and improved...
5 days ago  drhImproved defenses against corrupt ZIP archives in the...
5 days ago  drhBack out a recently added NEVER().
5 days ago  drhFix a bug in the fuzzcheck.c test program introduced...
5 days ago  drhWhen doing an indexed row-value comparison using an...
5 days ago  danAdd an assert() to verify that IN_INDEX_NOOP is not...
5 days ago  drhRemove the "experimental" mark the snapshot interfaces.
5 days ago  drhFix harmless compiler warnings arising from [1cccea0508...
5 days ago  stephanMinor doc typo fix in sqliteLimit.h.
7 days ago  stephanAdd a note to sqlite3_deserialize() that a schema name...
7 days ago  drhTag a condition in os_unix.c as unreachable.
7 days ago  stephanFiddle: move the About button into the main toolbar...
7 days ago  stephanFiddle: make the toolbar visible in terminal mode and...
7 days ago  stephanFiddle: move the About button into the header bar and...
7 days ago  stephanFiddle: add an about/info/help view and a button to...
9 days ago  drhEnsure that stack space allocated for a flexible array...
9 days ago  stephanGeneric JS doc touchups. No functional changes.
9 days ago  drhOn MacOS, when increasing the size of files on FAT...
10 days ago  stephanMinor doc and consistency improvements to [cf7163f82ca3...
10 days ago  stephanBack out [e283d817e3a9] because further testing has... solaris-alignment
10 days ago  stephanMove the flexarray union members from [527bbc1676a85a9...
10 days ago  stephanApply alignment-related patches suggested in [forum...
10 days ago  drhDefault pointer size for the __SUNPRO_C compiler is...
10 days ago  stephanJS: ensure that sqlite3WorkerPromiser.v2.defaultConfig...
10 days ago  stephanAdjust the previous check-in to replace the db's WASM...
10 days ago  stephanJS: add a random element when assigning db IDs to Worke...
10 days ago  drhEnhance the printf formatter for %#f such that the...
11 days ago  danFix SQLITE_OMIT_WAL builds on windows.
2025-07-26  drhAdd new extended error codes to SQLITE_ERROR and SQLITE...
2025-07-23  drhDo not apply the [/info/e33da6d5dc964db8|EXISTS-to...
2025-07-22  drhFix a potentially uninitialized field in the WhereLoop...
2025-07-21  stephanApply [ebb346c5aa]'s change to sqlite3.1, as reported...
2025-07-20  stephanEnsure that certain local files are not inadvertently...
2025-07-20  stephanTeach autoconf/tea/configure to be able to run from...
2025-07-19  drhFactor out the unusual encoding-change case from vdbeCo...
2025-07-19  drhSmall performance optimization in sqlite3VdbeRecordUnpa...
2025-07-19  drhSplit the (internal) sqlite3VdbeCheckFk() routine into...
2025-07-19  drhUse fewer CPU cycles to commit a read transaction.
2025-07-18  stephanAdd SQLITE_SELFORDER1 to JS's sqlite3.capi namespace...
2025-07-18  drhFix a minor comment inaccuracy.
2025-07-18  drhIncrease the precision of the "real time" output from...
2025-07-18  drhEnsure that the accumulator for an aggregate always...
2025-07-17  stephanPedantic internal build doc fix.
2025-07-16  stephanDiverse wasm build cleanups.
2025-07-16  danFix vtabH.test so that it works on windows even if...
2025-07-16  stephanRemove some stray makefile debug output.
2025-07-16  stephanIn the wasm makefiles, replace X:=Y with X=Y because...
2025-07-16  stephanwasm: remove some extraneous levels of makefile var...
2025-07-16  stephanRemove an unnecessary step from the wasm builds and...
2025-07-16  stephanFurther internal wasm build cleanups. No functional...
2025-07-16  stephanInternal refactoring of the WASM build makefile rule...
2025-07-16  stephanTeach the sqlite3 CLI shell to look in XDG_STATE_HOME...
2025-07-16  stephanSquelch a legitimate but harmless 'discards const'... shell-xdg-vars
2025-07-15  danAvoid evaluating special vtab operators (e.g. MATCH...
2025-07-15  danAdd test case to between.test. vtab-leftjoin-fix
2025-07-15  danOptimize allocation of large tombstone arrays in fts5.
2025-07-14  drhAdd the snapshot-zip makefile targets for both Windows...
2025-07-14  drhEnhance the "mktoolzip.tcl" script (used by the "tool...
2025-07-14  danIn rtree.c, ensure that the pReadAux statement is reset...
2025-07-14  danIn rtree.c, ensure that the pReadAux statement is reset... rtree-aux-column-fix
2025-07-14  danAdd new sessions function sqlite3changeset_apply_v3...
2025-07-14  drhFix harmless compiler warnings in builds that use SQLIT...
2025-07-12  danAvoid evaluating special vtab operators (e.g. MATCH...
2025-07-11  stephanwasm: introduce the sqlite3.oo1.DB.wrapHandle() and...
2025-07-11  stephanClearer docs for the unowned db/stmt handle mechanism. oo1-unowned-handles
2025-07-11  stephanCorrect a one-too-many-exclamation-points bug which...
2025-07-11  drhAdditional header comment documentation in the ext...
2025-07-11  stephanspeedtest1: in WASM builds, disable the "app" test...
2025-07-11  stephanDo not export the numerous Emscripten HEAPxy symbols...
2025-07-10  drhImprove the accuracy of the ETC on both devtest and...
2025-07-10  drhAdd the estkey column to the jobs table of testrunner...
2025-07-10  stephanMinor internal doc correction in vdbeInt.h.
2025-07-10  stephanMinor JS doc tweaks.
2025-07-09  drhFix the empty-table optimization on INTERSECT so that...
2025-07-09  stephanwasm: DB.wrapHandle() no longer accepts a DB object...
2025-07-09  stephanwasm: add a few tests demonstrating that oo1.Stmt.param...
2025-07-08  drhFix a possible user-after free following OOM in the...
2025-07-08  drhAdjustments to test/incrblob4.test so that it works...
2025-07-08  drhNew optimizations to detect early when queries return...
2025-07-08  danFix a problem with the fix in [5cb8e342e1].
2025-07-08  danFix another problem with running fts5 integrity-check...
2025-07-08  drhEnable the EXISTS-to-JOIN optimization if the outer... empty-table-optimizations
2025-07-08  danIf SQLITE_DEBUG is defined, fts5 does extra checks...
2025-07-08  drhFix test case results in FTS5 that were changed error...
2025-07-07  danOnly run preupdate-hook tests in incrblob4.test if...
2025-07-07  drhSmall performance optimization in the resolver.
2025-07-07  drhMerge the latest trunk enhancements and fixes into...
2025-07-07  drhRework the fix to the problem described by
2025-07-07  drhSimplifications to the row-value IN operator logic... redundant-idx-columns
2025-07-07  stephanWork around the Emscripten 4.10 regression described...
next