]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-05-27  drhImproved comments on the OR-optimization logic in the...
2014-05-27  drhRemove unused code (previously #ifdef-ed out) from...
2014-05-27  drhFix a harmless compiler warning in the FTS4 logic.
2014-05-27  danAdd a test to whereI.test that uses a multi-column PK.
2014-05-27  drhFix for (unsupported) SQLITE_USE_FCNTL_TRACE code.
2014-05-26  drhAdd the OR-optimization to WITHOUT ROWID tables.
2014-05-26  drhMinor enhancements to comments and clarification of... without-rowid-or-opt
2014-05-26  drhAdd a missing VdbeCoverage() macro on an OP_Found opcod...
2014-05-26  drhMerge recent trunk changes into the threads branch.
2014-05-26  danEnable the OR optimization for WITHOUT ROWID tables...
2014-05-26  drhMerge recent trunk changes into the sessions branch.
2014-05-26  danFix a problem in the shell when importing CSV files...
2014-05-26  danFix a problem in FTS4 where columns with names that...
2014-05-24  drhRemove references in comments to VDBE opcodes that...
2014-05-23  danChanges to the output of EXPLAIN QUERY PLAN to make...
2014-05-23  drhIn the command-line shell, if three or more interrupt...
2014-05-23  drhMake sure sufficient VDBE registers are allocated for...
2014-05-22  danAdd a test for the EQP output of a skip-scan query...
2014-05-21  drhDo not burn memory remembering CHECK constraints in...
2014-05-21  drhFix the sqlite3_db_readonly() API so that it reports...
2014-05-20  drhImprovements to the testability of the threads.c module.
2014-05-20  drhIn vdbesort.c, change the names of PmaReader variables...
2014-05-20  drhMerge recent trunk changes into the sessions branch.
2014-05-19  drhMerge recent changes from trunk.
2014-05-17  danInternally, use a 64-bit integers for segment level...
2014-05-17  danFix a broken test case in fts4growth2.test.
2014-05-16  mistachkinFix harmless compiler warnings. ftsWarnings
2014-05-16  mistachkinWork around compilation issue with MSVC.
2014-05-16  drhRearrange some conditionals and add #if statements...
2014-05-16  drhAdd a pair of sqlite3FaultSim(100) calls to vdbesort...
2014-05-16  danFixes to prevent an FTS index from growing indefinitely...
2014-05-16  danAdd extra test to backcompat.test to ensure that old... fts4-experimental
2014-05-16  drhMerge all recent changes from trunk, and especially...
2014-05-16  drhRepurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-contro...
2014-05-16  drhUse #ifdef logic to avoid an always-true branch when
2014-05-16  danFix a bug causing an incorrect segment size value to...
2014-05-15  danMerge latest trunk changes with this branch.
2014-05-15  danFix a problem with the handling of delete markers by...
2014-05-15  drhUse #ifdef to omit code that is not used when SQLITE_MA...
2014-05-14  danDo not search for promotable segments following an...
2014-05-14  danFix a problem to do with loading the value of the FTS...
2014-05-14  danFix various problems to do with segment promotion....
2014-05-13  danFix a problem preventing delete markers from ever being...
2014-05-12  mistachkinImprove a comment in the MSVC makefile. No changes...
2014-05-12  mistachkinAdd VSIX packaging support for Windows Phone 8.1 using...
2014-05-12  danExperimental code to prevent FTS indexes from growing...
2014-05-12  mistachkinIn mutex_w32.c, make inclusion of the Windows header...
2014-05-12  drhIn the sorter, only use large memory allocations if...
2014-05-10  mistachkinMerge updates from trunk. Emit the AppliesTo and Depen... vsixWinPhone81
2014-05-10  mistachkinWhen using Visual Studio 2013, add the appropriate...
2014-05-09  mistachkinFurther MSVC makefile changes to support Windows Phone...
2014-05-09  mistachkinMerge updates from trunk.
2014-05-09  mistachkinWhen cross-compiling with the MSVC makefile, make sure...
2014-05-09  danMerge the latest trunk changes into the threads branch.
2014-05-09  danAdd new static mutex SQLITE_MUTEX_STATIC_APP3.
2014-05-08  mistachkinFix static variable declaration issue on Windows.
2014-05-07  drhInclude sqlite3rtree.h in the tsrc/ pile of source...
2014-05-07  drhRemove a superfluous variable initialization.
2014-05-07  drhA better fix for the group_concat() problem.
2014-05-07  danFix the way parenthesis in MATCH expressions are handle...
2014-05-07  drhMake sure the group_concat() function returns an empty...
2014-05-07  drhEnsure that the sqlite3StrAccumAppend() routine is... tkt-55746f9e
2014-05-07  drhMake sure the group_concat() function returns an empty...
2014-05-07  drhAdd the SQLITE_IOCAP_IMMUTABLE bit as a possible return...
2014-05-07  drhFix nolock and immutable so that they work even if... win32-none
2014-05-07  drhAdd test cases and documentation for the nolock and...
2014-05-06  mistachkinMerge updates from trunk.
2014-05-06  mistachkinUpdate the template VSIX package file as well.
2014-05-06  mistachkinMerge updates from trunk.
2014-05-06  mistachkinEnhance the VSIX package creation tool to better suppor...
2014-05-06  danAdd a little extra variety to the tests in sort4.test.
2014-05-06  danRe-implement the core of the multi-threaded sorter...
2014-05-06  mistachkinRefactor VSIX package creation tool to better support...
2014-05-05  mistachkinMerge updates from trunk.
2014-05-05  mistachkinWhen building for Windows 8.0 using Visual Studio 2013...
2014-05-05  mistachkinMore modularization work on the MSVC batch build tool.
2014-05-05  mistachkinMerge updates from trunk.
2014-05-05  drhCreate new header file "os_setup.h" used to detect...
2014-05-05  mistachkinWork on cleaning up the MSVC batch build tool integrati...
2014-05-05  drhAttempt to fix the build on beagleboard. winHdr
2014-05-05  danAdd test file sort4.test, containing brute force tests...
2014-05-05  mistachkinCentralize and reform use of the Win32 related include...
2014-05-05  mistachkinMerge updates from trunk.
2014-05-05  mistachkinMerge updates from trunk.
2014-05-05  mistachkinFix several header file comments. No changes to code.
2014-05-05  danFix a race condition in the sorter code.
2014-05-05  danAdd tests so that the "coverage-sorter" test permutatio...
2014-05-03  danAdd an extra fault-injection test to sortfault.test...
2014-05-03  danFix a race condition in the sorter.
2014-05-03  danFix a problem in the sorter causing it to return spurio...
2014-05-03  drhGet SQLITE_MUTEX_STATIC_APP1 and _APP2 working for...
2014-05-03  drhAdd two new static mutexes, SQLITE_MUTEX_STATIC_APP1...
2014-05-03  drhAdd the SQLITE_DEFAULT_WORKER_THREADS compile-time...
2014-05-02  mistachkinEnhance the Win32 VFS I/O retry logic.
2014-05-02  mistachkinMerge updates from trunk. winIoRetry
2014-05-02  mistachkinMerge updates from trunk.
2014-05-02  mistachkinFix typo in Windows makefile. Make sure the WaitForSin...
2014-05-02  drhDo not run the vdbeRecordCompareDebug() assert if pKeyI...
2014-05-02  danMerge orderby-planning with this branch.
2014-05-02  drhSimplify assert() statements used to verify correct...
next