2016-10-25 |
drh | Merge recent trunk changes, and especially the PRAGMA... |
commit | commitdiff | tree |
2016-10-25 |
drh | Enhance the "PRAGMA index_info" and "PRAGMA index_xinfo... index-info-on-table |
commit | commitdiff | tree |
2016-10-25 |
dan | Add test case to demonstrate a "BEGIN EXCLUSIVE" comman... |
commit | commitdiff | tree |
2016-10-25 |
drh | First attempt at a utility program to compute sqlite_st... |
commit | commitdiff | tree |
2016-10-24 |
drh | Performance optimization in moveToRoot(). Avoid repeate... |
commit | commitdiff | tree |
2016-10-22 |
drh | In the sessions module, avoid recording a change if... |
commit | commitdiff | tree |
2016-10-21 |
dan | In the sessions module, avoid recording a change if... sessions-fix |
commit | commitdiff | tree |
2016-10-21 |
drh | When reading from an index, the shared-cache lock must... |
commit | commitdiff | tree |
2016-10-21 |
drh | Merge updates from trunk, and especially the ".mode... |
commit | commitdiff | tree |
2016-10-21 |
drh | Add ".mode quote" to the command-line shell. |
commit | commitdiff | tree |
2016-10-21 |
drh | Add the btree_sample(INDEX,LOCATION,LIMIT) pragma. |
commit | commitdiff | tree |
2016-10-21 |
drh | Fix problems in the est_count pragma for indexes and... |
commit | commitdiff | tree |
2016-10-21 |
dan | Avoid using the "direct overflow read" optimization... |
commit | commitdiff | tree |
2016-10-21 |
dan | If SQLITE_DIRECT_OVERFLOW_READ is defined at compile... |
commit | commitdiff | tree |
2016-10-20 |
drh | Experimental est_count pragma. |
commit | commitdiff | tree |
2016-10-20 |
drh | Add the ability for the PRAGMA statement to accept... multi-arg-pragma |
commit | commitdiff | tree |
2016-10-20 |
dan | Add test case to incrblob4.test. No changes to code. |
commit | commitdiff | tree |
2016-10-18 |
drh | Minor simplification of the comparison opcodes. |
commit | commitdiff | tree |
2016-10-18 |
drh | Fix harmless uninitialized variable warnings in speedte... |
commit | commitdiff | tree |
2016-10-18 |
drh | Add the --repeat option to speedtest1.c and speed-check.sh. |
commit | commitdiff | tree |
2016-10-17 |
mistachkin | Escape non-ASCII character from an ICU extension comment. |
commit | commitdiff | tree |
2016-10-17 |
mistachkin | Corrections to a couple recently added 'filectrl.test... |
commit | commitdiff | tree |
2016-10-17 |
dan | Changes to support interrupting a checkpoint using... |
commit | commitdiff | tree |
2016-10-17 |
drh | Small size reduction and performance increase in the... |
commit | commitdiff | tree |
2016-10-15 |
drh | Add documentation for the OP_SorterInsert opcode, forme... |
commit | commitdiff | tree |
2016-10-15 |
dan | Add test case to hook.test. No changes to non-test... |
commit | commitdiff | tree |
2016-10-14 |
mistachkin | Add the SQLITE_FCNTL_WIN32_GET_HANDLE file control. |
commit | commitdiff | tree |
2016-10-14 |
drh | Bump the version number in anticipation of the next... |
commit | commitdiff | tree |
2016-10-14 |
drh | Version 3.15.0 version-3.15.0 |
commit | commitdiff | tree |
2016-10-13 |
drh | Take care to avoid integer overflow when doing the... |
commit | commitdiff | tree |
2016-10-12 |
drh | Avoid reading the -1-th element of an array in the... |
commit | commitdiff | tree |
2016-10-12 |
drh | Add to sqlite3_analyzer command-line options --version... |
commit | commitdiff | tree |
2016-10-12 |
drh | New testcase() macros to ensure coverage of the ORDER... |
commit | commitdiff | tree |
2016-10-12 |
dan | Fix a problem affecting queries that match the pattern... |
commit | commitdiff | tree |
2016-10-10 |
dan | Remove a stray line from session4.test causing a memory... |
commit | commitdiff | tree |
2016-10-10 |
dan | When handling ORDER BY expressions, do not assume all... |
commit | commitdiff | tree |
2016-10-10 |
drh | Make sure indexes on expressions skip over initial... |
commit | commitdiff | tree |
2016-10-10 |
dan | Fix a case in which the rtree module was ignoring an... |
commit | commitdiff | tree |
2016-10-08 |
dan | Update test/trace3.test to account for the fact that... |
commit | commitdiff | tree |
2016-10-08 |
drh | Corrections to Lemon documentation. No SQLite changes. |
commit | commitdiff | tree |
2016-10-08 |
dan | Add missing "static" to internal function whereRangeVec... |
commit | commitdiff | tree |
2016-10-08 |
dan | Updates to the tool/warnings.sh script to make it easie... |
commit | commitdiff | tree |
2016-10-05 |
dan | Fix some compiler warnings in fts5. |
commit | commitdiff | tree |
2016-10-05 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2016-10-05 |
dan | Add a test case for the fix in [a596b7c6cc]. |
commit | commitdiff | tree |
2016-10-05 |
drh | Do not set MEM_Blob unless the appropriate fields of... |
commit | commitdiff | tree |
2016-10-05 |
drh | Fix the backup_malloc.test script so that it works... |
commit | commitdiff | tree |
2016-10-04 |
drh | Fix a problem with the lempar.c parser template. |
commit | commitdiff | tree |
2016-10-04 |
drh | Do not bother to initialize unused fields in the BtreeP... |
commit | commitdiff | tree |
2016-10-03 |
drh | Allow deterministic functions in the WHERE clause of... |
commit | commitdiff | tree |
2016-10-03 |
drh | Size and performance optimizations on the sqlite3ExprAs... |
commit | commitdiff | tree |
2016-10-03 |
drh | Avoid unnecessary strlen() calls in sqlite3ExprAssignVa... |
commit | commitdiff | tree |
2016-10-03 |
drh | Avoid unnecessary memset() calls in the query optimizer. |
commit | commitdiff | tree |
2016-10-03 |
drh | Fix an obsolete comment on a variable definition in... |
commit | commitdiff | tree |
2016-10-03 |
drh | Make sure the sqlite_sequence table is updated when... |
commit | commitdiff | tree |
2016-10-03 |
drh | Allocate Parse objects off of the stack where appropria... |
commit | commitdiff | tree |
2016-10-01 |
drh | Add SQLITE_USE_ALLOCA to the --lean configuration in... |
commit | commitdiff | tree |
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 |
next |