Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 16708c4 Fix some fts3 related issues with the autoconf and amalgamation build systems. by dan · 16 years ago fts3-refactor
  2. 91b71c1 Merge with [4bd4330709]. by dan · 16 years ago fts3-refactor
  3. cd7f457 Fix a bug introduced with recent optimizations: The unary minus operator by drh · 16 years ago
  4. 44e0d68 Merge the fts3-refactor branch with the trunk. by dan · 16 years ago
  5. 5dc842d Fix problems introduced into fts3 as part of the refactoring. by dan · 16 years ago
  6. f25a507 Performance improvement by avoiding unnecessary calls to memset(). by drh · 16 years ago
  7. bd61689 Add some missing comments and fix some other issues in fts3 code. by dan · 16 years ago
  8. 2f2855b Suppress more instances of unnecessary OP_IsNull and OP_Affinity opcodes. by drh · 16 years ago
  9. 3c65721 Enhancements to the VDBE opcode loop to reduce the number of machine-code by drh · 16 years ago
  10. 039fc32 Code generator tries to avoid pointless OP_IsNull and OP_Affinity opcodes. by drh · 16 years ago
  11. f13b704 Improvements to the way fts3 reads the full-text index. by dan · 16 years ago
  12. 68ff78b Make sure the output of sqlite3OsFullPathname is initialized even if the by drh · 16 years ago
  13. f6a8203 Fix a reference to freed memory that can occur following an OOM error in by drh · 16 years ago
  14. 3727263 Back out part of the change in [23ea2b700fd6d28d] since TH3 reveals some by drh · 16 years ago
  15. 948a5f8 Add a few extra coverage test cases for fts3. by dan · 16 years ago
  16. af2b572 Use the sqlite3CtypeMap[] to improve the speed and reduce the size of the by drh · 16 years ago
  17. d93a8b2 Additional optimizations in sqlite3VdbeRecordCompare(). by drh · 16 years ago
  18. 8b249a8 Optimizations to the sqlite3VdbeRecordCompare() routine help it to run 12.5% by drh · 16 years ago
  19. 4b4d446 Fixes to fts3 integrity check code. by dan · 16 years ago
  20. a6c2ed9 Optimizations to the main loop inside sqlite3VdbeExec() to help VDBE byte code by drh · 16 years ago
  21. bbe879d Make the sqlite3VdbeExec() function about 2% faster by storing the opcode by drh · 16 years ago
  22. 91f0ce3 Further OOM testing for fts3 code. Add Tcl code implementing an integrity-check for fts3. by dan · 16 years ago
  23. 1f35012 Performance improvements and size reductions on the OP_Seek* family of by drh · 16 years ago
  24. 93952eb Simplify the OPFLG processing logic in the VDBE for a speed boost in the by drh · 16 years ago
  25. c54055b Force 8-byte memory alignment on memory allocated for VDBE cursors. by drh · 16 years ago
  26. 5c03f30 Changes to test_intarray.c so that it build with SQLITE_OMIT_VIRTUALTABLE. by drh · 16 years ago
  27. 09977bb Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). by dan · 16 years ago
  28. 91fc4a0 Shift more OP_Found opcodes over to using the unpacked format, for improved by drh · 16 years ago
  29. 8cff69d Enhance the OP_Found and OP_NotFound opcodes so that they can accept an by drh · 16 years ago
  30. e3365e6 Factor out the IN operator code generation into a subroutine. Use this by drh · 16 years ago
  31. 36c563a Factor out the code generator for BETWEEN into a subroutine. by drh · 16 years ago
  32. 779b8f1 Update comment for substrFunc(). Added additional SUBSTR() test cases. by shaneh · 16 years ago
  33. 35451c6 Suppress unnecessary OP_Noop instructions on when the right table of a by drh · 16 years ago
  34. 6a51741 Suppress excess OP_Null opcodes caused by binary IS or IS NOT operators by drh · 16 years ago
  35. 9b918ed Adjustments to the implementation of LIMIT so that it uses fewer opcodes. by drh · 16 years ago
  36. ae2a348 If the sector size is unspecified (initially 0) then set it to 512, not to 32. by drh · 16 years ago
  37. 0abaefe Remove an obsolete (and incorrect) comment from sqlite3MemCompare(). by drh · 16 years ago
  38. 4adc4cb Tweaks to the SUBSTR() function to make it dramatically faster in the common by drh · 16 years ago
  39. 3c99d68 Allow media sector sizes as small as 32. The former minimum size was 512. by drh · 16 years ago
  40. 5fc2501 Modified CLI to raise an error when extra command line options are passed. by shaneh · 16 years ago
  41. e76173b Additional test cases for the coalesce() and ifnull() functions. by drh · 16 years ago
  42. ae6bb95 Generate VDBE code for the built-in COALESCE() and IFNULL() functions. This by drh · 16 years ago
  43. 63b3878 Additional intarray test cases and tweaks to comments. by drh · 16 years ago
  44. 522efc6 Initial implementation and test cases for the "intarray" virtual table. by drh · 16 years ago
  45. ac81cd7 Fix for datbase name being ignored with the -batch option in the CLI. Ticket [aeff892c57]. by shaneh · 16 years ago
  46. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  47. c728597 Remove from the TCL interface some old code associated with sqlite3_analyzer. by drh · 16 years ago
  48. 1461d7a Omit some code that is not used when SQLITE_SECURE_DELETE is defined. by drh · 16 years ago
  49. e2aa9d7 Improved shell "dot" command argument handling. Ticket [f12a9eeedc]. by shaneh · 16 years ago
  50. 3313b14 Fix the backup API so that a backup from an empty database to a non-empty by drh · 16 years ago
  51. 6278666 Merged accidental fork. by shaneh · 16 years ago
  52. a05e0c4 Add some very basic tests for the commands available from the CLI. by shaneh · 16 years ago
  53. 481aa74 Recover an ophaned branch that resulted from some ill-advised "shunning". by drh · 16 years ago
  54. 1860e3f Remove "const" from parameter of sqlite3BtreeFactory() to avoid a compiler by drh · 16 years ago
  55. 8677d30 Create a new datatype "ynVar" to hold "nVar" (number of variable) values. by drh · 16 years ago
  56. e68e8c5 Report errors back up to the ATTACH command if the codec fails to initialize. by drh · 16 years ago
  57. f639c40 Fix compiler warnings on MSVC build. by shane · 16 years ago
  58. f16371d Enhancements to lemon to generate more compact action tables and to avoid by drh · 16 years ago
  59. 9a5f4d6 Force all qsort() calls in mkkeywordhash.c to be stable so that we get by drh · 16 years ago
  60. e594bc3 Adjust the lemon implementation so that it always computes the same PDA by drh · 16 years ago
  61. 75f8d8b All SQLITE_MAX_VARIABLE_NUMBER to exceed 32767. The sizes of some structures by drh · 16 years ago
  62. ccaf773 Bug fix in the recent changes to mkopcodeh.awk. by drh · 16 years ago
  63. b24a200 Update the generator AWK script for opcodes.h so that it always generates by drh · 16 years ago
  64. 539a20f Do not insert the date and time of generation into the amalgamation. by drh · 16 years ago
  65. 18bf48f Update the configure script for version 3.6.20. by drh · 16 years ago
  66. e7ae4e2 Comment changes in support of better documentation. No changes to code. by drh · 16 years ago
  67. 1d452e1 Fix compiler warnings. Better comments on some variables associated with by drh · 16 years ago
  68. 1aca4f9 Increase the version number to 3.6.20. by drh · 16 years ago
  69. 1450bc6 Avoid storing the result register for EXISTS and SELECT in any field of by drh · 16 years ago
  70. e05c929 Reduce the memory required by prepared statements that use the IN operator by drh · 16 years ago
  71. 5bbe548 Minor updates and corrections to comments in btreeInt.h. No changes to code. by drh · 16 years ago
  72. 80bcf23 Remove additional obsolete code from the sqlite3_release_memory() logic. by drh · 16 years ago
  73. 40f75cf Remove some obsolete code within #if 0 that was causing developer concern. by drh · 16 years ago
  74. eb20638 Fix a compiler warning that occurs when building the TCL interface. by drh · 16 years ago
  75. 1faca75 Another attempt at getting the pTail pointer computations correct for by drh · 16 years ago
  76. f69573d In shell, modified to not print informational messages during startup while in "batch mode". by shane · 16 years ago
  77. 86f5bdb In shell, changed ".tables" command to not add '%' to specified pattern. This is consistent by shane · 16 years ago
  78. 6d116ca Check-in [19064d7cea] broke the pTail return on sqlite3_prepare16() when by drh · 16 years ago
  79. 7c95b0f Make sure that UTF16 to UTF8 conversions to not read past the end of the by drh · 16 years ago
  80. 9bd1b44 In shell, ensure that do_meta_command() returns consistent error values. by shane · 16 years ago
  81. 916f961 In shell, modified "import" handling to ensure error code returned correctly on exit. by shane · 16 years ago
  82. b9fc17d In shell, reworked .header and .echo handling. by shane · 16 years ago
  83. 57a0227 Merge the MD5 checksum logic into the TCL interface. This facilitates building by drh · 16 years ago
  84. d91ca49 Add some sample requirement implementation comments to where.c. by drh · 16 years ago
  85. ad6b8d0 In shell, in shell_exec() logic, use type info if available when by shane · 16 years ago
  86. 626a6e4 Updated shell to output blobs in X'1234' form when in "insert" mode. Ticket [72adc99de9]. by shane · 16 years ago
  87. e6ab069 Add markings on test evidence for R-30323-21917. by drh · 16 years ago
  88. edc1755 Mention the sqlite3_column_count() function on the same documentation page by drh · 16 years ago
  89. 9a91c66 Merge accidental fork back to trunk. by shane · 16 years ago
  90. 43d9cb2 Modified shell to call output_html_string() for header values in .mode html. by shane · 16 years ago
  91. 16f954c Made detectSchemaProblem function and aSchemaTable array static. Ticket [6f8b0c5855]. by shane · 16 years ago
  92. fcf486c Add evidence marks to parse.y. Fix a broken evidence link in e_fkey.tcl. by drh · 16 years ago
  93. d2bed1c For the shell, changed the output of the errors on lines 2910 and 2914 to goto by shane · 16 years ago
  94. b320ccd For Windows version of shell, add support for .timer command by shane · 16 years ago
  95. ea59892 For Windows VFS, modified xGetLastError() to call FormatMessage() by shane · 16 years ago
  96. 9524f4b Clarify the use of sqlite3_shutdown(). by drh · 16 years ago
  97. 397308d Fix the VACUUM command so that when the MAIN and TEMP databases have by drh · 16 years ago
  98. 7db29fb Remove all mention of sqlite3_next_stmt() from the documentation of by drh · 16 years ago
  99. 4b5af77 Update documentation on the sqlite3_prepare_v2() interface. No changes to code. by drh · 16 years ago
  100. c94b859 Fix cases where modifying bound variables using the clear_bindings() or transfer_bindings() APIs can invalidate a query plan. by dan · 16 years ago