]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-03-16  drhWhen the WHERE clause contains two OR-connected terms...
2015-03-16  drhModify the fts3query.test script so that it works even...
2015-03-16  drhWhen deleting the master journal to commit a multi...
2015-03-16  danWhen estimating the number of rows visited by a range...
2015-03-16  drhUse #ifdef to omit code that is only used for STAT3...
2015-03-16  drhImproved comments. No code changes. combine-disjuncts
2015-03-16  drhWhen a WHERE clause contains disjuncts with the same...
2015-03-16  danAnother test case for the planner change on this branch. stat4-change
2015-03-14  danWhen estimating the number of rows visited by a range...
2015-03-13  danAdd tests to ensure "PRAGMA incremental_vacuum" and...
2015-03-13  danExtra tests for commit [0f250957].
2015-03-13  drhRemove debugging logic accidently included in the previ...
2015-03-12  drhFix the "now" option for date-time functions for cases...
2015-03-12  drhWhen STAT4 is enabled, allow probes of the STAT4 table...
2015-03-12  drhAlways disallow functions as the DEFAULT of a column... stat4-function
2015-03-12  danDisable multiplexing of master-journal files in the...
2015-03-12  drhIf an error occurs in the compile-time evaluation of...
2015-03-12  drhThe valueFromFunction() routine is better able to handl...
2015-03-12  drhImprove the text on one of the opcode documentation...
2015-03-11  danAllow the default value for columns added using ALTER...
2015-03-11  danAllow the query planner to evaluate deterministic scala...
2015-03-11  danAdd an optimization to the fts5 unicode tokenizer code.
2015-03-11  drhExpand the multi-process test cases to repeat each...
2015-03-10  drhArrange for some of the transient locks in WAL mode...
2015-03-10  danAvoid redundant string comparisons while merging fts5...
2015-03-10  drhFix an incrblob2 test case so that it works on 32-bit...
2015-03-10  drhRevise test cases in malloc5.test to accommodate varyin...
2015-03-09  drhMerge recent trunk enhancements into the ota-update...
2015-03-09  drhMerge recent trunk enhancements into the sessions branch.
2015-03-09  drhFix the LIKE optimization so that it works even if...
2015-03-09  drhAlways use LIKE optimization range constraints in pairs. like-opt-fix
2015-03-09  drhIncrease the version number to 3.8.9
2015-03-07  drhFix another problem with the LIKE optimization.
2015-03-07  danFix some compiler warnings caused by signed/unsigned...
2015-03-07  drhFix the LIKE optimization so that it finds BLOB entries...
2015-03-07  drhNew test cases for LIKE and GLOB with BLOB left-hand...
2015-03-07  danFix the bm25() function so that it multiplies scores...
2015-03-07  drhRemove some code that is commented out.
2015-03-07  drhFix problems with reverse order sorting and indexes...
2015-03-07  drhRefactor some jump opcodes in the VDBE. Add JumpZeroIn...
2015-03-06  drhTest cases added. Comments fixed. Proposed solution for
2015-03-06  drhFix the LIKE optimization even when comparing mixed...
2015-03-06  drhThe LIKE optimization must be applied twice, once for...
2015-03-06  drhClearification of some documentation text. Added requi...
2015-03-06  drhClarification of documentation on sqlite3_backup.
2015-03-05  danFix some problems with OTA and empty target databases...
2015-03-05  drhNew test cases and requirements marks for PRAGMA index_...
2015-03-05  drhRevert "PRAGMA index_info" to output only three columns...
2015-03-05  danAdd comments to sqlite3ota.h to make it clear that...
2015-03-05  danFix a typo in sqlite3ota.h.
2015-03-05  drhNew requirements marks on compound SELECT statements.
2015-03-04  drhNew requirements marks on INSERT and INDEXED BY and...
2015-03-04  mistachkinFix harmless compiler warning.
2015-03-04  drhRefinement to the wording of the documentation on depre...
2015-03-04  drhRemove a surplus </dl> mark in the documentation...
2015-03-04  danFix a couple of build problems.
2015-03-03  drhClean up #ifdef logic dealing with VxWorks in os_unix...
2015-03-03  drhFix compiler warnings when compiling under VxWorks 7.
2015-03-03  drhEnhance SQLITE_ALLOW_URI_AUTHORITITY to elide //localho...
2015-03-03  drhFix over-length source code lines in the main.c source...
2015-03-02  drhChanges so that the amalgamation and the command-line...
2015-03-02  drhEnsure that automatic indexes are *not* considered...
2015-02-28  drhIn the command-line shell, the inability to read ~...
2015-02-28  drhMore test cases and requirements marks for pragmas.
2015-02-27  drhRemove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE...
2015-02-27  drhNew requirements marks and a few new test cases to...
2015-02-27  mistachkinMerge updates from trunk.
2015-02-27  danFurther minor optimizations to flushing fts5 data to...
2015-02-27  danFix suffix and prefix compression of terms in top-level...
2015-02-27  drhAdd a couple of requirements marks.
2015-02-26  mistachkinFix potential memory leaks in the misc 'compress' exten...
2015-02-26  danOptimize copying data from fts5 in-memory hash tables...
2015-02-26  drhUpdate a requirements mark to reflect a change of wordi...
2015-02-26  drhFix a real bug (in test code) that was introduced while...
2015-02-26  danFix an fts5 bug in large incremental merges.
2015-02-26  drhSimplifications to the description of the nByte paramet...
2015-02-25  danInstead of the 4-byte fields, use regular varints for...
2015-02-25  drhMake sure the sqlite3_mutex.id field is initialized...
2015-02-25  drhMerge the latest trunk fixes into the sessions branch.
2015-02-25  drhAdd support for the linenoise command-line editing...
2015-02-25  danAdd support for linenoise to shell.c. linenoise
2015-02-25  mistachkinWhen cleaning with MSVC, prevent superfluous output...
2015-02-25  drhRemove an always-false conditional from constructAutoma...
2015-02-24  danPrevent partial indexes on the table on the left hand...
2015-02-24  drhMake sure partial indexes are not qualified incorrectly...
2015-02-24  drhMore test cases to help ensure that partial indexes... tkt-2326c258
2015-02-24  drhThis additional fix prevents a partial index from being...
2015-02-24  drhMake sure partial automatic indexes are not based on...
2015-02-23  danFix building with ENABLE_OTA and OMIT_LOAD_EXTENSION.
2015-02-23  danMerge latest trunk changes with this branch.
2015-02-23  danChange SQLITE_FCNTL_ZIPVFS_PAGER to SQLITE_FCNTL_ZIPVFS.
2015-02-23  danUpdate the sqlite3ota_db() API to account for the fact...
2015-02-23  danImprove tests for resuming ota updates following power...
2015-02-21  danFix some problems with resuming ota updates if saving...
2015-02-21  drhUpdate document on sqlite3_mprintf() and related functi...
2015-02-21  drhMerge all recent trunk changes into the sessions branch.
2015-02-21  drhFix a compiler warning associated with USE_PREAD64.
2015-02-21  drhFix over-length source code lines in os_unix.c.
2015-02-21  drhKeep track of the optimal number of reserved bytes...
2015-02-20  danAdd some missing comments and fix other minor code...
next