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 |
2014-06-27 |
dan | Fix a couple of problems in estimating the number of... |
commit | commitdiff | tree |
2014-06-26 |
mistachkin | Add some more IN operator tests. |
commit | commitdiff | tree |
2014-06-26 |
mistachkin | Fix compilation issue when STAT4 is not enabled. |
commit | commitdiff | tree |
2014-06-26 |
mistachkin | Revise the affinity returned for expressions flagged... |
commit | commitdiff | tree |
2014-06-26 |
dan | Attempt to use sqlite_stat4 data to estimate the number... |
commit | commitdiff | tree |
2014-06-24 |
drh | Fix showstat4.c so that it decodes typecodes 8 and... |
commit | commitdiff | tree |
2014-06-24 |
drh | Add the showstat4.exe utility program for decoding... |
commit | commitdiff | tree |
2014-06-23 |
drh | Add the .fullschema command to the sqlite3.exe utility... |
commit | commitdiff | tree |
2014-06-23 |
dan | Fix a problem with SQLITE_OMIT_WSD builds. |
commit | commitdiff | tree |
2014-06-23 |
dan | Fix a problem with SQLITE_OMIT_WAL builds. |
commit | commitdiff | tree |
2014-06-20 |
drh | Improved display of record data in the "NNNbd" output... |
commit | commitdiff | tree |
2014-06-20 |
drh | In the showdb.exe utility, for the "NNNbd" command... |
commit | commitdiff | tree |
2014-06-19 |
drh | Add the ability to decode the headers of individual... |
commit | commitdiff | tree |
2014-06-18 |
drh | Add the "LogEst" and "LogEst.exe" target to the makefiles. |
commit | commitdiff | tree |
2014-06-18 |
drh | Fix a comment on the sqlite3Utf8Read() routine. No... |
commit | commitdiff | tree |
2014-06-18 |
drh | Prevent an automatic index from taking the place of... |
commit | commitdiff | tree |
2014-06-17 |
drh | Prevent an automatic index from taking the place of... autoindex-improvements |
commit | commitdiff | tree |
2014-06-17 |
drh | Fix a missing space in a "wheretrace" comment. No... |
commit | commitdiff | tree |
2014-06-17 |
drh | Add the likely() function for symmetry with unlikely... |
commit | commitdiff | tree |
2014-06-17 |
drh | Improvements to query planning, especially in regards... |
commit | commitdiff | tree |
2014-06-17 |
drh | Add the autoindex2.test testing module. |
commit | commitdiff | tree |
2014-06-17 |
drh | A different approach to the autoindex problem that... |
commit | commitdiff | tree |
2014-06-17 |
drh | Simplification to the logic that prevents automatic... |
commit | commitdiff | tree |
2014-06-17 |
drh | Allow an automatic index on a WHERE constraint where... |
commit | commitdiff | tree |
2014-06-17 |
drh | Do not attempt to create an automatic index on a consta... |
commit | commitdiff | tree |
2014-06-16 |
mistachkin | Fix CSV import issue, reported via the mailing list... |
commit | commitdiff | tree |
2014-06-16 |
drh | In the "wheretrace" logic (disabled for normal builds... |
commit | commitdiff | tree |
2014-06-16 |
drh | Add the SQLITE_UNLINK_AFTER_CLOSE compile-time option... |
commit | commitdiff | tree |
2014-06-16 |
drh | Add an application ID for MBTiles tilesets. |
commit | commitdiff | tree |
2014-06-16 |
drh | Back out the unix VFS changes that seeks to avoid fstat... |
commit | commitdiff | tree |
2014-06-16 |
drh | Add the ".eqp" dot-command to the ".help" output in... |
commit | commitdiff | tree |
next |