]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-12-01  drhFaster version of patternCompare() that uses new return... pattern-compare-optimization
2016-12-01  danModify the patternCompare() function (used for GLOB...
2016-11-30  drhAdd the remember(V,PTR) extension function which copies...
2016-11-30  drhFix then handling of the (oversized) integer literal...
2016-11-30  drhChange the OP_DecrJumpZero opcode back to its old behav...
2016-11-30  drhMore improvements to boundary cases in the date/time...
2016-11-30  drhPrevent a warning about integer overflow when using...
2016-11-30  drhFurther changes to the date/time functions to suppress...
2016-11-29  drhThe documentation says that the built-in date-time...
2016-11-28  drhFix broken hyperlinks to the sqlite3_snapshot objection...
2016-11-28  danSimplify some code in fts5_expr.c. Add some extra test...
2016-11-26  drhAdd the sqlite3_snapshot_recover() interface and relate...
2016-11-25  drhClarification of the behavior of sqlite3_stmt_readonly...
2016-11-25  drhRemove the OP_RowKey opcode. Use OP_RowData in its...
2016-11-25  drhRefactor the sqlite3BtreeKey() and sqlite3BtreeData...
2016-11-25  drhSmall performance increase and size reduction in the...
2016-11-25  drhPerformance enhancement to sqlite3_snprintf().
2016-11-25  drhPerformance improvement in sqlite3StrAccumFinish()...
2016-11-25  drhAdd a comment to help clarify the EP_FromJoin hack...
2016-11-23  drhFix the error message for invalid ".mode" arguments...
2016-11-23  danCode constant vector components outside of any loops...
2016-11-23  drhCorrectly display the names of SQL functions in the...
2016-11-22  drhMerge bug fixes and enhancements from trunk. serializable-snapshot
2016-11-22  drhEnclose the sqlite3WalSnapshotRecover() routine within
2016-11-22  drhAdd a new requirement mark for CAST expressions.
2016-11-22  drhUpdate requirement marks to reflect changes in wording...
2016-11-22  drhRemove unnecessary OP_Close opcodes for a size reductio...
2016-11-21  drhRemove unnecessary OP_Close opcodes at the end of INSER...
2016-11-21  drhEnhance speedtest1.c so that is works on older versions...
2016-11-20  drhFix harmless compiler warnings.
2016-11-20  drhPrevent a possible use-after-free bug in the query...
2016-11-19  danRemove the requirement to open the wal file before...
2016-11-19  danTest some extra error conditions in sqlite3_recover_sna...
2016-11-19  danAdd another fault-injection test for sqlite3_snapshot_r...
2016-11-19  danFix a problem causing sqlite3_snapshot_recover() to...
2016-11-19  danFix a bug in sqlite3_snapshot_recover() that could...
2016-11-18  danAdd experimental sqlite3_snapshot_recover() API.
2016-11-18  danRequire that the database handle be in autocommit mode for
2016-11-18  danAdd tests for snapshot interfaces.
2016-11-18  danEnhance existing snapshot tests to serialize/deserializ...
2016-11-17  danFix a problem in rtreeD.test causing it to fail in...
2016-11-17  drhChange the --enable-debug option on configure so that...
2016-11-17  drhDisable the query flattener optimization for SELECT...
2016-11-15  drhAdd a needed #include to speedtest1.c.
2016-11-15  drhExperimental changes toward making snapshots serializable.
2016-11-15  drhChange the OP_Last opcode so that it is a no-op if...
2016-11-15  drhMake the VACUUM command about 9% faster by avoiding...
2016-11-14  drhAdd 8794 new test cases received from the OSS-FUZZ...
2016-11-14  drhFix a potential use-after-free error during parsing...
2016-11-14  drhEnhance fuzzcheck.c to accept database-specific configu...
2016-11-14  drhFix the ossfuzz.c test module so that it does not segfa...
2016-11-14  drhAvoid unnecessary calls to sqlite3ExprCacheAffinityChan...
2016-11-14  danFix an fts5 problem causing a crash in phrase queries...
2016-11-11  drhFix harmless compiler warnings in test code for MSVC.
2016-11-11  drhAvoid storing redundant fields in sorter records when...
2016-11-11  drhEnhance the OP_IdxInsert opcode so that it can used...
2016-11-11  danMerge trunk with this branch. sorter-opt
2016-11-11  drhRemove obselete and unused logic in the update code... unpacked-IdxInsert
2016-11-11  danReenable the SQLITE_EXPR_REF optimization for "SELECT...
2016-11-11  drhMerge enhancements and bug-fixes from trunk.
2016-11-11  danFix a problem with switching from wal to rollback mode...
2016-11-11  drhAdd the test/ossfuzz.c interface adaptor for OSS-FUZZ...
2016-11-11  danHandle some obscure "row value misused" cases that...
2016-11-11  drhBack out the "--raw" option on ".read" in the command...
2016-11-11  danAdd extra tests for the xBestIndex() virtual table...
2016-11-11  mistachkinIn the command line shell, avoid using utf8_printf...
2016-11-11  drhAdd the --raw option to the ".read" dot-command of...
2016-11-11  drhTake care not to try to generate code for the ATTACH...
2016-11-10  drhAvoid a few unnecessary calls to sqlite3BtreeMovetoUnpa...
2016-11-10  danAvoid storing redundant fields in sorter records when...
2016-11-10  drhWhen doing a REPLACE on a WITHOUT ROWID table with...
2016-11-10  drhRemove C++ style comments. No code changes.
2016-11-10  drhAdd the unpacked key fields to OP_IdxInsert for INSERT...
2016-11-09  drhComment changes that attempt to better explain the...
2016-11-09  drhFix a simple comment typo. No changes to code.
2016-11-09  mistachkinFix typo in the CSV extension.
2016-11-09  drhMake use of the unpacked key on the OP_IdxInsert on...
2016-11-09  drhFix a typo on the OP_IdxInsert documentation. No code...
2016-11-09  drhAdd a DISTINCT query to speedtest1.c. Also change...
2016-11-09  drhRemove the "experimental" marking from the sqlite3_preu...
2016-11-09  drhEnhance the OP_IdxInsert opcode to optionally accept...
2016-11-08  danAvoid superfluous cursor seeks in "INSERT OR REPLACE...
2016-11-08  drhAvoid generating OP_TableLock unnecessary instructions...
2016-11-08  drhFix the speedtest1.c test program so that it gives...
2016-11-08  drhTweaks to speedtest1.c to better reflect mobile usage...
2016-11-07  drhFix OOM error reporting in the json1_group_object(...
2016-11-07  drhReplace some unreachable branches from the JSON1 extens...
2016-11-07  drhFix the JSON1 extension so that the JSON validator...
2016-11-04  danAvoid a crash that can occur after an obscure OOM in...
2016-11-04  drhMark the ICU extension functions as deterministic.
2016-11-04  drhAdd an assert() to silence a coverity false-positive.
2016-11-04  danFix a test case in vacuum5.test so that it works with...
2016-11-03  mistachkinReplace a couple more references to Tcl 8.5 in the...
2016-11-03  danFix a test case in vacuum5.test sot aht it works with
2016-11-03  danFix a test case in vacuum5.test so that it works with...
2016-11-03  drhIn the command-line shell, fix the .imposter command...
2016-11-03  drhAdd the ".imposter" command to the command-line shell.
2016-11-03  drhFix an possible NULL pointer deference in the command...
2016-11-02  drhAdjust the MSVC makefile to use Tcl8.6 by default.
2016-11-02  danFix an issue that was causing the new database image...
next