]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-03-05  drhMerge compiler-warning fixes from trunk.
2014-03-05  drhAlways include the ctype.h header in the spellfix.c...
2014-03-05  danAvoid running a couple of test cases that use realloc...
2014-03-05  drhFix a harmless compiler warning on MSVC.
2014-03-05  danAdd SQLITE_OMIT_CTE to the list of compile options...
2014-03-05  danAdd tests to join.test to verify that it is not possibl...
2014-03-05  drhCount the number of elements in a SrcList object using...
2014-03-05  danAdd a test case for the problem fixed by [1d134ba2ed].
2014-03-05  drhMerge in various obscure bug fixes and the removal...
2014-03-05  drhWhen converting a result type from TEXT to BLOB using the
2014-03-05  drhSeparate the column NULL value constant into a separate...
2014-03-05  danRemove the redundant memType field from struct Mem.
2014-03-05  danDo not run corruptI.test with the mmap permutation.
2014-03-05  mistachkinExperimental simplification of memory flags/type handling. noMemType
2014-03-04  drhAvoid indexing off the front end of an array when creat...
2014-03-04  danFix a problem with "DEFAULT (-(-9223372036854775808...
2014-03-04  drhFix a potential memory use-after-free problem following...
2014-03-04  drhFix an assert() so that it takes OOM errors into account.
2014-03-04  danEnsure that BtreeMovetoUnpacked() does not try to invok...
2014-03-04  drhMerge the performance enhancements of trunk (and some...
2014-03-04  drhImprove clarity of presentation in the sqlite3VdbeMemFr...
2014-03-04  mistachkinFix comment in test.
2014-03-04  mistachkinFix minor typos in the new test file.
2014-03-04  danAdd tests to verify the fix for bug [4ef7e3cfca].
2014-03-04  mistachkinFix name resolution problem in sub-selects within trigg...
2014-03-04  mistachkinFix harmless compiler warning.
2014-03-04  drhRefactor the sqlite3VdbeRecordCompare() routine used...
2014-03-04  drhFix more instances of assuming 'char' is signed. And... broken-on-arm
2014-03-04  drhDo not assume that 'char' is signed. Make it explicit.
2014-03-03  drhRefactor the sqlite3VdbeRecordCompare() routine used...
2014-03-03  drhFix a couple of harmless compiler warnings.
2014-03-03  danAvoid a buffer overread in vdbeCompareRecordInt() that...
2014-03-03  drhFix a typo in a comment. No changes to code.
2014-03-03  drhFix compiler warnings.
2014-03-03  danMerge latest trunk changes.
2014-03-03  drhChange an OP_SCopy into an OP_Copy in a case where...
2014-03-03  danChange the "explain_i" tcl test command so that xterm...
2014-03-03  drhFix a harmless compiler warning.
2014-03-03  danMerge latest trunk changes.
2014-03-03  danFix a segfault that can occur following an OOM error.
2014-03-03  drhChange the MEM_Dyn flag so that it means that Mem.xDel...
2014-03-01  danMerge trunk changes.
2014-03-01  danRemove the vdbeRecordCompareLargeHeader function. Fix...
2014-03-01  drhChange the MEM_Dyn flag so that it means that Mem.xDel... enhanced-mem-check
2014-03-01  drhFactor the Mem invariant checker into a separate proced...
2014-03-01  drhAdd extra assert() statements trying to catch a Mem...
2014-02-28  drhIn the command-line shell add the (undocumented and...
2014-02-28  drhProvide an #ifdef in shell.c to work around issues...
2014-02-28  danUpdate some test cases that deal with corrupt databases.
2014-02-28  danMinor tweak to vdbeRecordCompareInt().
2014-02-27  danMerge in latest trunk changes.
2014-02-27  danFurther changes to sqlite3VdbeRecordCompare().
2014-02-27  drhA better way of handling the USE_SYSTEM_SQLITE #define...
2014-02-27  drhAdd #defines to the command-line shell source code...
2014-02-26  drhMore efficient removal of duplicates in recursive queri...
2014-02-26  drhIn the command-line shell for CSV import, if the lines...
2014-02-26  drhImproved handling of constants and especially constant...
2014-02-25  drhDo not allow temporary registers to be in use across...
2014-02-25  danAttempt to speed up sqlite3VdbeRecordCompare() by vario...
2014-02-25  drhAlso adjust the order of files in the amalgamation...
2014-02-25  drhQNX requires that _FILE_OFFSET_BITS be set prior to...
2014-02-24  mistachkinFix several small style/consistency issues with the...
2014-02-24  mistachkinEnhance testing support for the Win32 VFS dynamic exten...
2014-02-24  danClose some stray connections in walro.test.
2014-02-24  drhIn memsys5, initialize new allocations to non-zero...
2014-02-24  drhRemove an unused variable from the VDBE_PROFILE compile...
2014-02-20  drhFix the text of a comment used to generate VDBE opcode...
2014-02-20  drhFix a harmless shadowed-variable warning.
2014-02-20  drhMake sure that the difference between two string pointe...
2014-02-19  drhAdd the VdbeCoverageNeverTaken() macro, and comments...
2014-02-19  drhAdd the SQLITE_NOTNULL P5 code for comparison operation...
2014-02-19  drhMake sure a multi-row VALUES clause works correctly...
2014-02-19  drhTweaks in support of VDBE branch test coverage.
2014-02-18  drhFix VDBE branch accounting on comparison operators.
2014-02-18  drhAdd VdbeCoverage() and VdbeCoverageIf() macros for...
2014-02-18  drhImprovements to "NOT IN (SELECT ...)" processing. ...
2014-02-17  drhMerge in performance enhancements for INSERT operations...
2014-02-17  drhAdd logic to do test coverage measurements on the VDBE... insert-optimization
2014-02-17  drhAdd a test case for OP_SoftNull.
2014-02-17  drhMerge the VDBE_PROFILE fixes from trunk.
2014-02-17  drhAvoid unnecessary calls to applyAffinity() during INSER...
2014-02-17  drhFix the VDBE_PROFILE logic. Add a script to process...
2014-02-16  drhEnhance the code generator for INSERT INTO ... SELECT...
2014-02-14  drhSeek past NULLs in a top-constrained search. Avoid...
2014-02-14  drhReduce the number of cases where it is necessary to...
2014-02-14  drhAdd OP_IdxGT and OP_IdxLE as distinct opcodes. Formerl...
2014-02-14  mistachkinRevise how the Tcl system encoding is handled by the...
2014-02-13  mistachkinImprovements to the makefile and README for MSVC.
2014-02-13  danEnsure that if the "psow=0" URI option or FCNTL_POWERSA...
2014-02-13  drhChange README to README.md and expand it. Remove unrel...
2014-02-13  danAvoid passing a flags argument with the internal WAL_SY...
2014-02-13  drhUpdate the tclconfig files to the latest from http...
2014-02-12  drhMinor simplifications to the "zeroPage()" routine in...
2014-02-12  drhRemove the "rowid cache" that sought to remember the...
2014-02-12  drhMake sure "rowid" columns are correctly resolved in...
2014-02-11  drhSync with trunk. Bring in the command-line shell updat...
2014-02-11  drhIncrease the version number to 3.8.4
2014-02-11  drhUpdates to the command-line shell. Simplify the banner...
2014-02-11  drhFixes to the "editline" support in the command-line...
2014-02-11  drhSync the latest trunk changes, and in particular the...
next