]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-01-12  drhFix an uninitialized field in the Select object when...
2016-01-12  drhVarious #ifdef enhancements for improved VxWorks support.
2016-01-11  drhPerformance optimization in the sqlite3VdbeChangeP4...
2016-01-11  mistachkinFix duplicate test number in 'waloverwrite'.
2016-01-11  danMerge trunk with this branch.
2016-01-11  danAdd the fts5speed.tcl script to ext/fts5/tool/.
2016-01-11  drhPerformance optimization on the Column opcode.
2016-01-11  danFix bugs in fts5 synonym processing for detail=col...
2016-01-11  drhPerformance optimization in sqlite3WalkExpr().
2016-01-11  drhMerge recent enhancements, and especially the WAL overw...
2016-01-11  drhIncrease the version number to 3.11.0 due to the WAL...
2016-01-11  danIf a single page is written to the wal file more than...
2016-01-11  danAdd a test case to waloverwrite.test to check that... wal-overwrite-frames
2016-01-11  drhSlightly smaller and faster LIKE/GLOB comparison implem...
2016-01-11  drhImproved testability.
2016-01-09  drhAll WAL frame overwrites even if there are active savep...
2016-01-09  danIf it is known that checksums will be recalculated...
2016-01-09  danIf a single page is written to the wal file more than...
2016-01-08  drhTypo fix in the previous commit.
2016-01-08  drhMore #ifdef fixes for the unix VFS.
2016-01-08  drhFix the build for SQLITE_OMIT_SHARED_CACHE, which was...
2016-01-08  drhFix a problem with #ifdefs on the system calls in the...
2016-01-08  drhRemove an obsolete #ifdef related to iOS support.
2016-01-08  danBegin adding fts5 tests involving synonyms and detail...
2016-01-08  drhReduce the number of calls to memset() in sqlite3DbMall...
2016-01-08  danFix test file vtabH.test so that it works with SQLITE_E...
2016-01-08  danFix fts5vocab.test so that it works with detail=none...
2016-01-08  drhAdd the experimental SQLITE_FCNTL_JOURNAL_POINTER file...
2016-01-07  drhOmit performance tracking from the memsys5 memory alloc...
2016-01-07  danUpdate the fts5vocab module to work with detail=col...
2016-01-07  drhFix to cause BtShared.db to be set correctly on shared...
2016-01-07  drhSmall performance and size optimization spotted while...
2016-01-07  danAdd some assert() statements to verify, where possible... shared-cache-fix
2016-01-07  danHave the vdbe layer call sqlite3BtreeEnter() on all...
2016-01-07  drhAdd the "sqlite3 -sourceid" command in the TCL interfac...
2016-01-06  mistachkinMerge updates from trunk.
2016-01-06  danFix a test script problem caused by a change in constra...
2016-01-06  danMerge latest trunk changes into this branch.
2016-01-06  danFix an fts5 problem involving detail=none, "ORDER BY...
2016-01-06  drhDisable the --limit-mem option on fuzzcheck unless...
2016-01-06  drhMerge changes for version 3.10.0.
2016-01-06  drhVersion 3.10.0 version-3.10.0
2016-01-06  danFix a problem with the xPhraseFirstColumn() API in...
2016-01-05  danRationalize and extend some fts5 test code. Fix bugs...
2016-01-05  drhAlways use -DSQLITE_ENABLE_MEMSYS5 for fuzzcheck so...
2016-01-05  drhAnother attempt to get reuse of excess opcode array...
2016-01-05  mistachkinPermit the 'test_fs' test module to be compiled and...
2016-01-04  drhFix a corner case in the opcode-array reuse logic where...
2016-01-04  danFix an OOM handling problem in fts5 detail=none and...
2016-01-04  drhMerge in last-minute patches for the 3.10.0 beta.
2016-01-04  danUpdate more fts5 tests to run in detail=none and detail...
2016-01-04  drhFix the conflict2.test module which was broken by check...
2016-01-04  drhA new approach to very large sqlite3_mprintf() strings...
2016-01-04  drhImproved comment on the vtabH-3.1 test.
2016-01-04  drhAdjust the vtabH.test module to ignore files in the...
2016-01-04  drhLimit the length of sqlite3_mprintf() output to 2^30...
2016-01-04  drhFix a harmless compiler warning.
2016-01-04  drhAdd releasetest.tcl cases for SQLITE_LIKE_DOESNT_MATCH_...
2016-01-03  mistachkinAlternative to [76f5efa6], move definition of utf8_prin...
2016-01-03  drhBug fix: the conflict resolution behavior for the impli...
2016-01-03  drhFix a premature reference to utf8_printf in shell.c.
2016-01-03  drhAdd the number of cores used and the name of the host...
2016-01-02  danChanges to run many fts5 tests with detail=none and...
2016-01-02  drhFix a (harmless) typo in an #ifdef for SQLITE_ENABLE_CU...
2016-01-01  drhRemember the size of the Vdbe.aOp[] array in bytes...
2016-01-01  drhAvoid misaligned memory allocations on Sparc in sqlite3...
2016-01-01  drhMerge the latest enhancements from trunk.
2016-01-01  drhFix an assert() that might be false for a corrupt database.
2016-01-01  drhRemove unreachable branches from the new JSON aggregate...
2015-12-31  drhFix the ieee754.test module so that it works both on...
2015-12-31  mistachkinIn the shell, use utf8_printf() when any string formatt...
2015-12-31  mistachkinFix harmless compiler warning seen with MSVC.
2015-12-31  danFix the fts5 integrity-check code so that it works...
2015-12-31  danFix some problems with fts5 detail=none tables. Some...
2015-12-31  drhFix harmless compiler warnings associated with SQLITE_E...
2015-12-31  drhSmall size and performance optimization to the VDBE...
2015-12-30  danUpdates to fts5 to support detail=none mode. As of...
2015-12-30  drhReduce the size of the CellInfo object from 32 to 24...
2015-12-30  drhEnhance the command-line shell so that it can handle...
2015-12-30  drhChanges to the way that the default BINARY collating...
2015-12-30  drhSimplification to the xfer-optimization logic.
2015-12-30  drhRemove unnecessary tests from the LIKE pattern matcher...
2015-12-30  drhEnhance the command-line shell to handle MBCS character... mbcs-shell
2015-12-30  drhAdd the json_group_array() and json_group_object()...
2015-12-29  danAdd the xPhraseFirstColumn() and xPhraseNextColumn...
2015-12-28  danChange the name of the offsets=0 option to "detail...
2015-12-24  drhAvoid a harmless compiler warning on systems where...
2015-12-23  danFix some harmless gcc compiler warnings. Mostly in...
2015-12-23  drhEnhance the 'utc' modifier on date/time functions so...
2015-12-22  danUpdates so that fts5 API functions xInst, xPhraseFirst...
2015-12-21  danFix an fts5 integrity-check problem that affects offset...
2015-12-21  drhEnsure that the Expr objects that describe indexed...
2015-12-18  danFix a problem with prefix queries on fts5 offsets=0...
2015-12-18  drhMicro-optimizations and comment fixes on the mem5.c...
2015-12-18  drhReduce the size of the CellInfo object from 32 to 24... optimize-cellinfo
2015-12-17  danAdd the "offsets=0" option to fts5, to create a smaller...
2015-12-17  drhFix the spellfix1_scriptcode() function to ignore white...
2015-12-17  drhFixes for harmless compiler warnings.
2015-12-16  mistachkinFix even more harmless compiler warnings.
2015-12-16  mistachkinFix some more harmless compiler warnings.
next