2016-02-15 |
drh | Improvements to the application-defined function mechan... many-app-functions |
commit | commitdiff | tree |
2016-02-13 |
drh | Provide Sqlite3_SafeInit() and Sqlite3_SafeUnload(... |
commit | commitdiff | tree |
2016-02-12 |
dan | Fix a potential buffer overread provoked by invalid... |
commit | commitdiff | tree |
2016-02-12 |
dan | Fix a fairly obscure buffer overread in fts5. |
commit | commitdiff | tree |
2016-02-12 |
drh | Fix a documentation typo. No changes to code. |
commit | commitdiff | tree |
2016-02-12 |
drh | Enhance mptester so that it takes great care to delete... |
commit | commitdiff | tree |
2016-02-12 |
mistachkin | Naming updates for Universal Windows Platform. |
commit | commitdiff | tree |
2016-02-12 |
drh | Remove an unused parameter from whereSortingCost(). |
commit | commitdiff | tree |
2016-02-11 |
drh | Automatically disable FTS3 and FTS4 when building with... |
commit | commitdiff | tree |
2016-02-11 |
mistachkin | Enhance the MSVC makefile to enable building 'testfixtu... |
commit | commitdiff | tree |
2016-02-11 |
drh | Remove the unexplained extra 3.0 cost factor for the... |
commit | commitdiff | tree |
2016-02-11 |
drh | Remove the unused fts5BlobCompare() routine. |
commit | commitdiff | tree |
2016-02-11 |
mistachkin | Prevent 'expanded command line X too long' errors durin... testFixtureSrc |
commit | commitdiff | tree |
2016-02-11 |
mistachkin | Enhance the MSVC makefile to enable building 'testfixtu... |
commit | commitdiff | tree |
2016-02-11 |
dan | Fix another unused variable warning in fts5 code. |
commit | commitdiff | tree |
2016-02-11 |
dan | Avoid a buffer overread when reading a corrupt fts5... |
commit | commitdiff | tree |
2016-02-11 |
dan | Handle parser stack overflow when parsing fts5 query... |
commit | commitdiff | tree |
2016-02-11 |
drh | Add JSON1 and FTS5 to the set of extensions subject... |
commit | commitdiff | tree |
2016-02-10 |
mistachkin | In the MSVC makefile, include the working directory... |
commit | commitdiff | tree |
2016-02-10 |
drh | Add testcase() macros to the CHECK constraint avoidance... |
commit | commitdiff | tree |
2016-02-10 |
drh | Fix to previous check-in: Make sure CHECK constraints... |
commit | commitdiff | tree |
2016-02-10 |
drh | Omit unnecessary CHECK constraints in UPDATE statements... |
commit | commitdiff | tree |
2016-02-10 |
drh | Omit NOT NULL checks on unchanging columns in an UPDATE. |
commit | commitdiff | tree |
2016-02-10 |
drh | When generating the snapshot-tarball, truncate the... |
commit | commitdiff | tree |
2016-02-10 |
drh | Updates to the autoconf tarball README.txt file. |
commit | commitdiff | tree |
2016-02-09 |
drh | Update the snapshot tarball name to use the date (ISO86... |
commit | commitdiff | tree |
2016-02-09 |
drh | Add the new "snapshot-tarball" target to the unix makef... |
commit | commitdiff | tree |
2016-02-09 |
mistachkin | Update the MSVC autoconf makefile with the recent chang... |
commit | commitdiff | tree |
2016-02-09 |
drh | Fix the makefiles in the autoconf-tarball so that they... |
commit | commitdiff | tree |
2016-02-09 |
mistachkin | In the shell, use the appropriate string constant inste... |
commit | commitdiff | tree |
2016-02-09 |
drh | Enhance the command-line shell to be in auto-explain... |
commit | commitdiff | tree |
2016-02-09 |
drh | Improved auto-detection of EXPLAIN output in the shell. auto-explain |
commit | commitdiff | tree |
2016-02-09 |
drh | Add auto-explain mode to the command-line shell. Defau... |
commit | commitdiff | tree |
2016-02-09 |
mistachkin | Fix MSVC makefile options that enable control-flow... |
commit | commitdiff | tree |
2016-02-09 |
drh | Fix the top-level makefiles to always include SQLITE_EN... |
commit | commitdiff | tree |
2016-02-09 |
drh | Code simplification: ALTER TABLE ADD COLUMN always... |
commit | commitdiff | tree |
2016-02-09 |
drh | Make sure every co-routines has its own set of temporar... |
commit | commitdiff | tree |
2016-02-08 |
mistachkin | Fix spelling error in MSVC makefile comments. |
commit | commitdiff | tree |
2016-02-08 |
mistachkin | More work on Windows 10 SDK integration. |
commit | commitdiff | tree |
2016-02-08 |
dan | Fix a signed/unsigned comparison warning in fts5. |
commit | commitdiff | tree |
2016-02-08 |
drh | Fix a compiler warning when compiling without SQLITE_EN... |
commit | commitdiff | tree |
2016-02-08 |
dan | Disable the two-argument form of the fts3_tokenizer... |
commit | commitdiff | tree |
2016-02-08 |
drh | Changes to help the tokenizer run about 33% faster. |
commit | commitdiff | tree |
2016-02-08 |
drh | Add code to get the tokenizer character-class logic... tokenizer-char-class |
commit | commitdiff | tree |
2016-02-08 |
drh | Faster keywordCode() implementation by taking advantage... |
commit | commitdiff | tree |
2016-02-08 |
drh | Demonstrate a much faster sqlite3GetToken() routine... |
commit | commitdiff | tree |
2016-02-07 |
mistachkin | Fix harmless compiler warning in 'srcck1' tool and... |
commit | commitdiff | tree |
2016-02-07 |
drh | Add the sourcetest target to Makefile.msc. |
commit | commitdiff | tree |
2016-02-06 |
drh | Add a utility program that looks for assert(), NEVER... |
commit | commitdiff | tree |
2016-02-06 |
drh | Make sure variable declarations occur at the beginning... |
commit | commitdiff | tree |
2016-02-06 |
pdr | Fix an assert() to have a test instead of a side effect |
commit | commitdiff | tree |
2016-02-05 |
dan | Add tests for and remove unreachable branches from... |
commit | commitdiff | tree |
2016-02-05 |
mistachkin | More work on Windows 10 SDK integration. win10sdk |
commit | commitdiff | tree |
2016-02-05 |
dan | Further streamlining of fts5 prefix query code. |
commit | commitdiff | tree |
2016-02-05 |
drh | Make sure the "bak.db" database file does not actually... |
commit | commitdiff | tree |
2016-02-05 |
drh | From test scripts, remove stray "breakpoint" commands... |
commit | commitdiff | tree |
2016-02-05 |
drh | Improvements to the way out-of-memory conditions are... |
commit | commitdiff | tree |
2016-02-05 |
drh | Add the slightly faster sqlite3DbMallocRawNN(db,n)... oom-handling |
commit | commitdiff | tree |
2016-02-05 |
mistachkin | Improve ERRORLEVEL handling in the MSVC batch build... |
commit | commitdiff | tree |
2016-02-05 |
drh | OOM failures on sqlite3_errmsg16() in an app-defined... |
commit | commitdiff | tree |
2016-02-05 |
mistachkin | Another small tweak to the MSVC batch build tool. |
commit | commitdiff | tree |
2016-02-05 |
drh | Minor simplification of schema error reporting. |
commit | commitdiff | tree |
2016-02-05 |
drh | Further performance improvements that fall out of the... |
commit | commitdiff | tree |
2016-02-05 |
drh | Improvements to the way that OOM errors are processed. |
commit | commitdiff | tree |
2016-02-04 |
drh | Temporarily back out the 0.5% performance improvement... |
commit | commitdiff | tree |
2016-02-04 |
dan | Further improve performance of unindexed fts5 prefix... |
commit | commitdiff | tree |
2016-02-04 |
dan | Avoid running some particularly time-consuming tests... |
commit | commitdiff | tree |
2016-02-04 |
drh | Remove unnecessary sets of db->mallocFailed. |
commit | commitdiff | tree |
2016-02-04 |
drh | Use sqlite3_malloc64() instead of sqlite3_malloc()... |
commit | commitdiff | tree |
2016-02-04 |
drh | Escape control characters in JSON. |
commit | commitdiff | tree |
2016-02-04 |
drh | Refinements to synchronous logic: |
commit | commitdiff | tree |
2016-02-03 |
drh | In the VDBE loop, only check for OOM errors at jumps... |
commit | commitdiff | tree |
2016-02-03 |
dan | Improve performance of fts5 prefix queries on detail... |
commit | commitdiff | tree |
2016-02-03 |
drh | Fix markup errors in comments used to generate the... |
commit | commitdiff | tree |
2016-02-03 |
drh | Add "PRAGMA synchronous=EXTRA" which syncs the director... |
commit | commitdiff | tree |
2016-02-03 |
drh | Enhance the internal sqlite3VdbeAddOpList() interface... |
commit | commitdiff | tree |
2016-02-02 |
dan | Add tests to restore full coverage of fts5 code. |
commit | commitdiff | tree |
2016-02-02 |
dan | Enhance the performance of fts5 AND and OR queries. |
commit | commitdiff | tree |
2016-02-02 |
drh | Enhance the comment on the sqlite3_index_constraint... |
commit | commitdiff | tree |
2016-02-01 |
drh | Change the OP_SetCookie instruction to write the litera... |
commit | commitdiff | tree |
2016-02-01 |
dan | Improve performance of fts5 queries. |
commit | commitdiff | tree |
2016-02-01 |
drh | Number VDBE opcodes starting with 0 instead of 1, as... |
commit | commitdiff | tree |
2016-02-01 |
dan | Update walcrash.test to ensure that, during a particula... |
commit | commitdiff | tree |
2016-02-01 |
dan | Fix a problem causing the OR/covering-index optimizatio... |
commit | commitdiff | tree |
2016-02-01 |
drh | Minor simplification to the OP_AutoCommit opcode. ... |
commit | commitdiff | tree |
2016-02-01 |
drh | Fix an assert() that might fail on a corrupt database. |
commit | commitdiff | tree |
2016-01-30 |
dan | Fix new test cases in stat.test so that they work with... |
commit | commitdiff | tree |
2016-01-30 |
dan | Performance enhancement for fts5 column filter queries... |
commit | commitdiff | tree |
2016-01-30 |
drh | Merge the implementation of OP_IdxRowid and OP_Seek... |
commit | commitdiff | tree |
2016-01-30 |
drh | Only honor the register subtype value if the MEM_Subtyp... |
commit | commitdiff | tree |
2016-01-30 |
dan | A different way to clear the subtype on VDBE registers... clear-subtype-flag |
commit | commitdiff | tree |
2016-01-30 |
drh | Output subtype information on register traces for PRAGM... |
commit | commitdiff | tree |
2016-01-30 |
drh | Add the BTREE_FORDELETE and BTREE_AUXDELETE flags to... |
commit | commitdiff | tree |
2016-01-30 |
drh | Simplification and size reduction to the printf logic... |
commit | commitdiff | tree |
2016-01-30 |
drh | Make use of covering indexes in the OR optimization. |
commit | commitdiff | tree |
2016-01-30 |
drh | Change the P4_INTARRAY so that always begins with a... covering-or |
commit | commitdiff | tree |
2016-01-29 |
dan | Add tests for the change on this branch. |
commit | commitdiff | tree |
2016-01-29 |
drh | Different comment on the alternative cursor fields... |
commit | commitdiff | tree |
2016-01-29 |
dan | Experimental attempt to make better use of covering... |
commit | commitdiff | tree |
2016-01-29 |
drh | Improvements to FORDELETE processing, including bug... btree-fordelete-flag |
commit | commitdiff | tree |
next |