2016-06-21 |
dan | Update the sqldiff utility so that if the --vtab switch... sqldiff-vtab-support |
commit | commitdiff | tree |
2016-06-20 |
dan | For a table on the rhs of a LEFT JOIN operator, do... |
commit | commitdiff | tree |
2016-06-20 |
dan | Allow LIKE operators that appear in a WHERE clause... cursor-hints |
commit | commitdiff | tree |
2016-06-17 |
dan | Include WHERE terms in the cursor-hint passed to a... |
commit | commitdiff | tree |
2016-06-17 |
dan | Fix a duplicate test name in cursorhint2.test. |
commit | commitdiff | tree |
2016-06-17 |
dan | Fix a typo in the cursorhint2.test script. |
commit | commitdiff | tree |
2016-06-17 |
dan | If a table is on the rhs of a LEFT JOIN, include only... |
commit | commitdiff | tree |
2016-06-16 |
dan | Add a missing OP_ColumnsUsed opcode to code for express... |
commit | commitdiff | tree |
2016-06-16 |
drh | Fix a typo in a comment on the SrcList object. |
commit | commitdiff | tree |
2016-06-13 |
drh | Fix RBU so that it builds with -DSQLITE_ENABLE_8_3_NAMES. |
commit | commitdiff | tree |
2016-06-13 |
drh | Fix the declaration of the table implemented by DBSTAT... |
commit | commitdiff | tree |
2016-06-13 |
drh | Fix an incorrect assert() in the btree logic. |
commit | commitdiff | tree |
2016-06-13 |
drh | Fix the "onecolumn" and "exists" methods of the TCL... |
commit | commitdiff | tree |
2016-06-10 |
drh | Enhance "PRAGMA table_info" to that it provides informa... |
commit | commitdiff | tree |
2016-06-08 |
drh | Prefer to use partial indexes for full table scans... |
commit | commitdiff | tree |
2016-06-08 |
drh | Add the "dbhash.exe" utility program that computes... |
commit | commitdiff | tree |
2016-06-08 |
drh | Fix an undersized buffer in the SHA1 implementation. dbhash |
commit | commitdiff | tree |
2016-06-08 |
drh | Fix the dbhash utility so that it ignores the root... |
commit | commitdiff | tree |
2016-06-08 |
drh | An initial attempt at a "dbhash" command-line utility. |
commit | commitdiff | tree |
2016-06-07 |
drh | Fix the walcrash4.test test module so that it works... |
commit | commitdiff | tree |
2016-06-06 |
mistachkin | In winFullPathname, translate '/X:' to 'X:' before... |
commit | commitdiff | tree |
2016-06-06 |
drh | Translate filenames of the form "/c:/*" into just ... |
commit | commitdiff | tree |
2016-06-06 |
drh | Fix lempar.c so that the shift-reduce optimization... |
commit | commitdiff | tree |
2016-06-06 |
drh | Initialize the yyerrcnt variable in the lemon parser... |
commit | commitdiff | tree |
2016-06-06 |
drh | Small performance boost and size decrease in sqlite3Btr... |
commit | commitdiff | tree |
2016-06-06 |
drh | Small performance improvement in the LIKE function. |
commit | commitdiff | tree |
2016-06-06 |
drh | Btree interface refactoring: |
commit | commitdiff | tree |
2016-06-04 |
drh | Improved comment on cursorOwnsBtShared(). No changes... btree-refactor |
commit | commitdiff | tree |
2016-06-04 |
drh | Fix a C99-ism and a compiler warning for MSVC. |
commit | commitdiff | tree |
2016-06-04 |
drh | Change the sqlite3BtreeKeySize() interface into sqlite3... |
commit | commitdiff | tree |
2016-06-04 |
drh | Allocate KeyInfo objects from lookaside if possible. |
commit | commitdiff | tree |
2016-06-04 |
drh | Fix up speedtest1.c so that it will compile and run... |
commit | commitdiff | tree |
2016-06-04 |
drh | Remove an unreachable branch in the UNIQUE constraint... |
commit | commitdiff | tree |
2016-06-03 |
drh | The OR optimization is usable on virtual tables with... |
commit | commitdiff | tree |
2016-06-03 |
drh | Add support for virtual tables using a WITHOUT ROWID... |
commit | commitdiff | tree |
2016-06-03 |
drh | Fix a memory leak when a WITHOUT ROWID eponymous virtua... without-rowid-vtab |
commit | commitdiff | tree |
2016-06-03 |
drh | Disallow access to the rowid column on WITHOUT ROWID... |
commit | commitdiff | tree |
2016-06-03 |
drh | Enhance the sqlite3_load_extension() interface to permi... |
commit | commitdiff | tree |
2016-06-03 |
drh | Performance optimizations on the CSV virtual table... |
commit | commitdiff | tree |
2016-06-02 |
drh | Add the CSV extension to the test fixture. Fix a memor... |
commit | commitdiff | tree |
2016-06-02 |
drh | Add the data= parameter to the CSV virtual table extension. |
commit | commitdiff | tree |
2016-06-02 |
drh | Fix corner cases in the WITHOUT ROWID virtual table... |
commit | commitdiff | tree |
2016-06-01 |
dan | Fix an issue preventing RBU vacuum from working with... |
commit | commitdiff | tree |
2016-06-01 |
mistachkin | Fix compilation issues with the VFS stat extension. |
commit | commitdiff | tree |
2016-05-31 |
drh | An experimental branch with code that allows virtual... |
commit | commitdiff | tree |
2016-05-31 |
drh | Add the columns=N parameter to the CSV extension. |
commit | commitdiff | tree |
2016-05-31 |
drh | Add the testflags parameter to the csv extension. |
commit | commitdiff | tree |
2016-05-31 |
drh | Add the "csv" virtual table for reading CSV files,... |
commit | commitdiff | tree |
2016-05-30 |
dan | Fix an FTS5 problem (segfault or incorrect query result... |
commit | commitdiff | tree |
2016-05-28 |
dan | Experimental change to allow virtual tables to take... vtab-experimental |
commit | commitdiff | tree |
2016-05-28 |
drh | Remove an unnecessary malloc from the vfsstat extension. |
commit | commitdiff | tree |
2016-05-28 |
drh | Enhance the sqlite3_load_extension() interface to permi... load-permanently |
commit | commitdiff | tree |
2016-05-28 |
drh | Enhance "PRAGMA compile_options" so that it shows the... |
commit | commitdiff | tree |
2016-05-28 |
dan | Update the amalgamation-tarball configure script so... |
commit | commitdiff | tree |
2016-05-28 |
drh | Add the vfsstat.c loadable extension - a VFS shim that... |
commit | commitdiff | tree |
2016-05-28 |
mistachkin | Clang can define _MSC_VER in some circumstances; theref... ctimeCompiler |
commit | commitdiff | tree |
2016-05-27 |
mistachkin | Check for Clang before GCC. |
commit | commitdiff | tree |
2016-05-27 |
mistachkin | Remove surplus quotation marks from the COMPILER= compi... |
commit | commitdiff | tree |
2016-05-27 |
drh | Remove surplus quotation marks from the COMPILER= compi... |
commit | commitdiff | tree |
2016-05-27 |
mistachkin | Add basic compiler information to the results of 'PRAGM... |
commit | commitdiff | tree |
2016-05-27 |
drh | Improvements to WHERE-clause debug tracing. Show TK_MA... |
commit | commitdiff | tree |
2016-05-27 |
drh | Fix Lemon so that it actually works with -DYYSTACKDEPTH=0. |
commit | commitdiff | tree |
2016-05-27 |
drh | Fix the Lemon-generated parser so that it compiles... |
commit | commitdiff | tree |
2016-05-26 |
drh | Add a new OP_SeekRowid opcode, that combines the functi... |
commit | commitdiff | tree |
2016-05-25 |
drh | Add the libvers.c tool in the tool/ subdirectory. |
commit | commitdiff | tree |
2016-05-24 |
drh | Enhance Lemon and the parser template so that it can... |
commit | commitdiff | tree |
2016-05-24 |
drh | Minor change to the walcrash4.test module so that it... |
commit | commitdiff | tree |
2016-05-24 |
dan | Fix an obscure problem with transactions written in... |
commit | commitdiff | tree |
2016-05-24 |
drh | Improvements to the initialization of the push-down... |
commit | commitdiff | tree |
2016-05-23 |
drh | Use a pointer to the top of the stack rather than an... |
commit | commitdiff | tree |
2016-05-23 |
drh | Avoid a minor error message when running RTREE without... |
commit | commitdiff | tree |
2016-05-23 |
drh | Fix the rtreeG.test test case. tree-stat1-fix |
commit | commitdiff | tree |
2016-05-23 |
drh | Fix RTREE so that it does not run queries against the... |
commit | commitdiff | tree |
2016-05-23 |
drh | Remove an extra "finish_test" from the end of rtreeC... |
commit | commitdiff | tree |
2016-05-23 |
dan | Improve the error messages generated by the rtree modul... |
commit | commitdiff | tree |
2016-05-23 |
drh | Lemon enhancement: avoid unnecessary reduce actions... |
commit | commitdiff | tree |
2016-05-23 |
drh | Fix comment typos and improve clarity of presention... |
commit | commitdiff | tree |
2016-05-23 |
drh | Update the configure script with additional hints on... |
commit | commitdiff | tree |
2016-05-21 |
drh | More tweaks to improve the performance of the insert... |
commit | commitdiff | tree |
2016-05-21 |
drh | Simplify the sqlite3BtreeInsert() interface by gatherin... |
commit | commitdiff | tree |
2016-05-21 |
drh | Remove some unused legacy code from the btree insert... |
commit | commitdiff | tree |
2016-05-21 |
drh | Yet another minor size reduction and performance increa... |
commit | commitdiff | tree |
2016-05-21 |
drh | Small size reduction and performance increase in the... |
commit | commitdiff | tree |
2016-05-21 |
drh | Add the shell-script used for routine performance testing. |
commit | commitdiff | tree |
2016-05-20 |
drh | Add a simple TCL script for summing cachegrind informat... |
commit | commitdiff | tree |
2016-05-20 |
drh | Another optimization on the OP_Column opcode. |
commit | commitdiff | tree |
2016-05-20 |
mistachkin | Fix typo in comment. |
commit | commitdiff | tree |
2016-05-20 |
drh | Slight performance improvement in the OP_Column opcode. |
commit | commitdiff | tree |
2016-05-20 |
drh | Remove the sqlite3PagerClearCache() routine, which... |
commit | commitdiff | tree |
2016-05-20 |
drh | Performance optimization and size reduction on the... |
commit | commitdiff | tree |
2016-05-20 |
drh | Increase the version number to 3.14.0 since we are... |
commit | commitdiff | tree |
2016-05-20 |
drh | Use sqlite3VdbeAddOp0() to code OP_Expire, to save... |
commit | commitdiff | tree |
2016-05-20 |
drh | Optimizations to link list merge sort code in vdbesort... |
commit | commitdiff | tree |
2016-05-20 |
drh | For queries with both ORDER BY and LIMIT, if the rows... |
commit | commitdiff | tree |
2016-05-20 |
drh | Set the NULLEQ flag on the sequence counter comparison... orderby-limit |
commit | commitdiff | tree |
2016-05-20 |
drh | Autoconf configure.ac adjustment to try to get it to... |
commit | commitdiff | tree |
2016-05-20 |
drh | A few simple test cases for the ORDER BY LIMIT optimiza... |
commit | commitdiff | tree |
2016-05-19 |
drh | Appears to work now. Needs test cases, more comments... |
commit | commitdiff | tree |
2016-05-19 |
drh | In a query with both ORDER BY and LIMIT, if the inner... |
commit | commitdiff | tree |
2016-05-19 |
drh | Fixup comments on wctrlFlags value definitions. |
commit | commitdiff | tree |
next |