]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
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.
2016-04-05  drhUse SQLITE_WITHIN() for pointer range comparisons in...
2016-04-05  drhDo not allow pointer arithmetic to move a pointer acros...
2016-04-04  drhFix documentation typos. Comment changes only. No...
2016-04-04  mistachkinImprove error messages from the 'shell1-5.0' test.
2016-04-04  drhImproved handling of UTF8 by the command-line shell.
2016-04-04  drhAdd the ".auth ON|OFF" command to the command-line...
2016-04-04  danTest that the view name is passed to the authorization...
2016-04-04  mistachkinAdd and enhance the new tests. altShellFix
2016-04-04  drhEnhance sqlite3session_apply() and sqlite3session_apply...
2016-04-04  drhMinor performance optimization in the comparison opcode...
2016-04-04  drhFix harmless compiler warnings.
2016-04-04  mistachkinRefinements to the previous check-in.
2016-04-04  mistachkinExperimental changes to the command line shell to make...
2016-04-04  mistachkinMore refactoring and cleanup work on the Win32 string...
2016-04-03  mistachkinRevise and enhance the Win32 string conversion routines.
2016-04-03  mistachkinReplace the new fprintf() calls.
2016-04-03  mistachkinMerge updates from trunk.
2016-04-01  drhPreupdate hook documentation fixes. No changes to...
2016-04-01  drhWhen reading an sqlite_stat1 table with missing entries...
2016-03-31  mistachkinUpdate the clean target in the MSVC makefile.
2016-03-31  drhEnhance the query planner so that IS and IS NULL operat...
2016-03-31  danAdd another OOM test to this branch. session-retry
2016-03-31  danAdd further tests for the code on this branch. Fix...
2016-03-31  drhEnhanced comments describing the sessions file format...
2016-03-31  drhFix the return code in sessionRetryConstraints().
2016-03-30  danHave the sqlite3session_apply() function and its stream...
2016-03-30  mistachkinUpdates for the MSVC makefiles.
2016-03-30  mistachkinFix typo in comment. No changes to code.
2016-03-30  drhSimplifications and clarification to update callback...
2016-03-30  drhIncrease the version number to 3.13.0 on account of...
2016-03-30  drhRemove a redundant test for disabling RESTRICT with...
2016-03-30  drhIncorporate the sessions extension and the
2016-03-30  drhAvoid compiler warnings and excess opcodes when SQLITE_... sessions
2016-03-30  drhImprovements to the performance testing program "speedt...
2016-03-29  drhMerge changes for 3.12.0.
2016-03-29  drhVersion 3.12.0 version-3.12.0
2016-03-28  drhFix the multiplexor so that it does not assume that...
2016-03-26  drhMore changes to the shellN.test scripts to get them...
next