]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-04-29  danFix an almost entirely harmless buffer overread in... permutations-fix
2016-04-28  danMerge latest changes from trunk with this branch.
2016-04-28  danAvoid running sessionfault.test and sessionfault2.test...
2016-04-28  drhUse comments to mark several branches as optimizations...
2016-04-28  danEnsure that quota.test deletes the directory named...
2016-04-28  drhRemove an unnecessary conditional from the sqlite3DecOr...
2016-04-28  drhChange the sqlite3Atoi64() routine so that it returns...
2016-04-27  danModify the permutations.test script so as to set any...
2016-04-27  drhMore simplification of the sqlite3AtoF() routine. ...
2016-04-27  drhRemove still more unnecessary branches from sqlite3AtoF().
2016-04-26  drhFurther simplifications to sqlite3AtoF() to remove...
2016-04-26  drhRemove an unnecessary line from the sqlite3AtoF() routine.
2016-04-26  drhThe pcache and the built-in VFSes should not use mutexe...
2016-04-26  drhFix the "checksymbols" target in Makefile.in to be...
2016-04-25  danUpdate the RBU vacuum code so that databases that use...
2016-04-25  drhWhen checking for the WHERE-clause push-down optimizati...
2016-04-25  mistachkinFix a typo in the Makefile.
2016-04-23  drhFix the fix to the temporary directory search algorithm...
2016-04-21  drhChange the temporary directory search algorithm on...
2016-04-21  danAdd the sqlite3rbu_vacuum() API, to create an RBU handl...
2016-04-21  danIf a call to sqlite3rbu_close() on an rbu handle opened... rbu-vacuum
2016-04-21  danFix a problem in rbu vacuum on tables with a large...
2016-04-21  drhAdd the SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION method...
2016-04-21  drhTest cases for SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION. load-ext-security
2016-04-21  drhRevert sqlite3_enable_load_extension() to its original...
2016-04-20  danAdd a documentation comment for sqlite3rbu_vacuum(...
2016-04-20  drhWhen an error occurs while transitioning out of WAL...
2016-04-20  drhFix a locking race condition in Windows 10 that can...
2016-04-20  danAdd fault injection tests for rbu vacuum. Fix some...
2016-04-20  drh<b>API Change:</b> Modify sqlite3_enable_load_extension...
2016-04-19  danUpdates to ensure the values of PRAGMA settings like...
2016-04-19  danWhen an RBU vacuum is started on a db identified using...
2016-04-19  danDetect attempts to use rbu vacuum on a wal mode databas...
2016-04-18  danAnother fix to rbu vacuum for a zipvfs case.
2016-04-18  danFix some zipvfs related problems in RBU vacuum.
2016-04-18  drhRemove quotes from identifiers used as datatype names...
2016-04-18  drhThe last parameter to pread64() and pwrite64() should...
2016-04-18  danAdd the -vacuum switch to the "rbu" demonstration program.
2016-04-16  danChanges so that rbu vacuum works with zipvfs databases.
2016-04-16  danAvoid creating any extra files ("<target>-vacuum")...
2016-04-16  danFix a couple of assert() statements that were failing...
2016-04-15  danAdd the experimental sqlite3rbu_vacuum() API function...
2016-04-15  drhCLI enhancement: Add the ".eqp full" option, that...
2016-04-14  danIn the ICU extension toupper() and tolower() SQL functi...
2016-04-14  drhAdd the SF_HasAgg constant (currently unused). Also...
2016-04-14  danCorrectly interpret negative "PRAGMA cache_size" values...
2016-04-14  drhAdd some missing testcase() macros to the pushDownWhere...
2016-04-14  drhRename WhereInfo.pResultSet to pDistinctSet to more...
2016-04-14  drhSince the return value of sqlite3OsClose() is always...
2016-04-14  drhAdditional ".selecttrace" debugging output when the...
2016-04-13  drhFix compiler warnings by removing surplus local variabl...
2016-04-13  drhFixes for harmless compiler warnings.
2016-04-13  drhAdd the --indent option to the .schema and .fullschema...
2016-04-12  mistachkinA couple more compiler warning fixes.
2016-04-12  mistachkinEven more compiler warning fixes.
2016-04-12  mistachkinMore harmless compiler warning fixes.
2016-04-12  mistachkinCompilation fix for a C99-ism in the 'fts3view' tool.
2016-04-12  mistachkinFix harmless compiler warnings in the 'session' module.
2016-04-12  drhFix speedtest1 so that it automatically unlinks its...
2016-04-12  drhAdd the --temp option to the speedtest1.c performance...
2016-04-12  drhImproved localtime() support for WindowsCE
2016-04-12  mistachkinAdd and adjust comments. winCeLocalTime
2016-04-12  drhAdd the sqlite3_snapshot_cmp() interface (available...
2016-04-12  danUpdate the documentation for sqlite3_snapshot_cmp(... snapshot-cmp
2016-04-12  drhUpdate the header comment on the memjournal.c file...
2016-04-12  drhPerformance optimization the Vdbe allocator.
2016-04-12  drhAvoid unnecessary calls to object destructors for a...
2016-04-12  drhPerformance improvements in sqlite3WhereExprUsage().
2016-04-11  mistachkinFurther refinements.
2016-04-11  mistachkinMerge updates from trunk.
2016-04-11  mistachkinFix typo in the MSVC makefile.
2016-04-11  mistachkinFix some compilation issues.
2016-04-11  danAdd the sqlite3_snapshot_cmp() API.
2016-04-11  drhPerformance optimization to sqlite3Dequote() and its...
2016-04-11  drhPerformance optimization for the sqlite3ExprListDelete...
2016-04-11  drhPerformance optimizations in the column cache of the...
2016-04-11  drhSimplification and performance improvements in sqlite3E...
2016-04-11  drhRename the OP_MX_JUMP macro to SQLITE_MX_JUMP_OPCODE...
2016-04-11  drhPerformance improvement in sqlite3ExprDelete().
2016-04-11  drhRemove the VdbeOp.opflags field and its associated...
2016-04-11  drhBack off of the parser optimization in the previous...
2016-04-11  drhSmall size reduction and performance improvement in...
2016-04-11  drhFactor out the common operation of setting the Expr...
2016-04-09  drhFix a problem in the code generator for joins on virtua...
2016-04-09  drhFix the sqlite3BtreeDelete() routine so that it preserv...
2016-04-09  drhLimit the number of digits shown in the "prereq" mask...
2016-04-08  drhUpdate documentation for sqlite3_snapshot_open(). ...
2016-04-07  drhAdd test cases for ticket [7f7f8026eda387d544].
2016-04-07  drhPrevent the in-memory journal read cursor from entering...
2016-04-07  drhAvoid decrementing a pointer off the front end of the...
2016-04-07  drhInstead of just commenting out the unneeded code in...
2016-04-07  drhRemove an unnecessary test for a NULL pointer in freeP4().
2016-04-07  drhUpdate comments on the unix file locking protocol....
2016-04-05  drhRemove an unnecessary branch in the sqlite3LogEstToInt...
2016-04-05  drhCarry table column types through into VIEW definitions...
2016-04-05  mistachkinRemove superfluous directories from the Makefile clean...
2016-04-05  mistachkinMerge updates from trunk.
2016-04-05  drhIncorrect version of build.c checked in at [87e5f5a6c60...
2016-04-05  drhMake sure "0" intended as a NULL pointer is cast to...
2016-04-05  drhRemove an unnecessary conditional from the index builder.
next