]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-02-17  drhAdd logic to do test coverage measurements on the VDBE... insert-optimization
2014-02-17  drhAdd a test case for OP_SoftNull.
2014-02-17  drhMerge the VDBE_PROFILE fixes from trunk.
2014-02-17  drhAvoid unnecessary calls to applyAffinity() during INSER...
2014-02-17  drhFix the VDBE_PROFILE logic. Add a script to process...
2014-02-16  drhEnhance the code generator for INSERT INTO ... SELECT...
2014-02-14  drhSeek past NULLs in a top-constrained search. Avoid...
2014-02-14  drhReduce the number of cases where it is necessary to...
2014-02-14  drhAdd OP_IdxGT and OP_IdxLE as distinct opcodes. Formerl...
2014-02-14  mistachkinRevise how the Tcl system encoding is handled by the...
2014-02-13  mistachkinImprovements to the makefile and README for MSVC.
2014-02-13  danEnsure that if the "psow=0" URI option or FCNTL_POWERSA...
2014-02-13  drhChange README to README.md and expand it. Remove unrel...
2014-02-13  danAvoid passing a flags argument with the internal WAL_SY...
2014-02-13  drhUpdate the tclconfig files to the latest from http...
2014-02-12  drhMinor simplifications to the "zeroPage()" routine in...
2014-02-12  drhRemove the "rowid cache" that sought to remember the...
2014-02-12  drhMake sure "rowid" columns are correctly resolved in...
2014-02-11  drhIncrease the version number to 3.8.4
2014-02-11  drhUpdates to the command-line shell. Simplify the banner...
2014-02-11  drhFixes to the "editline" support in the command-line...
2014-02-11  drhMake sure that virtual WHERE-clause terms do not get...
2014-02-10  drhFix a pointless conditional. Add a test case.
2014-02-10  drhAdd the ".save" command as an alias for ".backup".... memdb-warning
2014-02-10  drhOn unix, make the "transient in-memory database" text...
2014-02-10  drhIn the command-line shell, on the banner, warn about...
2014-02-10  drhFix the compound-select-to-subquery converter so that...
2014-02-10  drhModify the command-line shell to print a warning when...
2014-02-10  drhImprovements to a "Synopsis:" comment in the VDBE engine.
2014-02-10  drhFaster implementation for sqlite3MulInt64().
2014-02-10  drhFaster and smaller implementation of sqlite3_value_type().
2014-02-09  drhAdd a compound-query test to the speedtest1 test program.
2014-02-09  drhUse the WITH clause to help resolve names for SELECT...
2014-02-09  drhAdd the Mandelbrot Set testcase to the "cte" testset...
2014-02-09  drhAdd a new "testset" to the speedtest1 program: The...
2014-02-08  drhDo away with the "multi-register pseudo-table" abstrati...
2014-02-08  drhChange the OP_Found opcode so that it expands zero...
2014-02-08  drhFix a harmless compiler warning in VS2013.
2014-02-08  drhFix a harmless compiler warning in VS2013.
2014-02-08  drhTweaks to the generated VDBE code to make it a little...
2014-02-08  drhEnable constant expression factoring even if no tables...
2014-02-08  drhChange the OP_Trace opcode to OP_Init and give it the...
2014-02-07  drhAdd opcodes OP_InitCoroutine and OP_EndCoroutine. ...
2014-02-07  drhFix redundant definitions of _LARGE_FILE and _LARGEFILE...
2014-02-07  drhIn the TCL bindings, make sure Tcl_AppendResult() is...
2014-02-07  drhChange the OP_InitCoroutine instruction to jump over... coroutine-refactor
2014-02-07  drhGet rid of the OP_Undef and OP_IsUndef opcodes in favor...
2014-02-07  drhAdd the OP_Undef and OP_IsUndef opcodes. With these...
2014-02-07  mistachkinMore comment updates. No changes to code.
2014-02-07  drhUpdate comments in vdbe.c. No changes to code.
2014-02-06  drhDelete the OP_VerifySchema opcode. Enhance OP_Transact...
2014-02-06  drhChange the spellfix1 virtual table to deterministically...
2014-02-06  drhAdd additional error messages and a progress spinner...
2014-02-06  mistachkinRename the '.repair' shell command to '.clone'.
2014-02-06  drhAdd the ".repair" command to the command-line shell.
2014-02-05  mistachkinIn the Win32 VFS, the winSysInfo variable should be...
2014-02-04  drhDo not mark the ephemeral tables used to hold the RHS...
2014-02-04  drhRemove the SF_Materialize flag from the SELECT object...
2014-02-04  drhRearrange fields in the Parse object for a tighter...
2014-02-03  drhPerformance optimizations in sqlite3PcacheFetch().
2014-02-03  drhProvide hints to the btree layer Next and Previous...
2014-02-03  drhVersion 3.8.3 version-3.8.3
2014-02-03  drhMinor change to TEA extension docs in an attempt to...
2014-01-31  drhUpdate the "sqlite3.1" unix manpage document.
2014-01-31  mistachkinMinor change to TEA extension docs in an attempt to... teaDoc
2014-01-30  drhUpdate evidence marks on SELECT tests. Comment changes...
2014-01-30  drhFix requirements marks only. No changes to code or...
2014-01-30  drhUpdate a requirement mark and add some additional test...
2014-01-30  mistachkinEnhance the MSVC makefile for better debugging symbol...
2014-01-30  danDo not run test script mmapfault.test as part of the...
2014-01-30  mistachkinEnhance the MSVC makefile for better debugging symbol... msvcDebug
2014-01-29  drhMake sure that sqlite3SelectDup() initializes the nSele...
2014-01-28  drhFix harmless compiler warnings in the showdb utility...
2014-01-28  drhFix a potential over-size and hence undefined shift...
2014-01-28  danMinor bugfix in main.c so that the library builds with...
2014-01-27  danFix a couple of problems with new test scripts causing...
2014-01-27  drhUpdate some requirements marks to conform with improvements
2014-01-27  danFix a problem in pagerfault.test causing an assert...
2014-01-27  drhFix (harmless) duplicate variable declaration.
2014-01-27  danFix some problems in test scripts. No code changes.
2014-01-25  danFix a problem causing SQLITE_OMIT_COMPOUND_SELECT build...
2014-01-24  drhFixes for various clang warnings.
2014-01-24  danSelect collation sequences for ORDER BY expressions...
2014-01-24  mistachkinFix harmless compiler warnings in the Tcl interface.
2014-01-24  danAdd test cases for LIMIT and ORDER BY on recursive...
2014-01-24  drhUse an unsigned integer to accumulate the string hash...
2014-01-24  drhAdd a few more CTE test cases to closure.test.
2014-01-24  drhAdd test cases that compare the performance of the...
2014-01-24  drhAdd test cases showing the use of ORDER BY on a recursi...
2014-01-23  danModifications to test files to omit any tests that...
2014-01-22  danAvoid an extra seek when inserting records into the...
2014-01-22  drhFix harmless compiler warnings.
2014-01-22  drhChange the WITH RECURSIVE implementation to use a queue...
2014-01-22  drhAdd support for LIMIT and OFFSET in a recursive query. cte-via-queue
2014-01-22  danUpdate the spellfix virtual table to optimize queries...
2014-01-22  drhGet ORDER BY working for recursive queries.
2014-01-22  drhAdd new SelectDest codes, SRT_Queue and SRT_DistQueue...
2014-01-22  danFix a typo in a comment. No changes to code or tests.
2014-01-22  drhRemove an unnecessary parameter from selectInnerLoop...
2014-01-21  drhChange the recursive common table expression algorithm...
next