]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-08-28  mistachkinUpdate list of supported Tcl shells to include 8.6... mmapDisabled
2013-08-28  mistachkinFix a couple comments.
2013-08-28  mistachkinIn the win32longpath test, move the journal mode change...
2013-08-28  mistachkinSupport database file names longer than 260 characters...
2013-08-28  mistachkinMake names of private functions in the Win32 VFS consis...
2013-08-28  mistachkinRemove hard-coding of the directory separator in the...
2013-08-28  mistachkinFix several harmless compiler warnings. Fix a couple...
2013-08-26  mistachkinPreparation for further Windows path name handling...
2013-08-26  mistachkinChange MAX_PATH related defines to use character length...
2013-08-26  mistachkinMerge updates from trunk.
2013-08-26  danFix for builds with both SQLITE_OMIT_WAL and SQLITE_MAX...
2013-08-26  drhVersion 3.8.0 version-3.8.0
2013-08-24  mistachkinSeveral modifications to the use of the MAX_PATH macro...
2013-08-24  mistachkinFix a couple compilation issues on Unix.
2013-08-24  mistachkinUnify the result of PRAGMA mmap_size when mmap support...
2013-08-23  drhAdjust #ifdefs to get SQLITE_OMIT_AUTOMATIC_INDEX and...
2013-08-23  drhFix a requirements comment in a test case. No changes...
2013-08-23  danModify script mkautoconfamal.sh to use the download...
2013-08-22  drhDefer the creation of automatic indices until the index...
2013-08-21  drhSimplify the btreeGetPage() routine so that it uses...
2013-08-21  drhMinor performance tweaks to the pager.
2013-08-21  drhRefactor the sqlite3_randomness() implementation for...
2013-08-21  drhSimplification to the StrAccum object and the sqlite3St...
2013-08-21  danMinor fixes for test cases. No code changes.
2013-08-21  mistachkinFix typo in test.
2013-08-21  drhUpdate sqlite3MemCompare() to try common cases first...
2013-08-21  danIf a virtual table xSync() returns an error message...
2013-08-21  drhPerformance enhancement in btreeParseCellPtr().
2013-08-21  danFix an FTS4 problem introduced by [361084e1eb].
2013-08-21  danCandidate fix for [d666d600a6].
2013-08-21  danFix a minor problem in progress.test. No code changes.
2013-08-20  danFix a couple of test scripts to work with DEFAULT_AUTOV...
2013-08-20  danFix an invalid assert() in where.c. Also a crash that...
2013-08-20  drhIgnore IS NOT NULL and NOT NULL constraints on NOT...
2013-08-20  danTest script changes to support testing sqlite3_interrupt().
2013-08-20  drhPerformance optimizations in the VDBE and especially...
2013-08-19  drhPerformance improvement in sqlite3BtreeNext() and sqlit...
2013-08-19  danInitialize a variable in fts3_write.c on the grounds...
2013-08-19  danFix test script pragma2.test so that it works with...
2013-08-19  danAdd some extra assert() statements to silence a few...
2013-08-19  drhRemove unused variables from the command-line shell...
2013-08-19  drhFix a potential reference off the end of an array in...
2013-08-19  drhFixes for harmless compiler warnings.
2013-08-17  drhAdd the cache_spill pragma. Change the fullfsync and...
2013-08-17  drhThe fullfsync, checkpoint_fullfsync, and cache_spill... cache_spill
2013-08-17  drhTest cases for the cache_spill pragma.
2013-08-16  drhAdd the cache_spill pragma.
2013-08-15  drhMake sure that GROUP BY terms select input column names...
2013-08-15  drhBare identifiers in ORDER BY clauses bind more tightly...
2013-08-15  mistachkinMake it easy to attach a debugger the test fixture...
2013-08-15  drhClarification and typo fixes in comments related to...
2013-08-15  mistachkinMake it easy to attach a debugger the test fixture... dbgTestFixture
2013-08-14  mistachkinFix a few more minor comment typos. No changes to...
2013-08-13  mistachkinFix an outdated comment and a comment typo. No changes...
2013-08-08  drhIf the SQLITE_EXTRA_INIT function is defined, make...
2013-08-07  drhIf the SQLITE_ALLOW_URI_AUTHORITY compile-time option...
2013-08-07  drhAdd a guard #ifndef to test_intarray.h to prevent harm...
2013-08-07  drhFix typos and add clarification to comments in where...
2013-08-06  drhFix a test case related to partial indices so that...
2013-08-06  drhAdjust #ifdefs in test_autoext.c so that it compiles...
2013-08-06  drhUpdate the configure script to use the latest version...
2013-08-06  drhAdd a testcase() macro to verify OOM coverage.
2013-08-06  drhRemove unreachable branches in expr.c, replacing them...
2013-08-06  drhFor the ".import" command of the command-line shell...
2013-08-06  drhClean up the input reader in the command-line shell...
2013-08-06  drhMore than double the speed of the resolveP2Values(...
2013-08-05  drhPerformance optimization: Avoid calling convertCompound...
2013-08-05  mistachkinFor the vtshim module, always zero out the xChildDestro...
2013-08-05  drhFactor all KeyInfo object allocations into a single...
2013-08-05  drhImprove performance of sqlite3VdbeRecordCompare() by...
2013-08-05  drhAdd a missing '#include "tcl.h"' to test_rtree.c.
2013-08-02  drhUpdates to requirements marks. No code changes.
2013-08-02  drhAdd NEVER() and ALWAYS() macros on some unreachable...
2013-08-02  drhAdd support for partial indices.
2013-08-02  drhSilently ignore database name qualifiers in CHECK const... partial-indices
2013-08-02  drhFix typos in documentation for SQLITE_DBSTATUS_DEFERRED...
2013-08-01  drhFix the CREATE INDEX statement so that trying to create...
2013-08-01  drhFix an incorrect expected result in a test case in...
2013-08-01  drhFix a potential buffer overread in sqlite3VdbeRecordCom...
2013-08-01  drhMake sure signed integer overflow does not cause a...
2013-08-01  danAdd test case for the problem fixed by [127a5b776d].
2013-08-01  drhAn improved method for avoiding the use of the STAT3...
2013-08-01  drhAvoid using left-most column STAT3 samples if the left...
2013-08-01  drhFix bug in the logic that determines the end of a CREAT...
2013-08-01  drhMore test cases and corresponding bug fixes.
2013-08-01  drhFill out an initial implementation of the sqlite3ExprIm...
2013-08-01  drhRefactor internal function name sqlite3VdbeGetValue...
2013-08-01  drhFix the ANALYZE command to work with partial indices.
2013-08-01  drhTest cases and bug fixes for the partial index logic.
2013-08-01  drhAdd the logic to keep partial indices up to date throug...
2013-07-31  mistachkinLimit the number of memset() calls used when determinin...
2013-07-31  drhAdd logic to the query planner to only use partial...
2013-07-31  mistachkinSlight modifications to path name translation handling...
2013-07-31  mistachkinUse a new error code to represent a failure to get...
2013-07-31  drhThe MAX_PATH constant in windows is measured in charact...
2013-07-31  drhResolve names in CREATE INDEX WHERE clauses and detect...
2013-07-31  drhHere begins an experimental branch for exploring the...
2013-07-30  drhReduce the size of the stack required by the codeOneLoo...
2013-07-29  mistachkinFor the MSVC makefile, recompile vdbe.lo and parse...
2013-07-29  drhComment and preprocessor macro cleanup.
next