]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-02-27  danAdd an sqlite3_set_last_insert_rowid() method. Use... set-last-insert-rowid
2017-02-27  danRemove references to special handling in virtual table...
2017-02-25  danAdd an 'extern "C"' block to header file sqlite3userauth.h.
2017-02-25  danOptimize defragmentPage() in the case where the page...
2017-02-25  danTweak the code on this branch to detect b-tree page... defragmentpage-opt
2017-02-24  danOptimize defragmentPage() in the case where the page...
2017-02-23  danSave a few bytes and a few cycles by setting Vdbe.expma...
2017-02-22  danMove a branch condition in analyze.c inside an #ifdef...
2017-02-22  danImprove the performance of ANALYZE when SQLITE_ENABLE_S...
2017-02-22  drhImprovements to PRAGMA integrity_check.
2017-02-22  drhCleanup and simplification of the output row count... integrity-check-improvements
2017-02-22  drhFix integrity_check so that it verifies NOT NULL constr...
2017-02-22  drhEnhance "PRAGMA integrity_check" so that it verifies...
2017-02-21  danIn sqlite3VdbeHalt(), return as soon as possible if
2017-02-21  danFix an FTS5 problem that could cause a crash when certa...
2017-02-21  drhVery small enhancement to dispatch speed for SQL functions.
2017-02-20  mistachkinCorrect a harmless typo in the previous check-in.
2017-02-20  mistachkinAvoid unsigned integer overflows for SQLITE_WIN32_HEAP_...
2017-02-20  drhSmall grammar simplification.
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...
next