]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-10-12  mistachkinMerge updates from trunk. toTypeFuncs
2013-10-12  drhRestore the index_list pragma back to its former operat...
2013-10-12  danFix handling of "DROP TABLE" commands when "PRAGMA...
2013-10-12  drhAdd tests that demonstrate that PRAGMA defer_foreign_ke...
2013-10-12  mistachkinFix harmless compiler warning.
2013-10-12  mistachkinPermit the creation of VSIX packages for Win32.
2013-10-12  mistachkinFix Unicode character encoding issues on Windows.
2013-10-11  drhIdentify requirements text in the SQLITE_CONFIG_ docume...
2013-10-11  mistachkinThe split amalgamation option should be disabled by...
2013-10-11  mistachkinEnhance debugging support for the split amalgamation...
2013-10-11  drhFix a harmless compiler warning in lemon.c.
2013-10-11  mistachkinAdd -no-undefined option when linking the shared libraries.
2013-10-11  mistachkinFix test numbering.
2013-10-11  drhAdd requirements marks. No code changes.
2013-10-11  drhAdditional test cases and requirements marks for the...
2013-10-11  drhFix various harmless compiler warnings. Change the...
2013-10-11  drhMake sure the sqlite3.h file occurs at the very top...
2013-10-11  mistachkinFix compilation issue for WinRT.
2013-10-10  drhAdd a rule to the main.mk makefile for building showdb.
2013-10-10  drhEnhancements to the vfslog.c module to show all change...
2013-10-10  drhAnother fix to the hash signature algorithm in vfslog.c.
2013-10-10  drhFix the hash signature algorithm in vfslog.c. Add...
2013-10-10  danAdd ext/misc/vfslog.c, a VFS shim for unix that keeps...
2013-10-10  drhEstimate row sizes for tables and indices and use those...
2013-10-09  drhMake sure the correct printf format is used for type... row-size-est
2013-10-08  drhMove a conditional inside of an #ifdef in order to...
2013-10-08  drhFix test cases for the new information in PRAGMA index_...
2013-10-08  drhRollback some of the previous changes in the branch...
2013-10-08  drhUse #ifdefs to omit unused code in the columnType(...
2013-10-08  drhFurther refinement of the idea of multiplying run-time...
2013-10-07  mistachkinFix compilation issue with MSVC.
2013-10-07  drhMultiply all cursor step cost estimates by the estimate...
2013-10-07  drhMerge bug fixes from trunk.
2013-10-07  drhRestore the hexrekey pragma which was accidently delete...
2013-10-06  drhRemove an incorrect debugging assert() that was acciden...
2013-10-06  drhAccept the sz=N parameter on table-only lines of sqlite...
2013-10-05  drhFix an issue in the test8.c test module that arises...
2013-10-05  drhCompletely remove the iScanRatio field. The PRAGMA...
2013-10-05  drhImprovements to the LogEst command-line tool used to...
2013-10-05  drhBegin an experimental refactoring to estimate the avera...
2013-10-05  drhIn the index_list pragma, make sure the "r" column... index-scan-rate
2013-10-04  drhMerge trunk changes.
2013-10-04  drhFurther refinements of the index scanning speed logic.
2013-10-04  danIf an "INSERT INTO ... SELECT" can use the xfer optimiz...
2013-10-04  drhFix test cases so that they work when the query planner...
2013-10-04  drhImproved estimates of the relative speed of index scans...
2013-10-04  drhProgress toward using the iScanRatio information on...
2013-10-04  drhMake sure the count(*) optimization works correctly...
2013-10-03  danHave FTS take advantage of "docid<?" constraints when...
2013-10-03  danMerge latest trunk changes. fts4-docid-range-constraints
2013-10-03  danAllow FTS4 multi-token phrases to use a combination...
2013-10-03  drhExperimental branch allowing different postulated scan...
2013-10-03  drhThe sqlite3FixInit() routine cannot fail. So change...
2013-10-03  drhRework the PRAGMA implementation to only call sqlite3Re...
2013-10-03  danReturn an error if an attempt is made to create a trigg...
2013-10-03  drhRemove unnecessary memset() calls from test code.
2013-10-02  drhIn the lemon parser generator, change all hashes to...
2013-10-02  danAdd a test to check that the new multi-token phrase...
2013-10-01  drhBring some file format comments in btreeInt.h up to...
2013-10-01  danMerge trunk changes with this branch.
2013-10-01  danAllow multi-token phrases to load doclists from the...
2013-10-01  drhFix comments in the fast_vacuum.c demonstration program.
2013-10-01  drhAdd the "fast_vacuum.c" demonstration program to the...
2013-10-01  drhChange the ".dump" command in the command-line shell...
2013-09-30  drhFix a minor typo in a comment in where.c.
2013-09-30  drhAdd some timing tests to the amatch test script.
2013-09-30  danMerge trunk changes with this branch.
2013-09-30  danFix a performance problem in the FTS4 auxiliary functio...
2013-09-30  drhFix memory leaks in the amatch extension. Add a few...
2013-09-30  danHave fts4 full-text queries consider "docid<?" and...
2013-09-30  drhUpdate and modernize an obsolete comment associated...
2013-09-29  mistachkinFix typo in comment. No changes to code.
2013-09-28  danAdd new test file fts3defer3.test.
2013-09-28  drhIn the nextchar.c extension, allow the second argument...
2013-09-28  drhUpdates to the sqlite3_analyzer utility: Change the...
2013-09-26  danObtain the required shared-cache write-lock when execut...
2013-09-26  danFix a faulty assert() in sqlite3BtreeBeginTrans() that...
2013-09-24  mistachkinMerge updates from trunk.
2013-09-18  danTest that the unicode61 tokenchars= and separators...
2013-09-17  drhClear the current time value on prepared statements...
2013-09-16  mistachkinReadability improvements to the Win32 RC file.
2013-09-16  mistachkinMinor consistency fixes to the Win32 RC file.
2013-09-16  drhThe date and time functions use the exact same notion...
2013-09-13  mistachkinFix Windows SDK compiler warning.
2013-09-13  mistachkinFix test issues for Windows portability.
2013-09-13  mistachkinVSIX tooling changes to support Visual Studio 2013.
2013-09-13  drhFix the "const" qualifiers on the pragma name table.
2013-09-13  drhAdd the soft_heap_limit pragma.
2013-09-13  drhTweak the new PRAGMA name parser to achieve full branch...
2013-09-13  drhRemove one unreachable branch and add asserts() to...
2013-09-13  drhAdjust the query planner to take into account WHERE...
2013-09-13  drhEnhance the pragma lookup table generator script to...
2013-09-13  drhChange the PRAGMA parser to use a binary search for...
2013-09-13  danAdd tests for the fts4 unicode61 tokenchars and separat...
2013-09-12  drhRefactor the ExprSetIrreducible() macro into ExprSetVVA... unlikely-func
2013-09-12  drhFix typo in a macro name: "GlogUpperToLower" should...
2013-09-12  drhMerge in the Expr.flags expansion to 32-bits. Use...
2013-09-12  drhIncrease the number of bits available in Expr.flags... expr-tuning
2013-09-12  mistachkinFor error log messages generated by the Win32 native...
2013-09-12  mistachkinFix a couple more harmless compiler warnings.
next