]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-03-14  drhMore file pathname normalization. test-in-subdir
2016-03-14  drhNormalize the $testdir and $argv0 paths so that they...
2016-03-14  drhRun TCL tests in a subdirectory "testdir".
2016-03-14  danFix a memory leak in fts5 that could occur following...
2016-03-12  danFix a problem handling 'NEAR("" token)' in fts5 found...
2016-03-12  danFix handling of strings that contain zero tokens in...
2016-03-11  drhDo not allow the use of WAL mode with nolock=1 because...
2016-03-11  danTweak the amalgamation autoconf files so that the ...
2016-03-11  drhUpdate spellfix1_scriptcode() to output 215 (latin...
2016-03-10  mistachkinCheck for PDB files prior to attempting to copy them...
2016-03-10  danAdd tests to cover untested branches in recent fts5...
2016-03-10  drhUse #ifdefs to remove code that is unreachable in some...
2016-03-10  drhRemove an unused local variable.
2016-03-09  danAdd an incremental optimize capability to fts5. Make...
2016-03-09  danFix a problem in fts3/4 that was causing it to discard...
2016-03-09  drhSlight simplification to the query optimizer logic...
2016-03-09  danAdd another test case for bug [5e3c8867].
2016-03-09  drhWhen optimizing expressions of the form "x IN (SELECT...
2016-03-09  drhAutomatically disable SQLITE_ENABLE_EXPLAIN_COMMENTS...
2016-03-09  drhIn the query planner, make sure OOM errors are reported...
2016-03-09  drhDisable the bestindex*.test modules when building witho...
2016-03-09  drhSimplifications to the memjournal.c logic to facilitate...
2016-03-09  drhMove the write failure test in memjrnlCreateFile()...
2016-03-09  drhUpdate a comment in btree.c to account for WITHOUT...
2016-03-09  drhChange a branch made obsolete by recent parser enhancem...
2016-03-09  drhAdd an #ifdef and an ALWAYS() for coverage.
2016-03-08  drhChange an unreachable branch in the virtual table query...
2016-03-08  drhImproved comments on virtual table query planning....
2016-03-08  drhIn memjournal.c, reuse the same sqlite3_file object...
2016-03-08  danModify the memjournal.c code to make it a bit smaller. memjournal-exp
2016-03-08  drhDrop support for SQLITE_EXTRA_DURABLE. The new SQLITE_...
2016-03-08  drhRemove an unused goto label in the RBU extension.
2016-03-08  danAdd a new row type to RBU (a peer of insert, update...
2016-03-08  drhAdd the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_W...
2016-03-08  danUpdate fts3/4 so that the 'merge=X,Y' command merges...
2016-03-08  drhMake the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_... default-synchronous
2016-03-08  drhIf SQLITE_DEFAULT_WAL_SYNCHRONOUS is not the same value as
2016-03-08  drhAdd compile-time options SQLITE_DEFAULT_SYNCHRONOUS and
2016-03-08  drhFix ATTACH to use the symbolic name PAGER_SYNCHRONOUS_F...
2016-03-08  drhFix comments on pager flag settings to include synchron...
2016-03-08  drhSimplified error detection in the xBestIndex processing.
2016-03-08  drhAdd the ALLBITS macro as a shorthand for "(Bitmask...
2016-03-08  drhAdd a NEVER() to the code generator. Change the parame...
2016-03-08  drhChanges so that some assert()s in the virtual table...
2016-03-07  danUpdate fts3/4 so that the 'merge=X,0' command merges...
2016-03-07  drhAvoid a NULL pointer dereference following an OOM while...
2016-03-07  danAdd a new row type to RBU (a peer of insert, update... rbu-delete-then-insert
2016-03-07  drhAdd the SQLITE_CONFIG_STMTJRNL_SPILL option for sqlite3...
2016-03-05  danFix a problem in the previous commit affecting queries...
2016-03-05  danChange the way SQLite invokes the xBestIndex method...
2016-03-05  drhAdjust the cost estimates for RTREE such that the expec... xbestindex-fix
2016-03-05  danChange the way SQLite invokes the xBestIndex method...
2016-03-05  drhRemove the unused journal.c source file (its function...
2016-03-05  drhWork around (incorrect) ASAN warnings in memjournal.c.
2016-03-05  drhFix an integer size mismatch problem in test_bestindex.c
2016-03-05  drhFix an incorrect #ifdef on sqlite3LogEstToInt().
2016-03-04  drhFix an assert() in sqlite3VarintLen(), even though...
2016-03-04  drhDefer opening and writing statement journals until...
2016-03-04  drhUpdate test cases to taken deferred statement-journal...
2016-03-04  drhMerge changes from trunk.
2016-03-04  drhChange the default cache_size to -2000 (which means...
2016-03-04  drhChange the default page size for new database files...
2016-03-04  drhDetect the presence of pread()/pwrite() system calls...
2016-03-04  drhFurther fixes to the pread()/pwrite() enabling logic. pread
2016-03-04  drhFix the build for cases when pread()/pwrite() are not...
2016-03-04  drhAdd the test_bestindex.c file to Makefile.in and Makefi...
2016-03-04  drhUpdate the configure script to detect pread/pwrite...
2016-03-04  drhGet in-memory subjournals working for builds without...
2016-03-03  drhMerge the latest updates from trunk.
2016-03-03  drhReduce the amount of heap memory required to store...
2016-03-03  drhAllow the left-hand side of IN operators on virtual...
2016-03-03  drhMerge 3.11.1 changes into trunk.
2016-03-03  drhVersion 3.11.1 branch-3.11 version-3.11.1
2016-03-03  drhIncrease the default upper bound on scope to 30.
2016-03-02  danAdd new test script bestindex1.test to the utf16 permut... vtab-IN-opt
2016-03-02  danAdd an extra test for the change on this branch.
2016-03-02  danEnhance test_bestindex.c so that it can be used to...
2016-03-02  danFix a recently introduced problem in permutations.test...
2016-03-02  danFix an error in an fts5 test script.
2016-03-02  drhAllow the left-hand side of IN operators on virtual...
2016-03-02  drhAdd the optional -DSERIES_OMIT_CONSTRAINT_VERIFY=0...
2016-03-01  drhNew test cases and infrastructure for testing the xBest...
2016-03-01  drhImproved debugging output with wheretrace. Fix some...
2016-03-01  danFix a memory leak in the test code on this branch. test-bestindex
2016-03-01  danAllow test_bestindex.c to set the omit flag for a const...
2016-03-01  danAdd test code useful for testing the planners use of...
2016-03-01  danDo not attempt to run fts5bigtok.test or fts5merge2...
2016-03-01  danAdd -DSQLITE_ENABLE_FTS5 to one of the release-test...
2016-03-01  drhRemove a forgotten "breakpoint" command from an FTS5...
2016-03-01  drhIncrease the version number to 3.11.1
2016-03-01  danMerge branch-3.11-matchinfo into this branch.
2016-03-01  danFix a problem in fts5 where a corrupt db could lead... branch-3.11-matchinfo
2016-03-01  danFix an fts5 problem causing 'optimize' to corrupt the...
2016-03-01  drhBetter estimatedCost in the xBestIndex method of the...
2016-02-29  danWhen using a temporary file for a statement journal...
2016-02-29  danFix minor problems with new code in memjournal.c.
2016-02-29  danFix a problem in fts5 where a corrupt db could lead...
2016-02-29  danFix an fts5 problem causing 'optimize' to corrupt the...
2016-02-29  drhReduce the amount of heap required to store many schema... schema-storage
2016-02-29  drhVery minor improvement to the performance and reduction...
next