]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2016-02-29  drhFurther simplifications to the grammar.
2016-02-27  drhUpdate the parser so that it pulls out the column name...
2016-02-27  drhEliminate the need for the Column.zDflt (using Column...
2016-02-27  danExtend the code in memjournal.c so that it subsumes...
2016-02-27  drhTighter description of I/O stats in the shell. Show...
2016-02-27  drhEnhance the ".stats" command in sqlite3.exe to show...
2016-02-27  drhFix a requirement mark to conform to a typo fix in...
2016-02-27  drhEnhance documentation of sqlite3_snapshot_open() to...
2016-02-27  mistachkinAdd 'Replace.exe' to the MSVC clean target.
2016-02-27  mistachkinFix typo in ICU error message.
2016-02-27  drhMake sure the Replace.cs file is included in the autoco...
2016-02-26  mistachkinSupport generating the '.def' file using the autoconf...
2016-02-26  drhFix a potential buffer overflow in the ICU upper()...
2016-02-26  mistachkinFurther refinements to the MSVC batch build process.
2016-02-26  mistachkinFurther refinements to the MSVC batch build process.
2016-02-26  danFix the ICU extension LIKE function so that it does...
2016-02-26  drhProvide the new SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER...
2016-02-26  drhFix a typo in a comment (though an important comment...
2016-02-26  drhEphemeral tables used to hold manifested views may...
2016-02-26  drhRemove a debuggin "exit" command mistakenly left in...
2016-02-25  mistachkinAdd some comments in the VSIX test tool.
2016-02-25  mistachkinAdd tool for smoke-testing the UWP VSIX package.
2016-02-25  mistachkinEnhance checking of prerequisites in the vsixtest tool. vsixTest
2016-02-25  drhFix an incorrect cost computation for sorting (introduc...
2016-02-25  mistachkinSmall optimization in FK handling.
2016-02-25  drhChange the srcck1.c utility program to use only unsigne...
2016-02-25  drhChange the "PRAGMA stats" command to report size values...
2016-02-25  danDisable the RESTRICT foreign key action if "PRAGMA...
2016-02-25  drhQuery planner improvements: Take the LIMIT into accoun...
2016-02-25  drhImprovement on the previous check-in: disallow automat... planner-improvements
2016-02-25  drhDo not use an automatic index on an outer loop that...
2016-02-25  drhTake the LIMIT clause into account when estimating...
2016-02-25  drhIn the command-line shell: When the ".import" command...
2016-02-25  mistachkinImprove readability and logging of the vsixtest script.
2016-02-25  mistachkinEnable all steps and add/update comments.
2016-02-25  mistachkinMore work. Install and build steps are now tested.
2016-02-24  mistachkinFix typo. Improve interim debugging.
2016-02-24  mistachkinTest build all supported configurations and platforms...
2016-02-24  mistachkinInitial work on an automated VSIX testing tool. Not...
2016-02-24  danExtend [3e9ed1ae] so that covering indexes on WITHOUT...
2016-02-24  drhChange a char* to const char* in order to suppress...
2016-02-24  drhWhen an index complete covers a table, it can be used...
2016-02-24  danFix a problem with handling identifiers that start...
2016-02-24  drhIdentify indexes that complete cover their table. covering-index
2016-02-23  drhAdd the SQLITE_BITMASK_TYPE compile-time option.
2016-02-22  drhRemove code not needed now that synchronous=OFF databas...
next