]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-06-20  danAllow LIKE operators that appear in a WHERE clause... cursor-hints
2016-06-17  danInclude WHERE terms in the cursor-hint passed to a...
2016-06-17  danFix a duplicate test name in cursorhint2.test.
2016-06-17  danFix a typo in the cursorhint2.test script.
2016-06-17  danIf a table is on the rhs of a LEFT JOIN, include only...
2016-06-16  danAdd a missing OP_ColumnsUsed opcode to code for express...
2016-06-16  drhFix a typo in a comment on the SrcList object.
2016-06-13  drhFix RBU so that it builds with -DSQLITE_ENABLE_8_3_NAMES.
2016-06-13  drhFix the declaration of the table implemented by DBSTAT...
2016-06-13  drhFix an incorrect assert() in the btree logic.
2016-06-13  drhFix the "onecolumn" and "exists" methods of the TCL...
2016-06-10  drhEnhance "PRAGMA table_info" to that it provides informa...
2016-06-08  drhPrefer to use partial indexes for full table scans...
2016-06-08  drhAdd the "dbhash.exe" utility program that computes...
2016-06-08  drhFix an undersized buffer in the SHA1 implementation. dbhash
2016-06-08  drhFix the dbhash utility so that it ignores the root...
2016-06-08  drhAn initial attempt at a "dbhash" command-line utility.
2016-06-07  drhFix the walcrash4.test test module so that it works...
2016-06-06  mistachkinIn winFullPathname, translate '/X:' to 'X:' before...
2016-06-06  drhTranslate filenames of the form "/c:/*" into just ...
2016-06-06  drhFix lempar.c so that the shift-reduce optimization...
2016-06-06  drhInitialize the yyerrcnt variable in the lemon parser...
2016-06-06  drhSmall performance boost and size decrease in sqlite3Btr...
2016-06-06  drhSmall performance improvement in the LIKE function.
2016-06-06  drhBtree interface refactoring:
2016-06-04  drhImproved comment on cursorOwnsBtShared(). No changes... btree-refactor
2016-06-04  drhFix a C99-ism and a compiler warning for MSVC.
2016-06-04  drhChange the sqlite3BtreeKeySize() interface into sqlite3...
2016-06-04  drhAllocate KeyInfo objects from lookaside if possible.
2016-06-04  drhFix up speedtest1.c so that it will compile and run...
2016-06-04  drhRemove an unreachable branch in the UNIQUE constraint...
2016-06-03  drhThe OR optimization is usable on virtual tables with...
2016-06-03  drhAdd support for virtual tables using a WITHOUT ROWID...
2016-06-03  drhFix a memory leak when a WITHOUT ROWID eponymous virtua... without-rowid-vtab
2016-06-03  drhDisallow access to the rowid column on WITHOUT ROWID...
2016-06-03  drhEnhance the sqlite3_load_extension() interface to permi...
2016-06-03  drhPerformance optimizations on the CSV virtual table...
2016-06-02  drhAdd the CSV extension to the test fixture. Fix a memor...
2016-06-02  drhAdd the data= parameter to the CSV virtual table extension.
2016-06-02  drhFix corner cases in the WITHOUT ROWID virtual table...
2016-06-01  danFix an issue preventing RBU vacuum from working with...
2016-06-01  mistachkinFix compilation issues with the VFS stat extension.
2016-05-31  drhAn experimental branch with code that allows virtual...
2016-05-31  drhAdd the columns=N parameter to the CSV extension.
2016-05-31  drhAdd the testflags parameter to the csv extension.
2016-05-31  drhAdd the "csv" virtual table for reading CSV files,...
2016-05-30  danFix an FTS5 problem (segfault or incorrect query result...
2016-05-28  danExperimental change to allow virtual tables to take... vtab-experimental
2016-05-28  drhRemove an unnecessary malloc from the vfsstat extension.
2016-05-28  drhEnhance the sqlite3_load_extension() interface to permi... load-permanently
2016-05-28  drhEnhance "PRAGMA compile_options" so that it shows the...
2016-05-28  danUpdate the amalgamation-tarball configure script so...
2016-05-28  drhAdd the vfsstat.c loadable extension - a VFS shim that...
2016-05-28  mistachkinClang can define _MSC_VER in some circumstances; theref... ctimeCompiler
2016-05-27  mistachkinCheck for Clang before GCC.
2016-05-27  mistachkinRemove surplus quotation marks from the COMPILER= compi...
2016-05-27  drhRemove surplus quotation marks from the COMPILER= compi...
2016-05-27  mistachkinAdd basic compiler information to the results of 'PRAGM...
2016-05-27  drhImprovements to WHERE-clause debug tracing. Show TK_MA...
2016-05-27  drhFix Lemon so that it actually works with -DYYSTACKDEPTH=0.
2016-05-27  drhFix the Lemon-generated parser so that it compiles...
2016-05-26  drhAdd a new OP_SeekRowid opcode, that combines the functi...
2016-05-25  drhAdd the libvers.c tool in the tool/ subdirectory.
2016-05-24  drhEnhance Lemon and the parser template so that it can...
2016-05-24  drhMinor change to the walcrash4.test module so that it...
2016-05-24  danFix an obscure problem with transactions written in...
2016-05-24  drhImprovements to the initialization of the push-down...
2016-05-23  drhUse a pointer to the top of the stack rather than an...
2016-05-23  drhAvoid a minor error message when running RTREE without...
2016-05-23  drhFix the rtreeG.test test case. tree-stat1-fix
2016-05-23  drhFix RTREE so that it does not run queries against the...
2016-05-23  drhRemove an extra "finish_test" from the end of rtreeC...
2016-05-23  danImprove the error messages generated by the rtree modul...
2016-05-23  drhLemon enhancement: avoid unnecessary reduce actions...
2016-05-23  drhFix comment typos and improve clarity of presention...
2016-05-23  drhUpdate the configure script with additional hints on...
2016-05-21  drhMore tweaks to improve the performance of the insert...
2016-05-21  drhSimplify the sqlite3BtreeInsert() interface by gatherin...
2016-05-21  drhRemove some unused legacy code from the btree insert...
2016-05-21  drhYet another minor size reduction and performance increa...
2016-05-21  drhSmall size reduction and performance increase in the...
2016-05-21  drhAdd the shell-script used for routine performance testing.
2016-05-20  drhAdd a simple TCL script for summing cachegrind informat...
2016-05-20  drhAnother optimization on the OP_Column opcode.
2016-05-20  mistachkinFix typo in comment.
2016-05-20  drhSlight performance improvement in the OP_Column opcode.
2016-05-20  drhRemove the sqlite3PagerClearCache() routine, which...
2016-05-20  drhPerformance optimization and size reduction on the...
2016-05-20  drhIncrease the version number to 3.14.0 since we are...
2016-05-20  drhUse sqlite3VdbeAddOp0() to code OP_Expire, to save...
2016-05-20  drhOptimizations to link list merge sort code in vdbesort...
2016-05-20  drhFor queries with both ORDER BY and LIMIT, if the rows...
2016-05-20  drhSet the NULLEQ flag on the sequence counter comparison... orderby-limit
2016-05-20  drhAutoconf configure.ac adjustment to try to get it to...
2016-05-20  drhA few simple test cases for the ORDER BY LIMIT optimiza...
2016-05-19  drhAppears to work now. Needs test cases, more comments...
2016-05-19  drhIn a query with both ORDER BY and LIMIT, if the inner...
2016-05-19  drhFixup comments on wctrlFlags value definitions.
2016-05-19  drhClean up the WHERE_* macros used for the wctrlFlags...
2016-05-19  drhOptimization marks in vdbe.c. No logic changes.
next