]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-09-20  danIf the file-system supports f2fs style atomic-writes...
2025-09-20  drhFix the decimal_cmp() extension function to give correc...
2025-09-19  stephanAdd some comments describing the ways in which building...
2025-09-19  stephanInitial build-side tweaks to pave the way for a 64...
2025-09-19  drhImprove imposter tables: (1) Read-only unless writeable...
2025-09-19  stephanDiverse cleanups and docs in the JS and kvvfs pieces...
2025-09-19  drhImprovements to imposter tables: (1) They are read... imposter-tables
2025-09-19  stephanWasm: (A) diverse internal doc updates. (B) when genera...
2025-09-19  drhFix typo in the name of the CursorHints optimization...
2025-09-19  drhFix a harmless compiler warning.
2025-09-18  drhFix the new walckptnoop.test test module so that it...
2025-09-18  drhTry to make the carray extension easier to compile...
2025-09-18  drhFix harmless compiler warning in the CLI.
2025-09-17  stephanImprove the quote-stripping when importing a db into...
2025-09-17  drhRemove newly unreachable code in the solver of the...
2025-09-17  drhIn the date/time functions, a timezone suffix of "...
2025-09-16  danIf the file-system supports f2fs style atomic-writes... atomic-write-fix
2025-09-15  danUpdates to where.c to handle vtabs in joins more simila...
2025-09-15  danMerge latest trunk with this branch. vtab-planner-fixes
2025-09-15  stephanDiverse internal cleanups in the JS/WASM pieces. A...
2025-09-14  stephanExpose sqlite3_set_errmsg() to the JNI bindings.
2025-09-14  stephanExpose the new sqlite3_set_errmsg() to wasm. Refactor...
2025-09-13  danUpdates to where.c to handle vtabs in joins more simila...
2025-09-13  drhInitialize the sqlite3_set_errmsg entry on the loadable...
2025-09-13  drhAdd --enable-dbstat and --enable-dbpage options to...
2025-09-13  drhEnhance the integerValue() routine in the CLI so that...
2025-09-12  stephanAdd a TODO regarding replacing the internal sqlite3__wa...
2025-09-12  danAdd sqlite3_set_errmsg(). Use this in sqlite3changeset_...
2025-09-12  drhTypo fixes. Make sqlite3_set_errmsg() accessible to... sqlite3-set-errmsg
2025-09-12  drhAdd more details to comments in the previous check-in.
2025-09-12  danAdd experimental API sqlite3_set_errmsg(). Use this...
2025-09-11  drhFix an off-by-one error in sqlite3_rsync.
2025-09-11  drhImproved support for VxWorks.
2025-09-11  drhFix a harmless compiler warning in the CLI. Gcc genera...
2025-09-11  stephanLatest upstream autosetup, with project-local s/--debug...
2025-09-11  stephanConfigure script portability improvements for HP-UX...
2025-09-11  stephanIn mkautoconfamal.sh use $MAKE if it's set so that...
2025-09-10  drhMinor #ifdef changes to the carray.c extension so that...
2025-09-10  drhUse a separate mutex (SQLITE_MUTEX_STATIC_VFS2) for... vxworks
2025-09-10  danChange the order of some paragraphs within documentatio...
2025-09-10  drhThe GetSystemTimePreciseAsFileTime() API does not exist...
2025-09-09  drhIf open files in VxWorks, do not unlink the file unless...
2025-09-09  drhDo not allow attempts to open files in VxWorks unless...
2025-09-09  drhDo not allow the local_getline() function in the CLI...
2025-09-08  drhFix a potential memory leak in the VxWorks VFS that...
2025-09-08  drhIn VxWorks, temporary filenames must be full absolute...
2025-09-08  drhAdd the ability to compile with -DOS_VXWORKS=1 on Linux...
2025-09-08  danAdd "PRAGMA wal_checkpoint = noop" and SQLITE_CHECKPOIN...
2025-09-08  danMerge trunk changes into this branch. wal-checkpoint-noop
2025-09-08  danAdd documentation comment for SQLITE_CHECKPOINT_NOOP.
2025-09-06  danImprove documentation of SQLITE_DBCONFIG_ENABLE_FTS3_TO...
2025-09-05  stephanWAL API doc tweaks based on suggestions from [forum...
2025-09-05  stephanBuild portability fixes for HP-UX, reported in [forum...
2025-09-05  danAdd tests to check that SQLITE_DBCONFIG_ENABLE_FTS3_TOK...
2025-09-04  danAdd "PRAGMA wal_checkpoint = noop" and SQLITE_CHECKPOIN...
2025-09-04  stephanGeneric doc updates in ext/wasm's makefiles. No functio...
2025-09-04  drhUse Pgno instead of int for the pgno field in the Dbpag...
2025-09-03  danFix a typo in a comment in carray.h.
2025-09-03  stephanRandom wasm internal doc cleanups. No code changes.
2025-09-02  danAdd test case for pushing WHERE constraints into a...
2025-09-01  stephanLatest side-stream autosetup/proj.tcl for improved...
2025-09-01  stephanFix a line-wrap change made in [50234bc9e9fe58da] which...
2025-08-29  danUpdate test script reservebytes.test so that it works...
2025-08-29  danEnsure POSIX builds work as expected (no extra usleep...
2025-08-29  stephanAdd 'from a check-out' to the mksqlite3h.tcl manifest...
2025-08-29  stephanFix the mksqlite3h.tcl SQLITE_SCM_... changes to work...
2025-08-28  stephanRemove some commented-out debugging lines and fix a...
2025-08-28  stephanAdd macros SQLITE_SCM_BRANCH/TAGS/DATETIME to sqlite3...
2025-08-28  stephanRemove sqlite3expert.h from the compiler invocation...
2025-08-27  danAdd test to ensure that changing the number of reserved...
2025-08-25  danFix a typo in a comment.
2025-08-25  danCheck that certain ON clauses do not refer to tables...
2025-08-25  drhFor the --pagecache option of the CLI, if the SIZE...
2025-08-25  danAdd test case to this branch to show that it handles... on-clause-fix-3rd-try
2025-08-23  drhSmall simplification to the query flattener logic.
2025-08-23  danFix the cases in joinI.test on this branch.
2025-08-23  drhFix cksumvfs test case added by [e3bd1feccaee8ff2]...
2025-08-22  drhFix the sqlite3SetJoinExpr() routine so that it correct...
2025-08-22  drhSteal the test/joinI.test from the on-clause-error...
2025-08-22  drhRemember if a SELECT statement contains an ON clause...
2025-08-22  drhEnhance treeview so that it shows the contents of ON...
2025-08-22  drhExperimental minor simplification of the query flattener. simplify-flattener
2025-08-21  drhFix a minor typo in a comment.
2025-08-21  stephanAdd config as an alias for the reconfigure makefile...
2025-08-21  stephanRemove some resolved TODOs from the makefile. Ensure...
2025-08-20  drhThe sqlite3_prepare() and similar interfaces should...
2025-08-20  drhAdd an assert() to prove that sqlite3_prepare() does... create-index-error-retry-fix
2025-08-20  drhChange a newly unreachable branch into an ALWAYS().
2025-08-20  danAvoid returning SQLITE_ERROR_RETRY if collation sequenc...
2025-08-20  danFix a problem with SQLITE_CHANGESET_CONFLICT conflicts...
2025-08-20  stephanIn builds without HAVE_FCHMOD (e.g. WASI), make the...
2025-08-19  danFix a problem causing an SQLITE_CHANGESET_DATA conflict...
2025-08-16  stephanAdd a doc sentence about sqlite3_set_clientdata()'s...
2025-08-14  danAvoid depending on HAVE_STDINT_H and SQLITE_PTRSIZE...
2025-08-13  stephanMinor internal cleanups in the configure script. No...
2025-08-13  danHave cksumvfs write checksums to the database file...
2025-08-13  danIn cksumvfs, do not write checksums to the wal file... cksumvfs-wal-fix
2025-08-13  stephanMinor autosetup/README.md tweaks.
2025-08-13  stephanMove the forced NDEBUG in fts3Int.h up above the #inclu...
2025-08-13  stephanDoc updates in the configure script. No functional...
next