]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-02-18  danAdd an optimization to OP_Column to speed up sequential... sort-column-opcodes
2017-02-18  drhAdd the SQLITE_BUG_COMPATIBLE_20160819 compile-time...
2017-02-17  drhFix the #endif location for an #ifndef SQLITE_UNTESTABL...
2017-02-17  drhFix a test case that was made to fail by the LIKE optim...
2017-02-17  drhEnable the ".wheretrace" and ".selecttrace" extensions...
2017-02-16  drhChange the name of WhereInfo.pDistinctSet to pResultSet...
2017-02-16  drhChange two MallocZero() calls into MallocRaw() to avoid...
2017-02-16  drhFix a comment on a field of the ExprList object. No...
2017-02-16  drhIncrease Table.tabFlags from 8 to 32 bits.
2017-02-16  drhRemove two redundant initializations from the virtual...
2017-02-16  drhAlways use the IsVirtual() macro to determine if a...
2017-02-15  drhQuery planner optimization to detect empty tables in...
2017-02-15  mistachkinMinor enhancement to mutex tracing on Win32.
2017-02-15  drhRemove the CLANG_VERSION macro, since we have learned...
2017-02-15  mistachkinFurther reforms to Tcl_*Alloc() usage.
2017-02-15  mistachkinIn the blob test code, avoid crashing on low-memory...
2017-02-14  drhClarification of the help text for the command-line...
2017-02-14  drhEnable the SQLITE_ENABLE_NULL_TRIM option for WITHOUT...
2017-02-14  drhMore realistic lengths of string values in speedtest1...
2017-02-14  drhFix a testcase number on the ORM testset of speedtest1.
2017-02-14  drhAdd the new "--testset orm" to the speedtest1 utility.
2017-02-13  drhChange all legacy instances of "#if SQLITE_DEBUG" to...
2017-02-13  drhFix typos in using the MSVC_VERSION macro.
2017-02-13  drhAvoid a duplication #define in FTS5
2017-02-11  drhFix indexes on expressions so that they can be actually...
2017-02-11  drhEnsure that indexed expressions with collating sequence...
2017-02-10  drhBump the version number up to 3.18.0.
2017-02-10  drhEnhance the LIKE optimization so that it works for...
2017-02-10  drhAdd the "," flag to printf().
2017-02-09  drhCleanup the usage of the SQLITE_DISABLE_INTRINSIC compi...
2017-02-08  danAvoid preparing a SELECT statement each time an UPDATE...
2017-02-08  danAvoid preparing a SELECT statement each time an UPDATE... fts3-seekstmt-cache
2017-02-08  mistachkinTypo fixes in comment. No changes to code.
2017-02-08  drhAlways invoke the xRoundup() method of the memory alloc...
2017-02-08  drhRound up the size of all memory allocations to a multip...
2017-02-07  drhWhen generating the hash on the sqlite_master table...
2017-02-07  mistachkinMSVC makefile enhancments for several command line...
2017-02-07  drhFix harmless compiler warnings in dbfuzz.
2017-02-07  drhFix harmless compiler warnings in kvtest.c
2017-02-07  drhThe dbselftest utility now generates hashes in the...
2017-02-07  danOmit fts5fault1.test from the inmemory_journal permutation.
2017-02-07  danUpdate a test parameter in malloc5.test to account...
2017-02-07  drhAdd the initial version of the "dbselftest" utility...
2017-02-07  danUpdate an error message in corruptC.test.
2017-02-07  danFix a build problem affecting non-amalgamation rtree...
2017-02-07  danFix a test case to account for the fact that sqlite3_bl...
2017-02-07  drhFix SQLITE_BYTEORDER #defines in R-Tree when compiled...
2017-02-07  drhMake the cellMargin() routine of R-Tree slightly smalle...
2017-02-07  drhBack out [ec8ff892ac] which is causing missed OOM error...
2017-02-07  drhFix a minor typo in a comment in R-Tree. No changes...
2017-02-06  drhRemove a small amount of unnecessary code from R-Tree.
2017-02-06  drhAdd the "max-limits" utility program to the tools/...
2017-02-06  danFix a bug in kvtest causing "init --variance 0" runs...
2017-02-06  drhRemove incorrect testcase() macros from R-Tree.
2017-02-04  drhSimplification to the error handling to extension loadi...
2017-02-04  danAllow sqlite3session_apply() to apply changesets to...
2017-02-04  drhIn RTREE, use an sqlite3_blob object rather than an...
2017-02-04  drhClose sqlite3_blob objects on xSync rather than waiting... rtree-blob-agressive-release
2017-02-03  drhImproved performance and stack usage when processing...
2017-02-03  danAvoid a performance problem when very large "VALUES... recursive-selectdup
2017-02-03  drhImproved tests for the carray() table-valued function.
2017-02-03  danModify the sqlite3SelectDup() routine to avoid recursin...
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.
next