]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-10-23  numistAdd uuid_string and uuid_blob functions uuid-funcs
2019-10-23  numistCreate new branch named "uuid-funcs"
2019-10-22  drhDisqualify row-value comparisons for use by an index...
2019-10-22  drhPrevious check-in to fix [b47e3627ecaadbde] was incompl...
2019-10-22  drhMove the sqlite3LocateCollSeq(), sqlite3FindCollSeq...
2019-10-22  drhWhen flipping ("commuting") a comparison operator,...
2019-10-21  drhAdd a VdbeCoverage() macro that was omitted from check...
2019-10-21  drhTry to fix a harmless compiler warning reported by...
2019-10-20  danFix a resource leak in fts5 that could occur if an...
2019-10-18  drhEnhance the ".imposter" command in the CLI so that...
2019-10-17  danAvoid an infinite loop in fts3/4 incremental-merge...
2019-10-16  mistachkinEnhancements to SQL query normalization for UPDATE...
2019-10-16  drhIf an AFTER DELETE trigger fires when a conflict row...
2019-10-15  drhFormatting change on a multi-line conditional, for...
2019-10-14  drhFuther improvements to the IN operator for row-values...
2019-10-14  drhNew test cases in test/fuzzdata8.db.
2019-10-14  danFix a problem with row-value IN(...) operators and...
2019-10-12  drhWhen Select-Trace is enabled (in debugging builds only...
2019-10-11  danUpdate the zipfile extension to use deflateBound()...
2019-10-11  drhFuther improvements to LEFT JOIN strength reduction.
2019-10-11  drhImprovements to the LEFT JOIN strength reduction optimi...
2019-10-11  danEnsure fts3/4 prefix indexes are flushed to disk before...
2019-10-11  danFix the fts3/4 integrity-check command so that it works...
2019-10-11  drhIncrease the version number to 3.31.0 for the next...
2019-10-11  drhFaster response to sqlite3_interrupt() in the OP_Integr...
2019-10-10  mistachkinUpdate the autoconf makefile for MSVC.
2019-10-10  mistachkinFix harmless compiler warning seen with MSVC.
2019-10-10  danPrevent SQLite from assuming that if ((? IS NOT NULL...
2019-10-10  danFix a problem in the fts3 integrity-check routine causi...
2019-10-10  danBe sure to rewrite column references inside FILTER...
2019-10-09  danAvoid assuming that an expression that contains the...
2019-10-09  danDo not allow users to effectively disable fts5 crisisme...
2019-10-09  drhAn improved fix for the dbsqlfuzz-discovered ALWAYS...
2019-10-09  danDisallow fts5 page sizes greater than 65536 bytes ...
2019-10-09  drhRemove the "fastfuzztest" makefile target. Use only...
2019-10-09  drhNew test cases added to test/fuzzdata8.db.
2019-10-09  drhChange sqlite3SelectDup() to always return NULL if...
2019-10-09  drhUse the "fuzztest" target in place of "fastfuzztest". makefile-cleanup
2019-10-09  drhRemove the obsolete "fastfuzztest" target from the...
2019-10-09  drhSave CPU cycles in sqlite3Prepare() by, among other...
2019-10-08  danFix problems with using the fts5 'rebuild' command...
2019-10-07  danDisallow page-sizes smaller than 32 bytes in fts5....
2019-10-07  drhOmit a pointless memory allocation in vdbeSorterSort().
2019-10-07  danFix a problem with running ALTER TABLE ADD COLUMN state...
2019-10-07  danAdd a test case for the assert() fix in the previous...
2019-10-07  drhFix a faulty assert() statement in the sqlite3VdbeMemEx...
2019-10-07  drhFix the OP_SeekRowid opcode so that it works correctly...
2019-10-05  drhOmit the check for conflicting shared-cache locks in...
2019-10-05  drhOptimization to sqlite3VtabUnlockList() for the common...
2019-10-05  drhCall sqlite3Prepare() directly, rather than going throu...
2019-10-05  drhReorder two comparisons for a small performance gain...
2019-10-05  drhPerformance optimization to the lookaside-memory disabl...
2019-10-04  drhVersion 3.30.0 version-3.30.0
2019-10-03  danAvoid running a couple of tests in affinity2.test as...
2019-10-03  drhIncrease the precision of floating point value display...
2019-10-03  danFix some test script issues that come up with SQLITE_OM...
2019-10-03  danFix issues with command line invocation of wapptest...
2019-10-02  drhUpdate error detection logic in releasetest.tcl to...
2019-10-02  danUpdate corruptM.test to account for the fact that the...
2019-10-02  danFix a long-standing problem in fts4 incrmental merge.
2019-10-02  drhDisable sqlite3_drop_module() tests when virtual tables...
2019-10-01  drhRemove references to test scripts analyzeA.test and...
2019-09-30  drhThe nodeReaderInit() function in FTS3 may not assume...
2019-09-28  drhAdd missing comment to constant definitions.
2019-09-28  drhImprovements to a comment. No code changes.
2019-09-28  drhIn FTS3/4, the poslist end marker must be larger than...
2019-09-27  drhUpdate requirement marks due to changes in documentatio...
2019-09-27  drhAllow compile-time options -DHAVE_GETHOSTUUID=0 and...
2019-09-27  drhAlternative implementation of the previous check-in...
2019-09-27  drhFix sqlite3ExprCompare() so that it ignores differences...
2019-09-26  danMore minor test file fixes.
2019-09-26  drhAllow DROP TABLE to work on tables name "sqlite_paramet...
2019-09-26  danMinor fix for test file indexexpr1.test.
2019-09-26  drhNew dbsqlfuzz cases added to test/fuzzdata8.db.
2019-09-26  drhTest for an OOM condition in resolveAlias().
2019-09-26  danFix a window-functions problem that could occur if...
2019-09-25  drhAdd a missing VdbeCoverage() macro.
2019-09-25  drhRemove an unused variable.
2019-09-25  danFurther simplifications to window-function code.
2019-09-25  drhIn the previous check-in, the variable should be openMo...
2019-09-25  drhIn the unix VFS layer, do not attempt to chown() the...
2019-09-25  drhSimplifications to the window-function code.
2019-09-24  danBug fixes for window frames of the form (... RANGE...
2019-09-23  drhOmit the sqlite3IntTokens array constant for a code...
2019-09-23  drhWhen a scalar subquery has a pre-existing "LIMIT X...
2019-09-21  drhFix a harmless unused variable warning in the test...
2019-09-21  drhFix harmless compiler warnings.
2019-09-21  danAllow SQLite to omit redundant ORDER BY sorts in the...
2019-09-21  drhAdd --multithread, --serialized, and --singlethread...
2019-09-20  danSimplify the fix in the previous commit.
2019-09-20  danFix a problem with queries containing a min() or max...
2019-09-19  danFix an assert() in fts3 that could fail when accessing...
2019-09-18  drhAlways clear the temporary register cache after coding...
2019-09-18  danAdd extra tests for the handling of corrupt records...
2019-09-18  drhFix another potential "jump depends on uninitialized...
2019-09-18  danFix a "jump depends on unititialized value" valgrind...
2019-09-18  drhFix an OOB read in the INSTR() function introduced...
2019-09-17  drhDo not change the OP_String8 opcode into OP_String...
2019-09-17  drhTest cases for ticket [587791f92620090e]
2019-09-17  drhFix the instr() SQL function so that it makes a copy...
next