]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-02-03  drhMerge in the sqlite3_blob_reset() interface. rtree-sqlite3_blob
2017-02-02  drhAdd the sqlite3_blob_reset() interface. Enhance the...
2017-02-02  drhEnsure that all cursors have their positions saved...
2017-02-02  mistachkinFix issues in the sha1 extension seen with MSVC.
2017-02-02  drhRemove the unused pReadNode prepared statement from...
2017-02-02  drhFix a potential uninitialized (though harmless) variabl...
2017-02-02  drhThe sqlite3_blob_close() interface can cause recursive...
2017-02-02  drhChange RTREE so that the sqlite3_blob object is closed...
2017-02-02  drhUse the sqlite3_blob interface for reading values from...
2017-02-02  drhThis is an experimental patch that ensures that all... savepoint-rollback
2017-02-01  mistachkinFix harmless compiler warnings seen with MSVC.
2017-02-01  mistachkinBackout the change in [02f6293f27] as it causes MSVC...
2017-02-01  mistachkinFix C99-style variable declaration issue seen with...
2017-02-01  mistachkinFix harmless compiler warnings seen with MSVC.
2017-02-01  mistachkinAdd an option to the MSVC makefile to enable treating...
2017-02-01  drhUnwind the RTREE dimension loop inside of rtreeCallback...
2017-02-01  drhCompletely unroll the dimension loop inside of cellArea...
2017-02-01  drhPrecompute the nDim2 value in the Rtree object and...
2017-02-01  drhUse compiler intrinsic functions (when available) for...
2017-02-01  drhFix the build by making the OPFLAG_ISNOOP macro availab...
2017-02-01  danUpdate the documentation comment in sqlite.h.in for...
2017-02-01  danChanges so that the pre-update hook and the sessions...
2017-02-01  drhMore RTREE performance optimizations related to decodin...
2017-02-01  drhImproved comments on the statGet() implementation in...
2017-01-31  drhR-TREE optimization: unwrap the coordinate decode loop in
2017-01-31  drhVery small performance improvements and size reductions in
2017-01-31  drhSimplifications to blobSeekToRow(). micro-optimizations
2017-01-31  danAdd a speed-test program for the sessions module. preupdate-without-rowid
2017-01-31  drhRemove a C99-style comment. Fixes to the kvtest-speed...
2017-01-31  drhRemove another unnecessary local variable initializatio...
2017-01-31  drhRemove an unnecessary initialization of the pOp variabl...
2017-01-31  drhAdd the "stat" command to kvtest.c. Also add the ...
2017-01-31  drhFix a typo in a comment.
2017-01-31  danMerge latest trunk with this branch.
2017-01-31  drhFurther minor enhancement and size reduction in
2017-01-31  drhPerformance optimization in sqlite3ExprAssignVarNumber().
2017-01-30  danExperimental change to invoke the preupdate hook when...
2017-01-30  danFix building with SQLITE_OMIT_FOREIGN_KEY defined.
2017-01-28  drhIn the amalgamation, allocate the parser engine object...
2017-01-28  mistachkinFix a couple comment typos. No changes to code.
2017-01-28  danAvoid redundant table b-tree cursor seeks in UPDATE...
2017-01-28  drhUpdates to the sqlite3_blob documentation. No changes...
2017-01-28  drhIn the speed-check.sh script, automatically invoke...
2017-01-28  danFix a typo in the docs for sqlite3_update_hook().
2017-01-27  drhAdd the sha1.c loadable extension that implements the...
2017-01-27  danFix a problem causing the pre-update hook to be invoked...
2017-01-27  drhAlternative ICU fix (compare to check-in [50e60cb4...
2017-01-27  drhIn the command-line shell, enhance the ".mode" command...
2017-01-27  drhAnother micro-optimization in accessPayload(). Slightl...
2017-01-27  drhPerformance optimization in accessPayload().
2017-01-27  drhSimplify the accessPayload() routine so that it always...
2017-01-26  drhRemove an unreachable branch in the error handling...
2017-01-26  drhImprovement to the OP_Permutation opcode to prevent...
2017-01-26  drhRemove the obsolete lastRowid cache from the sqlite3Vdb...
2017-01-26  drhPerformance optimization in sqlite3VdbeCloseStatement().
2017-01-26  drhPerformance optimization to sqlite3_blob_read().
2017-01-26  drhMinor simplification and performance optimization for...
2017-01-26  drhMake SQLITE_DIRECT_OVERFLOW_READ work for in WAL mode...
2017-01-26  drhEnhancements to the kvtest utility program. Add the...
2017-01-26  drhModify the ICU extension to use a static initializer...
2017-01-25  drhTrim NULL values off the end of records when the SQLITE...
2017-01-25  danFix another pre-update hook issue, this time in sqlite3... trim-nulls
2017-01-25  danFix a test script problem in exclusive2.test causing...
2017-01-25  danFix a problem with the pre-update hook on this branch.
2017-01-25  drhExperimental enhancement to automatically trim NULL...
2017-01-25  drhEnsure that sqlite3_blob_reopen() correctly handles...
2017-01-25  drhFix SQLITEINT_H macro usage in two extensions.
2017-01-25  drhEnsure that sqlite3_blob_reopen() correctly handles... blob_reopen-fix
2017-01-23  drhDocument the --mmap option in the --help screen for...
2017-01-23  drhAdd the --mmap option to the kvtest utility program.
2017-01-23  drhOptimization: Try to avoid unnecessary btree searching...
2017-01-23  danAdd the missing SQLITE_API symbol to test_delete.c...
2017-01-23  danFix a problem preventing FTS5 from correctly passing...
2017-01-22  drhFix an uninitialized variable in the command-line shell.
2017-01-22  mistachkinFixes to documentation comments in the public header...
2017-01-22  drhFix an initialized variable in kvtest.
2017-01-21  drhA better implementation of the moveto-neighbor optimiza... btree-moveto-neighbor
2017-01-21  drhB-tree optimization: When seeking on a rowid table...
2017-01-21  drhChange sqlite3_blob_reopen() to call sqlite3VdbeExec...
2017-01-21  drhIn the kvtest.c test utility, reuse the buffer into...
2017-01-21  drhRemove an unnecessary sqlite3_bind_int64() call from...
2017-01-20  drhMinor performance optimization and size reduction to...
2017-01-20  danFix a typo in the help message for kvtest.
2017-01-20  danAdd option "--stats" to test program kvtest. Specifying...
2017-01-20  drhGet the "--testset rtree" option working on speedtest1...
2017-01-20  drhMinor performance optimizations to sqlite3_blob_open...
2017-01-19  drhIf compiled with SQLITE_INLINE_MEMCPY, all memcpy(...
2017-01-19  mistachkinIn the 'vtshim' extension, avoid accessing freed memory...
2017-01-18  mistachkinIn the 'windirent' test module, use a macro for the...
2017-01-18  mistachkinRemove superfluous option to Tcl 'lsort' in the vtabH...
2017-01-18  mistachkinMake the vtabH-3.1 test more portable and robust.
2017-01-18  mistachkinFix handling of initial hidden and/or system files...
2017-01-17  danFix a problem that could cause a spurious SQLITE_NOMEM...
2017-01-17  drhDisable intrinsic functions for Windows using Clang...
2017-01-16  drhBack out check-in [0b3174e0b1364c] and replace it with...
2017-01-16  drhBack out check-in [0b3174e0b1364c] and replace it with... automatic-index-affinity
2017-01-16  drhAdd test cases for tickets [91e2e8ba6ff2e2] and [7ffd1c...
2017-01-13  danFix a problem preventing resumption of RBU operations...
2017-01-13  drhFix the build for SQLITE_ENABLE_MEMORY_MANAGEMENT.
2017-01-12  drhRemove a branch that is probably unreachable, and which...
next