2015-02-19 |
drh | First small steps toward brining trunk and apple-osx... |
commit | commitdiff | tree |
2015-02-13 |
drh | Improvements to SQLITE_ENABLE_API_ARMOR. |
commit | commitdiff | tree |
2015-02-13 |
drh | Make sure the prepared statement auto-resets on extende... |
commit | commitdiff | tree |
2015-02-12 |
mistachkin | For the shell '.import' command, make sure the last... |
commit | commitdiff | tree |
2015-02-09 |
drh | Propagate COLLATE operators upward through function... |
commit | commitdiff | tree |
2015-02-09 |
dan | Fix WITHOUT ROWID table handing in sqlite3_analyzer. |
commit | commitdiff | tree |
2015-02-09 |
drh | Add test cases for the query flattener fix for tkt-2f7170d7 |
commit | commitdiff | tree |
2015-02-09 |
drh | Propagate the COLLATE operator upward through function... |
commit | commitdiff | tree |
2015-02-09 |
drh | Disable the query flattener for aggregate subqueries... |
commit | commitdiff | tree |
2015-02-09 |
drh | Rename the internal "EP_Constant" bitmask to a less... |
commit | commitdiff | tree |
2015-02-09 |
drh | In selecttrace 0x100 mode, show the parse tree after... |
commit | commitdiff | tree |
2015-02-09 |
drh | In selecttrace mode 0x100, show a complete parse-tree... |
commit | commitdiff | tree |
2015-02-09 |
drh | Fix over-length source code lines in resolver.c. No... |
commit | commitdiff | tree |
2015-02-07 |
drh | Fix potential 32-bit integer overflow problems on the... |
commit | commitdiff | tree |
2015-02-06 |
drh | Change the name of ".info" to ".dbinfo" and add an... |
commit | commitdiff | tree |
2015-02-06 |
drh | Add the ".info" command to the shell. |
commit | commitdiff | tree |
2015-02-06 |
drh | Add the index_xinfo pragma which gives information... |
commit | commitdiff | tree |
2015-02-04 |
drh | Merge all recent trunk changes, including the movement... index_xinfo |
commit | commitdiff | tree |
2015-02-04 |
drh | Fix a missing mutex in SQLITE_TESTCTRL_IMPOSTER. |
commit | commitdiff | tree |
2015-02-03 |
drh | Fix a typo in the --help output for speedtest1. Fix... |
commit | commitdiff | tree |
2015-02-02 |
drh | Break out the (script-generated) pragma parsing tables... |
commit | commitdiff | tree |
2015-01-31 |
drh | Add the "index_xinfo" pragma. Add new columns to the... |
commit | commitdiff | tree |
2015-01-30 |
drh | Change SQLITE_TESTCTRL_INITMODE to SQLITE_TESTCTRL_IMPO... |
commit | commitdiff | tree |
2015-01-30 |
drh | Added SQLITE_TESTCTRL_INITMODE for improved testability. |
commit | commitdiff | tree |
2015-01-30 |
drh | Add a few simple test cases for SQLITE_TESTCTRL_INITMOD... initmode-testctrl |
commit | commitdiff | tree |
2015-01-29 |
mistachkin | Fix some duplicated test names. |
commit | commitdiff | tree |
2015-01-29 |
dan | Ensure that "PRAGMA wal_checkpoint = TRUNCATE|FULL... |
commit | commitdiff | tree |
2015-01-29 |
drh | Split up the SRC variable in Makefile.msc to avoid... |
commit | commitdiff | tree |
2015-01-29 |
drh | Add the INITMODE test-control. |
commit | commitdiff | tree |
2015-01-29 |
dan | Optimize range constraints on the rowid column of fts3... |
commit | commitdiff | tree |
2015-01-27 |
mistachkin | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2015-01-27 |
dan | Fix a bug in the fts3 snippet() function causing it... |
commit | commitdiff | tree |
2015-01-27 |
dan | Improve the performance of fts3/4 queries that use... |
commit | commitdiff | tree |
2015-01-27 |
drh | Fix a (almost always harmless) read past the end of... |
commit | commitdiff | tree |
2015-01-25 |
drh | The va_list argument cannot take on a NULL value and... |
commit | commitdiff | tree |
2015-01-24 |
drh | In the command-line shell, make sure stderr is unbuffer... |
commit | commitdiff | tree |
2015-01-22 |
drh | Make sure errors in the FROM clause of a SELECT cause... |
commit | commitdiff | tree |
2015-01-22 |
drh | Change the undocumented ".selecttrace" command in the... |
commit | commitdiff | tree |
2015-01-21 |
dan | Fix an assert() that may fail following an OOM error. |
commit | commitdiff | tree |
2015-01-21 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree |
2015-01-21 |
mistachkin | Enhancements to entropy generation for the Win32 VFS. |
commit | commitdiff | tree |
2015-01-20 |
drh | Fix another instance of an incorrect value for KeyInfo... |
commit | commitdiff | tree |
2015-01-19 |
drh | Ensure that the KeyInfo.nXField value for ephemeral... |
commit | commitdiff | tree |
2015-01-19 |
drh | There are asserts in place now that will prevent a... tkt-f97c4637 |
commit | commitdiff | tree |
2015-01-19 |
drh | Make sure that the KeyInfo.nXField value of ephermeral... |
commit | commitdiff | tree |
2015-01-19 |
drh | Fix the assert() of the previous check-in so that it... |
commit | commitdiff | tree |
2015-01-19 |
mistachkin | Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREAD... |
commit | commitdiff | tree |
2015-01-19 |
drh | An alternative way of implementing the assert() that... |
commit | commitdiff | tree |
2015-01-19 |
drh | Enhance the command-line shell with the ability to... |
commit | commitdiff | tree |
2015-01-19 |
drh | Eliminate all use of sprintf(), strcpy() and strcat... |
commit | commitdiff | tree |
2015-01-18 |
drh | Set binary mode for output on Windows when writing... |
commit | commitdiff | tree |
2015-01-18 |
drh | Set the command-line shell stdin to binary mode on... |
commit | commitdiff | tree |
2015-01-17 |
drh | Fix a harmless compiler warning the VFS for Windows. |
commit | commitdiff | tree |
2015-01-16 |
mistachkin | Fix harmless compiler warning. |
commit | commitdiff | tree |
2015-01-16 |
drh | Version 3.8.8 version-3.8.8 |
commit | commitdiff | tree |
2015-01-15 |
drh | Fix the spelling of "malloc_usable_size" in configure... |
commit | commitdiff | tree |
2015-01-15 |
drh | Makefile enhancements: (1) Rename autoconf/tea/configu... |
commit | commitdiff | tree |
2015-01-13 |
drh | Simplify some code in rtree, to avoid confusing the... |
commit | commitdiff | tree |
2015-01-13 |
drh | Fix the e_walauto.test test module so that it works... |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Fix harmless compiler warnings when using -W4 with... |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Fix harmless compiler warning in an assert() statement. msvcW4 |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Add two more classes of harmless MSVC compiler warnings. |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Silence some harmless uninitialized local variable... |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Harmless compiler warning fixes for 'testfixture' and... |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Merge updates from trunk. |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Get things compiling cleanly with MSVC and W4. |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Fix some harmless compiler warnings. |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Fix comments and add another disabled warning for MSVC. |
commit | commitdiff | tree |
2015-01-12 |
mistachkin | Work in progress on fixing harmless compiler warnings... |
commit | commitdiff | tree |
2015-01-12 |
drh | Add an assert() in order to calm a scan-build warning. |
commit | commitdiff | tree |
2015-01-10 |
drh | Add detection of the isnan() library function to the... |
commit | commitdiff | tree |
2015-01-10 |
drh | Make use of the fdatasync() interface if the HAVE_FDATA... |
commit | commitdiff | tree |
2015-01-10 |
drh | Improvements to compile-time-option hygiene. Use ... |
commit | commitdiff | tree |
2015-01-10 |
drh | Add the ability to put comments in the Config and Platf... |
commit | commitdiff | tree |
2015-01-10 |
drh | Autoconf configure script updates: (1) remove the... |
commit | commitdiff | tree |
2015-01-09 |
drh | Change the testfixture binary so that it explicitly... |
commit | commitdiff | tree |
2015-01-09 |
drh | Add SQLITE_ENABLE_STMT_SCANSTATUS to the Update-Delete... |
commit | commitdiff | tree |
2015-01-09 |
drh | Remove an unused preprocessor macro from pcache.c. |
commit | commitdiff | tree |
2015-01-09 |
drh | Improvements to the sqlite3_stmt_scanstatus() documenta... |
commit | commitdiff | tree |
2015-01-09 |
drh | Fix three crash problems discovered by afl-fuzz. |
commit | commitdiff | tree |
2015-01-09 |
drh | Add the "ascii" mode to the command-line shell. |
commit | commitdiff | tree |
2015-01-08 |
drh | Omit modules from the "valgrind" permutation that fork... |
commit | commitdiff | tree |
2015-01-08 |
drh | Try to fix up the "valgrindtest" target in Makefile... |
commit | commitdiff | tree |
2015-01-08 |
drh | Fix the extension tags on the "smoketest" makefile... |
commit | commitdiff | tree |
2015-01-08 |
drh | In releasetest.tcl: |
commit | commitdiff | tree |
2015-01-08 |
drh | In releasetest.tcl: add options --veryquick and pass... |
commit | commitdiff | tree |
2015-01-07 |
drh | In releasetest.tcl, always use --disable-shared togethe... |
commit | commitdiff | tree |
2015-01-07 |
drh | In releasetest.tcl, copy certain command-line arguments... |
commit | commitdiff | tree |
2015-01-07 |
mistachkin | Modify the valgrind target to be consistent with regard... |
commit | commitdiff | tree |
2015-01-07 |
mistachkin | Fix threads-enabled builds on Windows when the amalgama... |
commit | commitdiff | tree |
2015-01-07 |
drh | In releasetest.tcl, change the --dryrun option to work... |
commit | commitdiff | tree |
2015-01-07 |
drh | Add a valgrind test to the Linux-x86_64 platform in... |
commit | commitdiff | tree |
2015-01-06 |
dan | Fix a problem in the unix implementation of FCNTL_SIZE_... |
commit | commitdiff | tree |
2015-01-06 |
drh | Improved and more rigorous test of large VALUES clauses. |
commit | commitdiff | tree |
2015-01-05 |
drh | Enhance "INSERT INTO ... VALUES" so that the number... |
commit | commitdiff | tree |
2015-01-05 |
drh | Avoid O(N*N) behavior with very long lists of VALUES. many-VALUEs |
commit | commitdiff | tree |
2015-01-05 |
drh | Handle compound-select statements originating from... |
commit | commitdiff | tree |
2015-01-05 |
drh | Towards getting INSERT statements to except many VALUE... |
commit | commitdiff | tree |
2015-01-05 |
drh | Remove some needless recursion from compound SELECT... |
commit | commitdiff | tree |
2015-01-03 |
drh | In releasetest.tcl, omit the CC=clang text from the... |
commit | commitdiff | tree |
next |