2009-11-19 |
dan | Fix some fts3 related issues with the autoconf and... fts3-refactor |
commit | commitdiff | tree |
2009-11-19 |
dan | Merge with [4bd4330709]. fts3-refactor |
commit | commitdiff | tree |
2009-11-19 |
drh | Fix a bug introduced with recent optimizations: The... |
commit | commitdiff | tree |
2009-11-19 |
dan | Merge the fts3-refactor branch with the trunk. |
commit | commitdiff | tree |
2009-11-19 |
dan | Fix problems introduced into fts3 as part of the refact... |
commit | commitdiff | tree |
2009-11-18 |
drh | Performance improvement by avoiding unnecessary calls... |
commit | commitdiff | tree |
2009-11-18 |
dan | Add some missing comments and fix some other issues... |
commit | commitdiff | tree |
2009-11-18 |
drh | Suppress more instances of unnecessary OP_IsNull and... |
commit | commitdiff | tree |
2009-11-17 |
drh | Enhancements to the VDBE opcode loop to reduce the... |
commit | commitdiff | tree |
2009-11-17 |
drh | Code generator tries to avoid pointless OP_IsNull and... |
commit | commitdiff | tree |
2009-11-17 |
dan | Improvements to the way fts3 reads the full-text index. |
commit | commitdiff | tree |
2009-11-16 |
drh | Make sure the output of sqlite3OsFullPathname is initia... |
commit | commitdiff | tree |
2009-11-16 |
drh | Fix a reference to freed memory that can occur followin... |
commit | commitdiff | tree |
2009-11-16 |
drh | Back out part of the change in [23ea2b700fd6d28d] since... |
commit | commitdiff | tree |
2009-11-16 |
dan | Add a few extra coverage test cases for fts3. |
commit | commitdiff | tree |
2009-11-16 |
drh | Use the sqlite3CtypeMap[] to improve the speed and... |
commit | commitdiff | tree |
2009-11-16 |
drh | Additional optimizations in sqlite3VdbeRecordCompare(). |
commit | commitdiff | tree |
2009-11-16 |
drh | Optimizations to the sqlite3VdbeRecordCompare() routine... |
commit | commitdiff | tree |
2009-11-14 |
dan | Fixes to fts3 integrity check code. |
commit | commitdiff | tree |
2009-11-14 |
drh | Optimizations to the main loop inside sqlite3VdbeExec... |
commit | commitdiff | tree |
2009-11-14 |
drh | Make the sqlite3VdbeExec() function about 2% faster... |
commit | commitdiff | tree |
2009-11-14 |
dan | Further OOM testing for fts3 code. Add Tcl code impleme... |
commit | commitdiff | tree |
2009-11-13 |
drh | Performance improvements and size reductions on the... |
commit | commitdiff | tree |
2009-11-13 |
drh | Simplify the OPFLG processing logic in the VDBE for... |
commit | commitdiff | tree |
2009-11-13 |
drh | Force 8-byte memory alignment on memory allocated for... |
commit | commitdiff | tree |
2009-11-13 |
drh | Changes to test_intarray.c so that it build with SQLITE... |
commit | commitdiff | tree |
2009-11-13 |
dan | Start reworking fts3 code to match the rest of SQLite... |
commit | commitdiff | tree |
2009-11-12 |
drh | Shift more OP_Found opcodes over to using the unpacked... |
commit | commitdiff | tree |
2009-11-12 |
drh | Enhance the OP_Found and OP_NotFound opcodes so that... |
commit | commitdiff | tree |
2009-11-12 |
drh | Factor out the IN operator code generation into a subro... |
commit | commitdiff | tree |
2009-11-12 |
drh | Factor out the code generator for BETWEEN into a subrou... |
commit | commitdiff | tree |
2009-11-12 |
shaneh | Update comment for substrFunc(). Added additional... |
commit | commitdiff | tree |
2009-11-12 |
drh | Suppress unnecessary OP_Noop instructions on when the... |
commit | commitdiff | tree |
2009-11-12 |
drh | Suppress excess OP_Null opcodes caused by binary IS... |
commit | commitdiff | tree |
2009-11-12 |
drh | Adjustments to the implementation of LIMIT so that... |
commit | commitdiff | tree |
2009-11-11 |
drh | If the sector size is unspecified (initially 0) then... |
commit | commitdiff | tree |
2009-11-11 |
drh | Remove an obsolete (and incorrect) comment from sqlite3... |
commit | commitdiff | tree |
2009-11-11 |
drh | Tweaks to the SUBSTR() function to make it dramatically... |
commit | commitdiff | tree |
2009-11-11 |
drh | Allow media sector sizes as small as 32. The former... |
commit | commitdiff | tree |
2009-11-11 |
shaneh | Modified CLI to raise an error when extra command line... |
commit | commitdiff | tree |
2009-11-11 |
drh | Additional test cases for the coalesce() and ifnull... |
commit | commitdiff | tree |
2009-11-11 |
drh | Generate VDBE code for the built-in COALESCE() and... |
commit | commitdiff | tree |
2009-11-10 |
drh | Additional intarray test cases and tweaks to comments. |
commit | commitdiff | tree |
2009-11-10 |
drh | Initial implementation and test cases for the "intarray... |
commit | commitdiff | tree |
2009-11-10 |
shaneh | Fix for datbase name being ignored with the -batch... |
commit | commitdiff | tree |
2009-11-10 |
drh | Remove the obsolete "$Id:$" RCS identifier strings... |
commit | commitdiff | tree |
2009-11-10 |
drh | Remove from the TCL interface some old code associated... |
commit | commitdiff | tree |
2009-11-10 |
drh | Omit some code that is not used when SQLITE_SECURE_DELE... |
commit | commitdiff | tree |
2009-11-06 |
shaneh | Improved shell "dot" command argument handling. Ticket... |
commit | commitdiff | tree |
2009-11-06 |
drh | Fix the backup API so that a backup from an empty datab... |
commit | commitdiff | tree |
2009-11-06 |
shaneh | Merged accidental fork. |
commit | commitdiff | tree |
2009-11-06 |
shaneh | Add some very basic tests for the commands available... |
commit | commitdiff | tree |
2009-11-05 |
drh | Recover an ophaned branch that resulted from some ill... |
commit | commitdiff | tree |
2009-11-04 |
drh | Remove "const" from parameter of sqlite3BtreeFactory... |
commit | commitdiff | tree |
2009-11-04 |
drh | Create a new datatype "ynVar" to hold "nVar" (number... |
commit | commitdiff | tree |
2009-11-04 |
drh | Report errors back up to the ATTACH command if the... |
commit | commitdiff | tree |
2009-11-03 |
shane | Fix compiler warnings on MSVC build. |
commit | commitdiff | tree |
2009-11-03 |
drh | Enhancements to lemon to generate more compact action... |
commit | commitdiff | tree |
2009-11-03 |
drh | Force all qsort() calls in mkkeywordhash.c to be stable... |
commit | commitdiff | tree |
2009-11-03 |
drh | Adjust the lemon implementation so that it always compu... |
commit | commitdiff | tree |
2009-11-03 |
drh | All SQLITE_MAX_VARIABLE_NUMBER to exceed 32767. The... |
commit | commitdiff | tree |
2009-11-02 |
drh | Bug fix in the recent changes to mkopcodeh.awk. |
commit | commitdiff | tree |
2009-11-02 |
drh | Update the generator AWK script for opcodes.h so that... |
commit | commitdiff | tree |
2009-11-02 |
drh | Do not insert the date and time of generation into... |
commit | commitdiff | tree |
2009-11-02 |
drh | Update the configure script for version 3.6.20. |
commit | commitdiff | tree |
2009-11-02 |
drh | Comment changes in support of better documentation... |
commit | commitdiff | tree |
2009-11-01 |
drh | Fix compiler warnings. Better comments on some variabl... |
commit | commitdiff | tree |
2009-10-30 |
drh | Increase the version number to 3.6.20. |
commit | commitdiff | tree |
2009-10-30 |
drh | Avoid storing the result register for EXISTS and SELECT... |
commit | commitdiff | tree |
2009-10-29 |
drh | Reduce the memory required by prepared statements that... |
commit | commitdiff | tree |
2009-10-27 |
drh | Minor updates and corrections to comments in btreeInt... |
commit | commitdiff | tree |
2009-10-26 |
drh | Remove additional obsolete code from the sqlite3_releas... |
commit | commitdiff | tree |
2009-10-26 |
drh | Remove some obsolete code within #if 0 that was causing... |
commit | commitdiff | tree |
2009-10-24 |
drh | Fix a compiler warning that occurs when building the... |
commit | commitdiff | tree |
2009-10-24 |
drh | Another attempt at getting the pTail pointer computatio... |
commit | commitdiff | tree |
2009-10-24 |
shane | In shell, modified to not print informational messages... |
commit | commitdiff | tree |
2009-10-24 |
shane | In shell, changed ".tables" command to not add '%'... |
commit | commitdiff | tree |
2009-10-24 |
drh | Check-in [19064d7cea] broke the pTail return on sqlite3... |
commit | commitdiff | tree |
2009-10-23 |
drh | Make sure that UTF16 to UTF8 conversions to not read... |
commit | commitdiff | tree |
2009-10-23 |
shane | In shell, ensure that do_meta_command() returns consist... |
commit | commitdiff | tree |
2009-10-23 |
shane | In shell, modified "import" handling to ensure error... |
commit | commitdiff | tree |
2009-10-22 |
shane | In shell, reworked .header and .echo handling. |
commit | commitdiff | tree |
2009-10-22 |
drh | Merge the MD5 checksum logic into the TCL interface... |
commit | commitdiff | tree |
2009-10-22 |
drh | Add some sample requirement implementation comments... |
commit | commitdiff | tree |
2009-10-22 |
shane | In shell, in shell_exec() logic, use type info if avail... |
commit | commitdiff | tree |
2009-10-22 |
shane | Updated shell to output blobs in X'1234' form when... |
commit | commitdiff | tree |
2009-10-22 |
drh | Add markings on test evidence for R-30323-21917. |
commit | commitdiff | tree |
2009-10-22 |
drh | Mention the sqlite3_column_count() function on the... |
commit | commitdiff | tree |
2009-10-21 |
shane | Merge accidental fork back to trunk. |
commit | commitdiff | tree |
2009-10-21 |
shane | Modified shell to call output_html_string() for header... |
commit | commitdiff | tree |
2009-10-21 |
shane | Made detectSchemaProblem function and aSchemaTable... |
commit | commitdiff | tree |
2009-10-21 |
drh | Add evidence marks to parse.y. Fix a broken evidence... |
commit | commitdiff | tree |
2009-10-21 |
shane | For the shell, changed the output of the errors on... |
commit | commitdiff | tree |
2009-10-21 |
shane | For Windows version of shell, add support for .timer... |
commit | commitdiff | tree |
2009-10-21 |
shane | For Windows VFS, modified xGetLastError() to call Forma... |
commit | commitdiff | tree |
2009-10-20 |
drh | Clarify the use of sqlite3_shutdown(). |
commit | commitdiff | tree |
2009-10-20 |
drh | Fix the VACUUM command so that when the MAIN and TEMP... |
commit | commitdiff | tree |
2009-10-20 |
drh | Remove all mention of sqlite3_next_stmt() from the... |
commit | commitdiff | tree |
2009-10-20 |
drh | Update documentation on the sqlite3_prepare_v2() interf... |
commit | commitdiff | tree |
2009-10-20 |
dan | Fix cases where modifying bound variables using the... |
commit | commitdiff | tree |
next |