]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-10-26  drhAdd QNX-specific performance tweaks to the unix VFS...
2012-10-26  drhMake sure all virtual table cursors have been closed...
2012-10-26  drhMake sure all virtual table cursors have been closed... deferred-close-order
2012-10-25  danFix a bug in fts3 causing it to return SQLITE_NOMEM...
2012-10-25  mistachkinFix typo in usage text for the command-line shell....
2012-10-25  drhImprovements to the command-line argument parsing in the
2012-10-19  drhMake sure substructure elements have proper alignment...
2012-10-19  mistachkinAdd detailed comments to the build tools used to genera...
2012-10-18  drhPut auxiliary libraries after libsqlite3.a in the testf...
2012-10-18  drhMerge Watcom compiler warning fixes into trunk.
2012-10-18  mistachkinMore warning fixes.
2012-10-18  mistachkinFix harmless compiler warnings.
2012-10-17  danAdd a comment to fts3_snippet.c.
2012-10-17  danInitialize variables used as outputs of custom tokenize...
2012-10-17  danAdd a test for the problem fixed by [bf44d73d3e].
2012-10-17  danChange the way the tcl crash-test code works to avoid...
2012-10-17  drhRemove an incorrect "#ifndef SQLITE_OMIT_AUTOVACUUM...
2012-10-15  mistachkinCorrect comments and enhance readability of the mkvsix...
2012-10-15  danHold the mutex on the shared-cache for the duration...
2012-10-15  drhDequote column names generated by the query flattener.
2012-10-15  danFix a failing assert() in wal.c.
2012-10-13  drhEnsure that when the source of a backup is a database...
2012-10-13  drhMark an always-true conditional as such. zero-byte-backup-fix
2012-10-13  mistachkinModify backup4 test name prefix to make the resulting...
2012-10-13  danEnsure that when the source of a backup is a database...
2012-10-13  mistachkinAllow the showdb tool to be compiled with MSVC.
2012-10-12  mistachkinTooling support for including the debug build in the...
2012-10-10  mistachkinFix duplicate test name in whereD.test.
2012-10-10  drhDefine the sqlite3PagerWalFramesize() function even...
2012-10-10  drhAdd support for URI filenames in sqlite3_analyzer.
2012-10-10  danMove a couple of WAL-related function declarations...
2012-10-09  drhMerge the fix for ticket [d02e1406a58ea02] into trunk.
2012-10-09  drhAttempt to suppress warnings generated by Coverity.
2012-10-09  drhAvoid an assertion fault and/or freeing memory while...
2012-10-09  drhBring some comments up to date in the query planner...
2012-10-09  drhRemove an unused variable. Fix code that occurs before...
2012-10-09  drhReplace an always-false conditional with an assert().
2012-10-08  drhChanges to facilitate full test coverage.
2012-10-08  drhMerge ORDER BY optimization refactoring and repair...
2012-10-08  drhAll test cases (veryquick.tcl and min.rc) pass. A... qp-enhancements
2012-10-08  drhFurther tweaks to the ORDER BY optimizer, to fix a...
2012-10-08  drhBug fixes in the ORDER BY optimizer.
2012-10-08  drhContinued refactoring of the ORDER BY optimization...
2012-10-08  mistachkinManually define the Win32 file-mapping APIs for WAL...
2012-10-07  mistachkinCorrections to test names to eliminate duplicates and...
2012-10-07  mistachkinManually define the Win32 file-mapping APIs for WAL... winFileMapping
2012-10-06  mistachkinChanges for WinRT compatibility. Also, allow version...
2012-10-05  danFix a problem in shared-cache mode where a COMMIT state...
2012-10-05  danMerge the shared-cache related fixes from the shared...
2012-10-05  danAdd a test for the collation-sequence/CHECK constraint...
2012-10-05  danFix a problem with shared-cache mode and CHECK constrai...
2012-10-05  drhConsolidate all occurrences of the "no such collation...
2012-10-05  mistachkinRename a tool batch file subroutine to avoid confusion...
2012-10-04  danShared-cache mode fixes for views and virtual tables.
2012-10-04  drhYet another refactoring of ORDER BY logic in the query...
2012-10-03  drhFix an out-of-order memset() that occurs before all...
2012-10-03  drhUpdate the query planner to recognize more cases where...
2012-10-03  drhFix a query planner problem that only occurs when cover...
2012-10-03  drhFix the TCL interface so that SQL functions implemented...
2012-10-03  drhFurther attempts to optimize out unnecessary ORDER...
2012-10-02  mistachkinWork around an optimization issue with the MSVC compile...
2012-10-02  drhMore lenient handling of ORDER BY optimization in joins...
2012-10-02  drhOnly continue an ORDER BY optimization into inner loops...
2012-10-02  drhFactor an invariant out the loop termination condition...
2012-10-02  drhMake sure the outer loop cursor numbers are recorded...
2012-10-02  drhImprovements to the wheretrace output.
2012-10-01  drhFix harmless compiler warnings.
2012-10-01  mistachkinFix several compiler warnings seen with MSVC. msvcWarnings
2012-10-01  danAdd SQLITE_FCNTL_BUSYHANDLER. Invoked to provide access...
2012-10-01  drhMinor changes to the query planner for improved test...
2012-10-01  drhOmit the sqlite3GetReservedNoMutex() routine in build...
2012-10-01  drhMake sure the size parameter to read and write VFS...
2012-10-01  danEnsure that the value returned by xSectorSize() is...
2012-09-29  drhImproved ORDER BY optimization when outer loops of...
2012-09-29  drhDisable the bigfile tests on Macs.
2012-09-29  drhFix compiler warnings found on Lion.
2012-09-28  danAvoid calling sqlite3BtreeEnter() in a corner case...
2012-09-28  mistachkinModify the clearCell function to use SQLITE_CORRUPT_BKP...
2012-09-28  drhQuery planner enhancements to be more agressive about...
2012-09-27  drhFix some corner case behavior in the new ORDER BY optim...
2012-09-27  mistachkinModify generation of resource header file for MSVC...
2012-09-27  drhMore test cases an bug fixes for the ORDER BY optimizat...
2012-09-27  drhTest cases and bug fixes applied to the ORDER BY optimi...
2012-09-27  drhAdd more bits to the bit vector that is used to disable...
2012-09-27  drhEnable ORDER BY clauses that span joins to be optimized...
2012-09-27  drhMerge the "PRAGMA busy_timeout" change into trunk.
2012-09-27  drhFurther tweaks to the query planner logic in preparatio...
2012-09-26  drhFurther refactoring of the ORDER BY related query-plann...
2012-09-25  drhAugment the WhereBestIdx structure to pass down into...
2012-09-25  drhPass information around between the major routines...
2012-09-24  drhRemove an unused subfunction parameter and an obsolete...
2012-09-24  drhChange the internal sqlite3WhereBegin() to report that...
2012-09-24  drhUpdate documentation to describe the threadsafety of
2012-09-21  drhEnable query planner tracing using the new (and undocum...
2012-09-21  drhCommand-line shell enhancements: Added the ".print...
2012-09-21  drhConsolidate more of the DISTINCT processing logic into...
2012-09-20  drhContinuing incremental enhancements of SELECT code...
2012-09-20  drhRefactoring of DISTINCT code. Change the name of the...
2012-09-19  drhTighter VDBE code for the WHERE_DISTINCT_ORDERED case...
2012-09-19  drhAdd comments to the WHERE_DISTINCT_* macros. No change...
next