2016-10-01 |
drh | Rearrange fields in the Parse object to reduce the... |
commit | commitdiff | tree |
2016-10-01 |
drh | Reduce the width of a memset() to avoid double-initiali... |
commit | commitdiff | tree |
2016-10-01 |
drh | Remove an unnecessary memset() call. |
commit | commitdiff | tree |
2016-10-01 |
drh | Use sqlite3DbMallocRawNN() where appropriate, instead of |
commit | commitdiff | tree |
2016-10-01 |
drh | Make sure deleting an unused prepared statement does... |
commit | commitdiff | tree |
2016-10-01 |
drh | Avoid accessing Vdbe.pc if it is uninitialized. Check... |
commit | commitdiff | tree |
2016-10-01 |
drh | Avoid unnecessary zeroing of fields in the Vdbe object... |
commit | commitdiff | tree |
2016-09-30 |
drh | Avoid initializing the column-cache section of the... |
commit | commitdiff | tree |
2016-09-30 |
drh | Fix an always-true conditional left over from the previ... |
commit | commitdiff | tree |
2016-09-30 |
drh | Fix the Parse.aColCache column cache so that all of... |
commit | commitdiff | tree |
2016-09-30 |
drh | Another simplification to the Parse object. |
commit | commitdiff | tree |
2016-09-30 |
drh | Remove unnecessary fields from the Parse object. |
commit | commitdiff | tree |
2016-09-30 |
drh | Avoid unnecessary Mem initializations when generating... |
commit | commitdiff | tree |
2016-09-29 |
drh | Small size and performance optimization to sqlite3VdbeC... |
commit | commitdiff | tree |
2016-09-29 |
drh | Remove the peep-hole optimization of removing OP_Close... |
commit | commitdiff | tree |
2016-09-29 |
drh | Size and performance optimization to sqlite3ValueFromExpr() |
commit | commitdiff | tree |
2016-09-29 |
drh | Clarification and typo-fixes in comments. No changes... |
commit | commitdiff | tree |
2016-09-28 |
drh | Use Knuth multiplicative hashing for the symbol table. |
commit | commitdiff | tree |
2016-09-28 |
drh | Two more typo fixes in comments. |
commit | commitdiff | tree |
2016-09-28 |
drh | Fix typos in comments. No code changes. |
commit | commitdiff | tree |
2016-09-27 |
drh | Update requirements marks due to improvements in the... |
commit | commitdiff | tree |
2016-09-27 |
drh | Fix FTS3 test cases due to the flattener change of... |
commit | commitdiff | tree |
2016-09-26 |
dan | When flattening a query of the form "SELECT * FROM... |
commit | commitdiff | tree |
2016-09-26 |
drh | Inline the relevent parts of sqlite3ExprAlloc() into... |
commit | commitdiff | tree |
2016-09-24 |
drh | Omit the LikeOp object from the parser. Change more... |
commit | commitdiff | tree |
2016-09-24 |
drh | Add -DSQLITE_MAX_EXPR_DEPTH=0 to the --lean option... |
commit | commitdiff | tree |
2016-09-23 |
drh | Add the EP_Leaf flag bit to the Expr.flags field to... |
commit | commitdiff | tree |
2016-09-23 |
drh | Use sqlite3ExprAlloc() instead of sqlite3PExpr() for... |
commit | commitdiff | tree |
2016-09-23 |
drh | New test case for the ORDER BY LIMIT optimization. |
commit | commitdiff | tree |
2016-09-22 |
drh | Fix a potential null-pointer dereference and crash... |
commit | commitdiff | tree |
2016-09-22 |
drh | Remove the internal sqlite3CodeOnce() interface, replac... |
commit | commitdiff | tree |
2016-09-22 |
mistachkin | Makefile changes to support building winsqlite3.dll... |
commit | commitdiff | tree |
2016-09-21 |
drh | Fix speedtest1.c so that it works with SQLITE_OMIT_DEPR... |
commit | commitdiff | tree |
2016-09-21 |
dan | Fix a problem with the fts5 auxiliary function API... |
commit | commitdiff | tree |
2016-09-21 |
dan | Do not run vacuummem.test if ENABLE_MEMORY_MANAGEMENT... |
commit | commitdiff | tree |
2016-09-21 |
drh | Fix obsolete requirements marks. Add new tests for... |
commit | commitdiff | tree |
2016-09-21 |
dan | Avoid running vacuum5.test in auto-vacuum mode. |
commit | commitdiff | tree |
2016-09-21 |
dan | Do not run test "delete_db.test" with either the journa... |
commit | commitdiff | tree |
2016-09-21 |
dan | Update the fts5vocab table to handle "ORDER BY term... |
commit | commitdiff | tree |
2016-09-20 |
drh | Improved implementation of 64-bit signed integer multip... |
commit | commitdiff | tree |
2016-09-20 |
mistachkin | Fix harmless compiler warning. |
commit | commitdiff | tree |
2016-09-20 |
mistachkin | Fix typo in comment. |
commit | commitdiff | tree |
2016-09-20 |
drh | Further performance enhancements in zeroblob() handling. |
commit | commitdiff | tree |
2016-09-20 |
drh | Avoid unnecessary calls to ExpandBlob() for smaller... |
commit | commitdiff | tree |
2016-09-19 |
drh | Very small optimization in the bytecode engine. |
commit | commitdiff | tree |
2016-09-19 |
drh | Fix a segfault introduced by the row-value enhancement... |
commit | commitdiff | tree |
2016-09-19 |
drh | Improved performance in sqlite3ExprCodeTarget(). |
commit | commitdiff | tree |
2016-09-19 |
drh | Small performance optimization in the expression walker. |
commit | commitdiff | tree |
2016-09-18 |
drh | Revise the implementation of OP_Once so that it is... |
commit | commitdiff | tree |
2016-09-17 |
mistachkin | Minor enhancement to the TclKit batch tool: it should... |
commit | commitdiff | tree |
2016-09-17 |
drh | Small performance optimization in the freeSpace() routi... |
commit | commitdiff | tree |
2016-09-17 |
drh | Improved description of the ElseNotEq opcode in comment... |
commit | commitdiff | tree |
2016-09-16 |
mistachkin | Fix typo in the name of a Win32 string conversion routi... |
commit | commitdiff | tree |
2016-09-16 |
drh | If no KEY is specified on ATTACH, copy the main schema... |
commit | commitdiff | tree |
2016-09-16 |
drh | Fix problems with the fileRead() function in the comman... |
commit | commitdiff | tree |
2016-09-16 |
drh | Remove the #ifdef SQLITE_DEBUG from around the testcase... |
commit | commitdiff | tree |
2016-09-16 |
dan | Fix a problem causing incorrect code to be generated... |
commit | commitdiff | tree |
2016-09-16 |
drh | Replace a faulty assert() with a testcase() to assure... |
commit | commitdiff | tree |
2016-09-16 |
drh | Add WHERETRACE macros showing every entry and exit... |
commit | commitdiff | tree |
2016-09-16 |
drh | Fix SQLITE_OMIT_AUTHORIZATION so that it compiles cleanly. |
commit | commitdiff | tree |
2016-09-16 |
drh | In the shell, make ".testcase" and ".check" available... |
commit | commitdiff | tree |
2016-09-16 |
drh | In the command-line shell, add the --new option to... |
commit | commitdiff | tree |
2016-09-15 |
drh | Add the ".testcase" and ".check" dot-commands in the... |
commit | commitdiff | tree |
2016-09-15 |
drh | Omit the sqlite3Apis constant object when compiling... |
commit | commitdiff | tree |
2016-09-15 |
drh | Remove no-op code (adding an assert() to prove that... |
commit | commitdiff | tree |
2016-09-15 |
dan | Fix a typo in a comment in sqlite.h.in. No changes... |
commit | commitdiff | tree |
2016-09-15 |
drh | Slight size reduction and performance increase in sqlit... |
commit | commitdiff | tree |
2016-09-15 |
drh | Optimization to vdbeRecordCompareInt() makes it slightl... |
commit | commitdiff | tree |
2016-09-14 |
drh | Update comments used to generate API documentation... |
commit | commitdiff | tree |
2016-09-12 |
dan | Fix a bug in sqldiff causing it to confuse blobs zero... |
commit | commitdiff | tree |
2016-09-12 |
dan | Add missing "finish_test" command to vacuum5.test. |
commit | commitdiff | tree |
2016-09-12 |
dan | Have releasetest.tcl delete all test files except for... |
commit | commitdiff | tree |
2016-09-10 |
drh | Changes to give a warning-free build with SQLITE_OMIT_I... |
commit | commitdiff | tree |
2016-09-10 |
dan | Add test code to delete an SQLite database and its... |
commit | commitdiff | tree |
2016-09-09 |
mistachkin | Make the new file test_delete.c portable to MSVC on... test_delete |
commit | commitdiff | tree |
2016-09-09 |
drh | Remove an unnecessary call to sqlite3VdbeMemExpandBlob... |
commit | commitdiff | tree |
2016-09-09 |
dan | Add new file test_delete.c, containing test code for... |
commit | commitdiff | tree |
2016-09-09 |
drh | Performance improvements to the comparison operators... |
commit | commitdiff | tree |
2016-09-09 |
drh | Fix a out-of-order variable declaration for some compil... |
commit | commitdiff | tree |
2016-09-09 |
drh | In releasetest.tcl, the --srcdir option is automatic... |
commit | commitdiff | tree |
2016-09-09 |
drh | Fix an obsolete comment in the releasetest.tcl source... |
commit | commitdiff | tree |
2016-09-09 |
drh | In releasetest.tcl: |
commit | commitdiff | tree |
2016-09-08 |
mistachkin | Remove an extra space before function names in the... callbackConv |
commit | commitdiff | tree |
2016-09-08 |
drh | Issue a warning and prompt the user to continue if... |
commit | commitdiff | tree |
2016-09-07 |
drh | Add support for row-value comparisons, including IN... |
commit | commitdiff | tree |
2016-09-07 |
dan | Fix a problem handling expressions like "(a, b) IN... rowvalue |
commit | commitdiff | tree |
2016-09-07 |
drh | Add the ext/misc/memvfs.c extension that implements... |
commit | commitdiff | tree |
2016-09-07 |
drh | Simplify the affinity handling logic in codeAllEquality... |
commit | commitdiff | tree |
2016-09-07 |
drh | Merge fixes from trunk. |
commit | commitdiff | tree |
2016-09-07 |
drh | Fix the ".read" command in the command-line shell so... |
commit | commitdiff | tree |
2016-09-07 |
drh | The ORDER BY LIMIT optimization is not valid unless... |
commit | commitdiff | tree |
2016-09-06 |
drh | Remove obsolete vector-IN test cases. Fix a bad testca... |
commit | commitdiff | tree |
2016-09-06 |
drh | Fix corer cases of vector IN operators where the RHS... |
commit | commitdiff | tree |
2016-09-06 |
dan | Remove an unnecessary branch from expr.c. |
commit | commitdiff | tree |
2016-09-06 |
drh | Avoid unnecessary memory allocations for aiMap in codeE... |
commit | commitdiff | tree |
2016-09-06 |
drh | Avoid a NULL pointer deref in codeAllEqualityConstraint... |
commit | commitdiff | tree |
2016-09-06 |
dan | Simplify the fix in commit [7d9bd22c]. |
commit | commitdiff | tree |
2016-09-06 |
drh | Fix the header comment on codeEqualityTerm(). |
commit | commitdiff | tree |
2016-09-06 |
dan | Fix a problem handling (a, b) IN (SELECT ...) expressio... |
commit | commitdiff | tree |
2016-09-06 |
drh | Enhance the sqlite3GetTempRange() and sqlite3ReleaseTem... |
commit | commitdiff | tree |
next |