]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-04-23  drhMerge the latest trunk changes.
2016-04-23  danFix a problem with mixing temp-files and mmap-mode.
2016-04-23  danFix some problems to do with temp-file databases and...
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 a function prototype in order to fix a compiler...
2016-04-21  drhMerge updates from trunk.
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  drhMerge recent trunk changes.
2016-04-18  drhsqlite3PCachePerecentDirty() should return 0 if the...
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  drhMerge enhancements from trunk via tempfiles-lazy-open.
2016-04-13  danOn commit, flush dirty temp-file pages only if the...
2016-04-13  drhMerge enhancements from trunk. tempfiles-lazy-open
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  danOnce a temporary database file has been opened, flush...
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  drhMerge enhancements from trunk.
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  danFix a typo in temptable2.test.
2016-04-11  danAdd tests for wal mode to temptable2.test.
2016-04-11  drhPerformance optimization to sqlite3Dequote() and its...
2016-04-11  danMerge latest trunk changes with this branch.
2016-04-11  danAdd extra tests to temptable2.test.
2016-04-11  drhPerformance optimization for the sqlite3ExprListDelete...
2016-04-11  drhPerformance optimizations in the column cache of the...
2016-04-11  danFixes for OOM and IO error handling with temp file...
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  danUpdate this branch with the latest changes from the...
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-06  danFor a pager backed by a temp file, store the main journ...
2016-04-06  danFix a problem in test script lock.test. Fix minor issue...
2016-04-06  danAdd tests to this branch. Fix a problem with temporary...
2016-04-05  drhRemove an unnecessary branch in the sqlite3LogEstToInt...
2016-04-05  danDefer opening the file used for the temp database ...
2016-04-05  drhCarry table column types through into VIEW definitions...
2016-04-05  mistachkinRemove superfluous directories from the Makefile clean...
next