| 2015-11-02 |
drh | Merge all recent enhancements and fixes from trunk. |
commit | commitdiff | tree |
| 2015-11-02 |
dan | On unix, if a file is opened via a symlink, create... |
commit | commitdiff | tree |
| 2015-11-01 |
drh | If a table-constraint PRIMARY KEY lists a single column... |
commit | commitdiff | tree |
| 2015-10-31 |
dan | On unix, if a file is opened via a symlink, create... |
commit | commitdiff | tree |
| 2015-10-30 |
dan | Add mutex operations to test code in test3.c to avoid... |
commit | commitdiff | tree |
| 2015-10-30 |
drh | Merge all the latest enhancements from trunk. |
commit | commitdiff | tree |
| 2015-10-30 |
drh | Increase the version number to 3.10.0, due to the addit... |
commit | commitdiff | tree |
| 2015-10-30 |
dan | Add new API function sqlite3_db_cacheflush(). |
commit | commitdiff | tree |
| 2015-10-30 |
dan | Return immediately if sqlite3PagerWrite() is called... cacheflush |
commit | commitdiff | tree |
| 2015-10-30 |
drh | Add the --enable-editline option to various autoconf... |
commit | commitdiff | tree |
| 2015-10-30 |
dan | Test that calling sqlite3_db_cacheflush() does not... |
commit | commitdiff | tree |
| 2015-10-29 |
dan | Do not attempt to flush the pages of an in-memory datab... |
commit | commitdiff | tree |
| 2015-10-29 |
dan | Add a test case that calls sqlite3_db_cacheflush()... |
commit | commitdiff | tree |
| 2015-10-29 |
dan | Avoid automatically rolling back the transaction if... |
commit | commitdiff | tree |
| 2015-10-29 |
drh | Fix uses of ctype functions (ex: isspace()) on signed... |
commit | commitdiff | tree |
| 2015-10-29 |
mistachkin | Enhance comments in the MSVC batch build tool. |
commit | commitdiff | tree |
| 2015-10-28 |
drh | Make the internal sqlite3PExpr() interface responsive... |
commit | commitdiff | tree |
| 2015-10-28 |
dan | Add experimental API sqlite3_db_cacheflush(). |
commit | commitdiff | tree |
| 2015-10-28 |
drh | Factor out adding NOT expression nodes in the parser... |
commit | commitdiff | tree |
| 2015-10-27 |
dan | Have contentless and external content fts5 tables ignor... |
commit | commitdiff | tree |
| 2015-10-27 |
dan | Fix problems with prefix queries in fts5. |
commit | commitdiff | tree |
| 2015-10-27 |
drh | Provide hints to the storage engine using the sqlite3Bt... |
commit | commitdiff | tree |
| 2015-10-27 |
drh | Split out sqlite3BtreeCursorHintFlags() from sqlite3Btr... |
commit | commitdiff | tree |
| 2015-10-26 |
dan | Add new extended error code SQLITE_IOERR_AUTH. |
commit | commitdiff | tree |
| 2015-10-26 |
dan | Merge the BTREE_FORDELETE enhancement with this branch. |
commit | commitdiff | tree |
| 2015-10-26 |
drh | Merge in all trunk changes prior to the BTREE_FORDELETE... |
commit | commitdiff | tree |
| 2015-10-26 |
drh | Capture BTREE_FORDELETE test cases that were mistakenly... |
commit | commitdiff | tree |
| 2015-10-26 |
drh | Provide the BTREE_FORDELETE flag to sqlite3BtreeCursor... |
commit | commitdiff | tree |
| 2015-10-26 |
dan | Fix an uninitialized variable problem in the test code... |
commit | commitdiff | tree |
| 2015-10-26 |
dan | Test that the binary record "0x01 0x00" is interpreted... |
commit | commitdiff | tree |
| 2015-10-26 |
drh | Fix a C99-ism and a harmless compiler warning. |
commit | commitdiff | tree |
| 2015-10-26 |
drh | When compiling with SQLITE_HAS_CODEC, honor the hexkey... |
commit | commitdiff | tree |
| 2015-10-26 |
drh | Remove an unreachable branch in malloc.c. |
commit | commitdiff | tree |
| 2015-10-24 |
dan | When creating an automatic-index on a sub-query, add... |
commit | commitdiff | tree |
| 2015-10-23 |
dan | Remove an unused #define from whereInt.h. Add comments... |
commit | commitdiff | tree |
| 2015-10-22 |
dan | Modifications to pass a flag to internal routine sqlite... |
commit | commitdiff | tree |
| 2015-10-22 |
mistachkin | Alternate compiler warning fix for sqlite3StatusHighwater. |
commit | commitdiff | tree |
| 2015-10-21 |
mistachkin | Fix harmless compiler warnings in FTS5. |
commit | commitdiff | tree |
| 2015-10-21 |
mistachkin | Fix compilation of 'testfixture' with MSVC when the... |
commit | commitdiff | tree |
| 2015-10-21 |
dan | Remove some branches made unreachable by recent changes... |
commit | commitdiff | tree |
| 2015-10-21 |
dan | Minor optimization for fts5 queries. |
commit | commitdiff | tree |
| 2015-10-21 |
dan | Add extra debugging function to test_rbu.c. Enhance... |
commit | commitdiff | tree |
| 2015-10-20 |
mistachkin | Fix harmless compiler warnings in FTS5. |
commit | commitdiff | tree |
| 2015-10-20 |
dan | More optimizations for fts5 prefix queries. |
commit | commitdiff | tree |
| 2015-10-20 |
dan | Fix #line directives added to generated file fts5.c. |
commit | commitdiff | tree |
| 2015-10-20 |
dan | Initialize variables in the fts5 integrity-check code... |
commit | commitdiff | tree |
| 2015-10-19 |
dan | Another optimization for fts5 prefix (and other) queries. |
commit | commitdiff | tree |
| 2015-10-19 |
dan | Another tweak to improve performance of fts5 prefix... |
commit | commitdiff | tree |
| 2015-10-19 |
dan | Fix a problem in the fts5txt2db.tcl script causing... |
commit | commitdiff | tree |
| 2015-10-17 |
dan | Add tests to cover new branches added to the fts5 code... |
commit | commitdiff | tree |
| 2015-10-17 |
dan | Handle equality and range constraints on the "term... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Fix a comment in expr.c and add a CORRUPT_DB to an... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Merge recent enhancements from trunk. Version now... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Merge the version 3.9.1 updates. |
commit | commitdiff | tree |
| 2015-10-16 |
mistachkin | Enhancements to the MSVC makefile. |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Merge the 3.9.1 changes into trunk. (This only updates... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Version 3.9.1 version-3.9.1 |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Cherrypick the json form-feed fix, and other #ifdef... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Fix the fuzzershell utility program so that it compiles... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Fix the JSON1 extension so that it does not depend... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Form-feed is not valid whitespace for json. |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Have the sqlite3VdbeSerialType() function go ahead... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Use a lookup table to compute the content length for... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Simplify the OP_Column logic slightly. One very small... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | OP_Column optimization: Do not check for an oversize... |
commit | commitdiff | tree |
| 2015-10-16 |
drh | Improved header comment on the tool/vdbe_profile.tcl... |
commit | commitdiff | tree |
| 2015-10-15 |
drh | Performance optimization for the OP_Column opcode. |
commit | commitdiff | tree |
| 2015-10-15 |
drh | Enhance the use of the column cache for UPDATE statemen... |
commit | commitdiff | tree |
| 2015-10-15 |
drh | Add the OP_IntCopy opcode - an optimized version of... |
commit | commitdiff | tree |
| 2015-10-15 |
drh | Optimization to the out2Prerelease() helper routine... |
commit | commitdiff | tree |
| 2015-10-15 |
drh | Remove a superfluous conditional from the memory alloca... |
commit | commitdiff | tree |
| 2015-10-15 |
drh | Performance optimizations to the sqlite3MallocSize... |
commit | commitdiff | tree |
| 2015-10-15 |
drh | Change sqlite3StatusSet() into sqlite3StatusHighwater... |
commit | commitdiff | tree |
| 2015-10-15 |
drh | Make sure sqlite.h is not #included by itself. |
commit | commitdiff | tree |
| 2015-10-14 |
mistachkin | In the MSVC makefile, add LIBTCLPATH variable to make... |
commit | commitdiff | tree |
| 2015-10-14 |
mistachkin | In the MSVC makefile, make sure LDFLAGS is used for... |
commit | commitdiff | tree |
| 2015-10-14 |
dan | Tests and minor fixes to improve coverage of FTS5 code. |
commit | commitdiff | tree |
| 2015-10-14 |
mistachkin | Fix harmless compiler warnings. |
commit | commitdiff | tree |
| 2015-10-14 |
drh | Merge in all the 3.9.0 updates from trunk. |
commit | commitdiff | tree |
| 2015-10-14 |
drh | Update makefiles to remove all uses of "awk" - to make... |
commit | commitdiff | tree |
| 2015-10-14 |
mistachkin | Enable cross-compiling the various tool EXEs with MSVC. |
commit | commitdiff | tree |
| 2015-10-14 |
drh | Fixes to the JSON1 extension and to its use by fuzzchec... |
commit | commitdiff | tree |
| 2015-10-14 |
drh | Fix fuzzcheck.c so that it assumes that JSON1 is alread... dll-build-fix |
commit | commitdiff | tree |
| 2015-10-14 |
dan | Avoid exporting sqlite3_json_init() from amalgamation... |
commit | commitdiff | tree |
| 2015-10-14 |
drh | Version 3.9.0 version-3.9.0 |
commit | commitdiff | tree |
| 2015-10-14 |
dan | Add the missing 'extern "C" {...}' blocks to fts5.h... |
commit | commitdiff | tree |
| 2015-10-13 |
drh | Merge in the final few changes before the 3.9.0 release. |
commit | commitdiff | tree |
| 2015-10-12 |
drh | Remove the unused fts5ExprColsetTest() routine. |
commit | commitdiff | tree |
| 2015-10-12 |
mistachkin | Fix a couple harmless compiler warnings. |
commit | commitdiff | tree |
| 2015-10-12 |
dan | Further tweaks to improve fts5 prefix query performance. |
commit | commitdiff | tree |
| 2015-10-12 |
drh | Change all references to 3.8.12 into 3.9.0. Comment... |
commit | commitdiff | tree |
| 2015-10-12 |
mistachkin | Remove AWK requirement from the MSVC batch build tool. omit-awk |
commit | commitdiff | tree |
| 2015-10-12 |
mistachkin | The TclKit batch tool should not download the TclKit... |
commit | commitdiff | tree |
| 2015-10-11 |
drh | Detect and report circularly defined views even if... |
commit | commitdiff | tree |
| 2015-10-11 |
drh | Remove an unreachable branch in the query flattener... |
commit | commitdiff | tree |
| 2015-10-11 |
drh | Improved substitution logic in the query flattener... |
commit | commitdiff | tree |
| 2015-10-10 |
mistachkin | Enhance TclKit batch tool (and MSVC makefile) to suppor... |
commit | commitdiff | tree |
| 2015-10-10 |
drh | Pull in the latest 3.9.0 tweaks from trunk. |
commit | commitdiff | tree |
| 2015-10-10 |
drh | Work around a "security feature" bug in memcpy() on... |
commit | commitdiff | tree |
| 2015-10-10 |
drh | Remove another instance of strcpy() from FTS5, to molli... |
commit | commitdiff | tree |
| next |