]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-09-25  drhImprovements to comments on data structures and subrout... variable-width-char
2024-09-24  drhIn the CLI, when displaying results in a columnar forma...
2024-09-23  danFix a couple of problems with the sessions streaming...
2024-09-21  drhAdd the run-fuzzcheck target to the MSVC makefile.
2024-09-21  drhIf the database filename pointer passed to sqlite3_open...
2024-09-20  drhFix comment typo in the fileio.c extension. No changes...
2024-09-20  drhNew assert()s to help verify union access. No logic...
2024-09-19  drhFix harmless compiler warning in the vfstrace extension.
2024-09-19  drhImproved rebustness to malformed UTF-16 inputs to sqlit...
2024-09-19  mistachkinRemove a stray newline.
2024-09-18  drhImprovements to the scope of valueFromFunction().
2024-09-18  danFix the preupdate hook so that it works when the "old...
2024-09-18  drhFix sqlite3-rsync so that it recognizes drive-letters...
2024-09-18  danFix the preupdate hook so that it works when the "old... preupdate-hook-fix
2024-09-17  drhFix harmless static analyzer warning in sqlite3-rsync.
2024-09-17  drhAdd assert() statements to some of the sqlite3_bind...
2024-09-17  drhIn sqlite3-rsync, do not allow the '/' character to...
2024-09-16  drhFix a typo in an error message in sqlite3-rsync.
2024-09-16  drhCleanup the sqlite3-rsync executable as part of "make...
2024-09-16  drhIn sqlite3-rsync,
2024-09-16  drhImproved error message in sqlite3-rsync if the SQL...
2024-09-15  drhProvide more opportunity for the remote side in sqlite3...
2024-09-14  drhMerge subsequent changes to sqlite-rsync that were...
2024-09-14  drhEnhancements to sqlite_dbpage() so that it accepts...
2024-09-14  stephanCLI arg handling robustness improvements. sqlite3-rsync
2024-09-14  drhAdd the --version option.
2024-09-14  drhNew debugging options: --logfile, --errorfile, --remot...
2024-09-14  drhAlways show the -v traffic message even if there are...
2024-09-14  drhAdd the --logfile FILE option for debugging.
2024-09-14  drhImproved error messages coming out of sqlite3-rsync.
2024-09-14  drhMake the output from sqlite3-rsync with a single -v...
2024-09-13  drhMerge sqlite_dbpage fixes into the sqlite3-rsync branch.
2024-09-13  drhBug fix in the enhanced sqlite_dbpage for when truncati... dbpage
2024-09-13  drhFix harmless compiler warning on Windows.
2024-09-13  larrybrClose the db as sqlite3_analyzer exits. (See [forum...
2024-09-13  drhImproved informational output from sqlite3-rsync.
2024-09-13  drhPreveious check-in was actually doing an 8-round Keccak...
2024-09-13  drhChange the hash algorithm from SHA1 to a 6-round Keccak...
2024-09-13  drhFurther enhancement to PTRMAP display in showdb: Show...
2024-09-12  drhBetter initialization of new database files in sqlite3...
2024-09-12  drhEnhancement to the "showdb" utility such that the ...
2024-09-12  stephanAdd RSYNC_OPT to the sqlite3-rsync build flags.
2024-09-12  stephanPort some of the shell's CLI flag-handling code into...
2024-09-12  drhReplica must be in writable_schema mode.
2024-09-12  drhImproved --commcheck. Add the infoMsg() function which...
2024-09-12  drhPass the names of both the origin and the replica datab...
2024-09-12  drhAdd a protocol version number to the first message...
2024-09-12  drhAdd sha1() functions to the CLI. Fix sha1b() such...
2024-09-12  drhImproved debugging output.
2024-09-11  drhProgress on the sqlite3-rsync utility. This is an...
2024-09-11  drhDisable the debug-use-only functions sqlite3_mutex_held...
2024-09-10  drhImproved SSH infrastructure. The foundation is now...
2024-09-10  danAlternative implementation of fts5 locale=1 feature...
2024-09-10  danRemove a stray "breakpoint" from a test script. fts5-locale-alternate
2024-09-10  drhInitial infrastructure for the sqlite3-rsync utility...
2024-09-10  danFix a test in fts3corrupt4.test that would fail if...
2024-09-10  danAlternative implementation of fts5 locale=1 feature...
2024-09-10  drhAdd the ability for sqlite_dbpage to truncate the datab...
2024-09-09  danFix an OOM-handling problem affecting locale=1 fts5...
2024-09-09  drhGeneralize the sqlite3_dbpage virtual table so that...
2024-09-09  drhMove the vfstrace extension out of src/ and into ext...
2024-09-09  drhFix dependencies in makefiles to include ext/misc/vfstr... vfstrace
2024-09-09  drhFix harmless compiler warnings in the vfstrace.c extension.
2024-09-09  drhFix harmless compiler warnings in FTS5.
2024-09-09  drhMove the vfstrace extension out of src/ over into ext...
2024-09-07  danFix a problem with fts5 locale=1 tables and UPDATE...
2024-09-07  drhFix an off-by-one error in the routines that bind the...
2024-09-06  danAdd tests for an fts5 NEAR() expression with a single...
2024-09-06  stephanResolve the "No rule to make target '0'" error when...
2024-09-06  drhFix a harmless stray carriage-return character.
2024-09-06  drhIn testrunner.tcl, correctly capture and display inform...
2024-09-06  drhFix harmless compiler warnings.
2024-09-06  drhA testcase() macro added to help ensure that the fix...
2024-09-06  drhClarification and simplification to the README.md file...
2024-09-05  drhFix a testrunner status reporting problem introduced...
2024-09-05  drhEnsure that the WhereInfo.revMask bitmap is adjusted...
2024-09-05  drhUpdate notes on build procedures in the README.md file.
2024-09-05  drhTestrunner.tcl enhancements: (1) Attempt to build...
2024-09-05  drhEnhance testrunner.tcl to keep track of the platform...
2024-09-05  drhFaster implementation of the aggregate_test_counts...
2024-09-04  drhMake the default TCLDIR be C:\Tcl in the Makefile.msc.
2024-09-04  drhFix a bug in the parsing of some corner-case JSON PATH...
2024-09-04  drhPut a proper shebang at the start of the testrunner...
2024-09-04  drhMake extra efforts to delete the over-size directory...
2024-09-04  drhAdd the "joblist" command to testrunner.tcl
2024-09-03  drhEnhance the "errors" command in testrunner.tcl so that...
2024-09-03  drhFix ext/consio so that it works correctly with SQLITE_U...
2024-09-03  drhIn testrunner.tcl, compile the Windows Default configur...
2024-09-03  drhFix harmless compiler warnings in the percentile extension.
2024-09-03  drhIn testrunner.tcl, allow setting njob to zero, which...
2024-09-03  larrybrCause cfGets() (under SQLITE_USE_ONLY_WIN32) to better...
2024-09-02  drhFix possible NULL pointer dereference following OOM...
2024-09-02  danFix a technically undefined signed integer overflow...
2024-09-02  drhMake the percential extension easier to incorporate...
2024-09-02  drhRemove some debug/test code from percentile. Make...
2024-09-02  drhEnhance the percentile extension to support percentile_...
2024-09-02  drhImproved error messages on percentile functions. More... ordered-set-agg
2024-09-02  drhChange the name of the enabling compile-time macro to
2024-09-01  drhMore internal documentation improvements.
2024-09-01  drhImproved documentation of recent enhancements to the...
next