]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-01-21  danDisable the RESTRICT foreign key action if "PRAGMA... disable-restrict
2016-01-20  drhMerge the LIKE-operator bug fix from trunk.
2016-01-20  danFix a problem in autoconf/configure.ac causing --enable...
2016-01-20  drhCase folding in the LIKE operator should look at all...
2016-01-20  drhMerge recent enhancements from trunk.
2016-01-20  danImprove performance of sqlite3VtabImportErrmsg().
2016-01-20  drhPerformance improvement in sqlite3DbMallocRaw().
2016-01-20  drhSuppress the display of the P4 operand in EXPLAIN outpu...
2016-01-20  drhRemove an unnecessary memset() from the symbol name...
2016-01-20  drhRemove an unnecessary memset() for a small size reducti...
2016-01-20  drhDuring compilation, transfer the azVar[0..nzVar-1]...
2016-01-20  drhVery small simplification to the btree balancer.
2016-01-19  drhFix an incorrect VFS version number check in the thread...
2016-01-19  drhFix two harmless compiler warnings about comparisons...
2016-01-19  danAdd further fts5 tests. 100% code coverage is finally...
2016-01-18  danAdd tests for fts5. Fix a crash that can occur in fts5...
2016-01-18  drhAvoid unnecessary calls to memset() for a small perform...
2016-01-18  danAdd a debugging function to print human-readable versio...
2016-01-18  drhSimplification of the VDBE bytecode for incremental...
2016-01-18  drhFix a problem with SQLITE_TEST_REALLOC_STRESS.
2016-01-16  danAdd extra tests to cover untested branches in fts5.
2016-01-16  drhImprovements to the way sqlite3VdbeAddOpList() works...
2016-01-16  danAdd further tests for fts5. Fix some problems with...
2016-01-16  drhUse sqlite3VdbeAddOp4() rather than a separate sqlite3V...
2016-01-16  drhFix a potential use-after-free problem when compiling...
2016-01-15  drhRemove an unnecessary memset().
2016-01-15  danRationalize some code in fts5_storage.c. Add tests...
2016-01-15  drhRemove unnecessary de-initialization of the Parse object.
2016-01-15  drhWork toward making the schema parsing logic simplier...
2016-01-15  mistachkinFix a couple C99-isms in FTS5 that cause compile errors...
2016-01-14  drhCombine the xFunc and xStep pointers of the FuncDef...
2016-01-14  danAdd a test to verify that the fts3 and fts5 "unicode61...
2016-01-14  drhSimplification to the ISO8610 parser in the imnplementa...
2016-01-14  mistachkinMinor adjustments to the MSVC makefile.
2016-01-14  drhMerge the latest fixes and enhancements from trunk.
2016-01-14  drhYet another change to FTS5 trying to get it to merge...
2016-01-14  drhFix more compiler warnings in FTS5.
2016-01-14  danFix another compiler warning in fts5 code.
2016-01-14  danFix compiler warnings in fts5.
2016-01-14  drhFix harmless compiler warnings in RBU and add RBU to...
2016-01-14  drhFix harmless compiler warnings in sqldiff.c.
2016-01-14  drhFix the build so that it works for SQLITE_OMIT_WAL...
2016-01-13  drhLook for pthread_mutexattr_init() instead of pthread_cr...
2016-01-13  danAdd documentation for new API functions to the comments...
2016-01-13  drhAdd the SQLITE_FCNTL_JOURNAL_POINTER file control.
2016-01-13  drhAdd documentation for the SQLITE_FCNTL_JOURNAL_POINTER... file-control-journal
2016-01-13  drhWhen the [https://www.sqlite.org/queryplanner.html...
2016-01-12  danAdd the "detail" option to fts5. Used to reduce the...
2016-01-12  drhAdd the ".vfslist" command to the command-line shell.
2016-01-12  danImprove performance of fts5 low level iterators. fts5-offsets
2016-01-12  drhFix a harmless use of an uninitialized variable followi...
2016-01-12  drhRemove an unused field from the MemPage object.
2016-01-12  drhMake sure all bytes of the WAL file are initialized...
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  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...
next