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 |
2014-07-19 |
mistachkin | Fix warnings caused by the previous commit. |
commit | commitdiff | tree |
2014-07-18 |
mistachkin | Fix harmless compiler warnings for MSVC in the showdb... |
commit | commitdiff | tree |
2014-07-18 |
mistachkin | Update clean targets with the recently added command... |
commit | commitdiff | tree |
2014-07-18 |
drh | Improved documentation for checkpoints and the busy... |
commit | commitdiff | tree |
2014-07-18 |
drh | SQLite has long accepted some unadvertised and non... |
commit | commitdiff | tree |
2014-07-18 |
drh | Improvements to the ".fullschema" command in the comman... |
commit | commitdiff | tree |
2014-07-07 |
mistachkin | Fix harmless compiler warnings in the fts3view utility... |
commit | commitdiff | tree |
2014-07-07 |
mistachkin | Add the fts3view utility program to the MSVC makefile. |
commit | commitdiff | tree |
2014-07-07 |
drh | Fix a division-by-zero error in the fts3view utility... |
commit | commitdiff | tree |
2014-07-03 |
dan | Change fts3/4 so that the "unicode61" is included in... |
commit | commitdiff | tree |
2014-07-01 |
dan | Add another test to verify that SQLite is using stat4... |
commit | commitdiff | tree |
2014-07-01 |
dan | Ensure that all fields are loaded from the stat4 table... |
commit | commitdiff | tree |
2014-06-30 |
drh | Bump the version number to 3.8.6. |
commit | commitdiff | tree |
2014-06-30 |
drh | Attempt to use STAT4 information to estimate the select... |
commit | commitdiff | tree |
2014-06-30 |
drh | Fix for ticket [b2fa5424e6fcb15]: Better define the... |
commit | commitdiff | tree |
2014-06-30 |
dan | Fix a problem in where.c with using the stat4 sample... stat4-without-rowid |
commit | commitdiff | tree |
2014-06-30 |
drh | Fix the STAT4 information for WITHOUT ROWID tables. |
commit | commitdiff | tree |
2014-06-30 |
dan | Fix where.c so that the primary key values appended... |
commit | commitdiff | tree |
2014-06-30 |
drh | Omit non-primary-key columns from the STAT4 samples... |
commit | commitdiff | tree |
2014-06-30 |
drh | Generate complete samples for sqlite_stat4 on WITHOUT... |
commit | commitdiff | tree |
2014-06-30 |
drh | Add makefile targets for various diagnostic tools,... |
commit | commitdiff | tree |
2014-06-28 |
dan | Add an OOM fault injection test for the new code on... stat4-skipscan |
commit | commitdiff | tree |
2014-06-28 |
dan | Add further tests to skipscan5.test. |
commit | commitdiff | tree |
2014-06-28 |
drh | Add header comments on new routines. Rework the sqlite... |
commit | commitdiff | tree |
2014-06-28 |
dan | Fix a problem with using stat4 samples of type text... |
commit | commitdiff | tree |
2014-06-28 |
drh | Change the VDBE to export the sqlite3MemCompare() routi... |
commit | commitdiff | tree |
2014-06-28 |
dan | Merge fixes from trunk with this branch. |
commit | commitdiff | tree |
next |