2014-08-12 |
dan | Run a test with TEST_REALLOC_STRESS and OMIT_LOOKASIDE... |
commit | commitdiff | tree |
2014-08-12 |
dan | If SQLITE_TEST_REALLOC_STRESS is defined, extend the... |
commit | commitdiff | tree |
2014-08-12 |
drh | Fix typos in the VxWorks code of os_unix.c. |
commit | commitdiff | tree |
2014-08-12 |
dan | Add a test to ensure that the problem fixed by [a179e41... |
commit | commitdiff | tree |
2014-08-12 |
drh | Fix an assert() statement in the SELECT code generator... |
commit | commitdiff | tree |
2014-08-11 |
mistachkin | Modify GetVersionEx Win32 VFS fix for use with the... |
commit | commitdiff | tree |
2014-08-11 |
drh | Further clarification and typo fixes for the previous... |
commit | commitdiff | tree |
2014-08-11 |
drh | Clarify the comment explaining the meaning of the SQLIT... |
commit | commitdiff | tree |
2014-08-11 |
mistachkin | Fix for #ifdef issue with GetVersionEx in the Win32... |
commit | commitdiff | tree |
2014-08-11 |
drh | Add a few more requirements tests. |
commit | commitdiff | tree |
2014-08-11 |
drh | Updates to evidence marks and requirements. No changes... |
commit | commitdiff | tree |
2014-08-11 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2014-08-11 |
drh | Changes that will perhaps enable SQLite to work better... |
commit | commitdiff | tree |
2014-08-08 |
drh | Update requirements marks. No changes to code. |
commit | commitdiff | tree |
2014-08-08 |
drh | Improvements to the way the query planner handles sorti... |
commit | commitdiff | tree |
2014-08-08 |
dan | Fix a buffer overrun in the previous commit. query-planner-fix |
commit | commitdiff | tree |
2014-08-08 |
dan | Because SQLite internally calculates query plan costs... |
commit | commitdiff | tree |
2014-08-08 |
drh | The SQLITE_IOERR_BLOCKED extended error code is not... |
commit | commitdiff | tree |
2014-08-08 |
drh | Reworking the documentation on integer result codes... |
commit | commitdiff | tree |
2014-08-07 |
drh | When the estimated sorting cost overwhelms the estimate... |
commit | commitdiff | tree |
2014-08-07 |
drh | Clarify the computation of compatible isOrdered by... |
commit | commitdiff | tree |
2014-08-07 |
drh | Remove the extraneous debugging printf() from the previ... |
commit | commitdiff | tree |
2014-08-07 |
drh | When the estimated cost to do a sort overwhelms the... |
commit | commitdiff | tree |
2014-08-06 |
drh | A couple more harmless compiler warnings eliminated. |
commit | commitdiff | tree |
2014-08-06 |
drh | Fix two more harmless compiler warnings. Make sure... |
commit | commitdiff | tree |
2014-08-06 |
drh | Fix harmless compiler warnings. In the command-line... |
commit | commitdiff | tree |
2014-08-06 |
drh | Fix an obsolete comment in the func.c source file.... |
commit | commitdiff | tree |
2014-08-06 |
drh | On the windows VFS, do not try to make InterlockedCompa... |
commit | commitdiff | tree |
2014-08-06 |
mistachkin | In the Win32 VFS, work around InterlockedCompareExchang... |
commit | commitdiff | tree |
2014-08-06 |
drh | Fix typos in the opcode documentation. Comment changes... |
commit | commitdiff | tree |
2014-08-06 |
drh | A simpler fix for ticket [3a88d85f36704eebe1] - one... |
commit | commitdiff | tree |
2014-08-05 |
drh | Ensure that aggregate functions are not used when evalu... |
commit | commitdiff | tree |
2014-08-05 |
drh | Add the ability to evaluate IN operators as a sequence... |
commit | commitdiff | tree |
2014-08-05 |
drh | Rename the internal Schema.flags field to Schema.schema... |
commit | commitdiff | tree |
2014-08-05 |
drh | Improved VdbeCoverage() macros. A few minor simplifica... IN-operator-improvements |
commit | commitdiff | tree |
2014-08-04 |
drh | Part of the change in the previous check-in was incorre... |
commit | commitdiff | tree |
2014-08-04 |
drh | Further enhancements to IN-operator processing. |
commit | commitdiff | tree |
2014-08-04 |
drh | Refinements to the enhanced IN-operator logic. |
commit | commitdiff | tree |
2014-08-02 |
drh | Enhancements to the code generator for the IN operator... |
commit | commitdiff | tree |
2014-08-02 |
mistachkin | Remove (newly) incorrect preprocessor check to fix... |
commit | commitdiff | tree |
2014-08-01 |
drh | A better comment on the generated code for the NULL... |
commit | commitdiff | tree |
2014-08-01 |
drh | Improved detection and handling of NULL values on the... |
commit | commitdiff | tree |
2014-08-01 |
drh | Remove an unnecessary OP_Null in the IN-operator logic... |
commit | commitdiff | tree |
2014-08-01 |
drh | Clean up the IN operator code generation logic to make... |
commit | commitdiff | tree |
2014-08-01 |
drh | The idea of coding IN operator with a short list on... |
commit | commitdiff | tree |
2014-08-01 |
drh | Begin making changes to the IN operator in an attempt... |
commit | commitdiff | tree |
2014-08-01 |
drh | Enhance the PRAGMA integrity_check command to detect... |
commit | commitdiff | tree |
2014-07-31 |
drh | Refactoring: Change "pIndex->onError!=OE_None" to... |
commit | commitdiff | tree |
2014-07-31 |
drh | Omit a pointless OP_Null when processing a value-list... |
commit | commitdiff | tree |
2014-07-31 |
mistachkin | Optimizations to the OS sub-type checking in the Win32... |
commit | commitdiff | tree |
2014-07-31 |
dan | Add a missing call to "test_sqlite3_log" to multiplex... |
commit | commitdiff | tree |
2014-07-31 |
dan | Fix a leaked statement handle in pager2.test. |
commit | commitdiff | tree |
2014-07-31 |
drh | Deactivate the DISTINCT in a SELECT on the right-hand... |
commit | commitdiff | tree |
2014-07-30 |
mistachkin | Re-integrate the recent changes from the 'winMutex... |
commit | commitdiff | tree |
2014-07-30 |
drh | Add three new static mutexes for use by the application... |
commit | commitdiff | tree |
2014-07-30 |
drh | Add the "eForce" parameter to the sqlite3_multiplex_shu... |
commit | commitdiff | tree |
2014-07-30 |
drh | Ensure that the correct number of columns in a UNIQUE... |
commit | commitdiff | tree |
2014-07-29 |
mistachkin | Enhancements and updates to the Win32 mutex subsystem. |
commit | commitdiff | tree |
2014-07-29 |
mistachkin | Merge updates from trunk. winMutex |
commit | commitdiff | tree |
2014-07-29 |
drh | Add the SQLITE_TESTCTRL_ISINIT file control. |
commit | commitdiff | tree |
2014-07-29 |
dan | Have calls to the xFilter() method of rtree virtual... |
commit | commitdiff | tree |
2014-07-29 |
mistachkin | Enhancements and updates to the Win32 mutex subsystem. |
commit | commitdiff | tree |
2014-07-26 |
drh | Remove an unreachable branch from the sqlite3_value_num... |
commit | commitdiff | tree |
2014-07-26 |
drh | Avoid unnecessary no-op calls to applyNumericAffinity... |
commit | commitdiff | tree |
2014-07-25 |
drh | Try to fix harmless compiler warnings reported by Fortify. |
commit | commitdiff | tree |
2014-07-25 |
drh | Improved comments on VDBE opcodes, for better documenta... |
commit | commitdiff | tree |
2014-07-25 |
drh | Add constraints (enforced only when SQLITE_DEBUG is... |
commit | commitdiff | tree |
2014-07-24 |
drh | Improve the performance of the ANALYZE command by takin... |
commit | commitdiff | tree |
2014-07-24 |
drh | Fix a bug in the whereRangeSkipScanEst() procedure... |
commit | commitdiff | tree |
2014-07-24 |
drh | Avoid trying to allocation zero bytes when analyzing... faster-analyze |
commit | commitdiff | tree |
2014-07-24 |
drh | Avoid change tests when analyzing single-column unique... |
commit | commitdiff | tree |
2014-07-24 |
drh | Add the readfile(FILENAME) and writefile(FILENAME,CONTE... |
commit | commitdiff | tree |
2014-07-24 |
drh | Add support for hexadecimal integer literals in the... |
commit | commitdiff | tree |
2014-07-24 |
drh | In the command-line shell, in CSV output mode, terminat... |
commit | commitdiff | tree |
2014-07-23 |
drh | Add experimental "costmult" logic. Only enabled when... |
commit | commitdiff | tree |
2014-07-23 |
drh | Ugh. Consecutive UNIQUE index entries are only distinc... |
commit | commitdiff | tree |
2014-07-23 |
mistachkin | Enhancements to the hex literal tests. hex-literal |
commit | commitdiff | tree |
2014-07-23 |
drh | Improve the performance of the ANALYZE command by takin... |
commit | commitdiff | tree |
2014-07-23 |
drh | Updated documentation on sqlite3_temp_directory. No... |
commit | commitdiff | tree |
2014-07-23 |
drh | Remove a surplus function prototype. #ifdef code that... |
commit | commitdiff | tree |
2014-07-23 |
drh | Change the hex literal processing so that only the... |
commit | commitdiff | tree |
2014-07-23 |
drh | Casting hex literals directly from string to float... |
commit | commitdiff | tree |
2014-07-23 |
drh | Reformatting a few test cases for clarity. |
commit | commitdiff | tree |
2014-07-23 |
drh | Test cases for hex literals. |
commit | commitdiff | tree |
2014-07-23 |
drh | Add support for parsing C-style hexadecimal literals. |
commit | commitdiff | tree |
2014-07-22 |
drh | When running ANALYZE, it is not necessary to check... |
commit | commitdiff | tree |
2014-07-22 |
drh | Add the OP_ReopenIdx opcode that works like OP_OpenRead... |
commit | commitdiff | tree |
2014-07-22 |
drh | The optimization of check-in [b67a6e33f2] does not... |
commit | commitdiff | tree |
2014-07-22 |
drh | Fix the index name for the shadow tables in the spellfi... |
commit | commitdiff | tree |
2014-07-22 |
drh | Correction: The maximum SQLITE_MAX_ATTACHED value... |
commit | commitdiff | tree |
2014-07-22 |
drh | Enhance the sqlite_stat1.stat parsing to allow addition... |
commit | commitdiff | tree |
2014-07-22 |
drh | Expire prepared statements after running ANALYZE. |
commit | commitdiff | tree |
2014-07-22 |
drh | Enhance the comment on whereLoopAddBtree(). No changes... |
commit | commitdiff | tree |
2014-07-22 |
drh | For the OR-optimization, avoid generating OP_OpenRead... |
commit | commitdiff | tree |
2014-07-21 |
drh | Limit the maximum SQLITE_MAX_ATTACHED to 127, since... |
commit | commitdiff | tree |
2014-07-21 |
drh | Allow the SQLITE_MAX_ATTACHED compile-time option to... |
commit | commitdiff | tree |
2014-07-19 |
dan | Update the sqlite3_stmt_busy() function so that it... |
commit | commitdiff | tree |
2014-07-19 |
drh | Fix harmless compiler warnings in the showdb and showwa... |
commit | commitdiff | tree |
2014-07-19 |
mistachkin | Fix some harmess compiler warnings in the FTS3 Unicode... toolWarnings |
commit | commitdiff | tree |
2014-07-19 |
mistachkin | Fix warnings related to having a 64-bit size_t. |
commit | commitdiff | tree |
next |