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

  1. 8911c0b Adjust Makefiles to use SQLITE_CORE when statically linking json1.c into by drh · 10 years ago json-fuzz
  2. 5f4a44a Adjust fuzzershell so that it adds the json1 extension separately for each by drh · 10 years ago
  3. d7f2bea Include json1.c in fuzzcheck and fuzzershell. by drh · 10 years ago
  4. c02c4d4 Fix a documentation typo in sqlite3_bind_parameter_index(). No code changes. by drh · 10 years ago
  5. 4977ccf Fix an off-by-one error (really off-by-2 in this case) in the buffer by drh · 10 years ago
  6. 4cbc54b Do not allow rowid in a UNIQUE or PRIMARY KEY constraint. (This restores the by drh · 10 years ago
  7. e63e8a6 Fix a crash that can occur with a skip-scan on an index with by drh · 10 years ago
  8. e5c61f8 Adjustments to the spellfix2.test module so that it works reliably on windows. by drh · 10 years ago
  9. bec9d65 Adjust two test cases so that they conform to the current code. by drh · 10 years ago
  10. 59de9c0 Fix sqlilimits.test module so that it knows that the SELECT in a CREATE VIEW by drh · 10 years ago
  11. ad41f5e Ensure that "PRAGMA integrity_check" reports an error if the free-list count header field contains a value smaller than the actual number of pages on the database free-list. by dan · 10 years ago
  12. 3a84411 Fix the orderby9.test case so that it works with 32-bit versions of TCL by drh · 10 years ago
  13. 9df5ad5 Remove a test made obsolete by the ONEPASS DELETE optimization. by drh · 10 years ago
  14. 2e8f551 Avoid passing (signed char) values directly to isspace(), isalnum() or isdigit() in json1.c. Cast the value to (unsigned char) first. by dan · 10 years ago
  15. cf346d7 Fix a crash in FTS5 caused by specifying NULL as the rhs of a MATCH operator. by dan · 10 years ago
  16. d9dfeb5 Add a "flush" to force incremental output to releasetest-out.txt while running by drh · 10 years ago
  17. ec9e8f0 Fix typo in fts5.h. by dan · 10 years ago
  18. 6609bab Add test cases to cover fts5 integrity-check code. by dan · 10 years ago
  19. b77ebd8 Reformat some code to make it easier to merge with sessions. No logic changes. by drh · 10 years ago
  20. 128ea69 Fix a problem with fts5 "ORDER BY rowid DESC" queries and large terms. by dan · 10 years ago
  21. dafeda7 Improve test coverage of fts5_index.c. by dan · 10 years ago
  22. b79d552 Testability improvements for the ONEPASS_MULTI enhancement. by drh · 10 years ago
  23. b1ff906 Fix a typo in an SQLITE_USER_AUTHENTICATION macro. by drh · 10 years ago
  24. b0264ee Use symbolic names ONEPASS_OFF, ONEPASS_SINGLE, and ONEPASS_MULTI for the by drh · 10 years ago
  25. 66336f3 Fix a compiler warning and providing missing VdbeCoverage() calls. by drh · 10 years ago
  26. e402dc5 Use a single-pass approach for DELETE statements on non-virtual tables that do not require trigger or foreign key processing. by dan · 10 years ago
  27. c6157e1 Avoid calling sqlite3VdbeCursorMoveto() from more than one point in vdbe.c. Doing so prevents it from being inlined as part of OP_Column. by dan · 10 years ago onepass-delete
  28. c215322 Add static VFS mutexes to the primary header file comments. by mistachkin · 10 years ago
  29. 7210b3d Fix compiler warnings in delete.c. by dan · 10 years ago
  30. 2e25a00 Fix API documentation typos. Emphasize that the sqlite3_config() routine is by drh · 10 years ago
  31. f0ee1d3 Experimental change to use a single-pass approach for DELETE statements on non-virtual tables that do not fire triggers or require foriegn-key processing. by dan · 10 years ago
  32. 04abf08 Import common changes from the mutex initialization branch. by mistachkin · 10 years ago
  33. b3366b9 Update evidence marks due to wording changes in requirements text. No by drh · 10 years ago
  34. 16a9312 Fix harmless compiler warnings. by mistachkin · 10 years ago
  35. e98b6fa More test cases in test/json102.test corresponding to new examples in the by drh · 10 years ago
  36. bcb04b6 Fix some compiler warnings in fts5 code. by dan · 10 years ago
  37. 12b3b89 Updates to the sqlite3_value_subtype() and sqlite3_result_subtype() by drh · 10 years ago
  38. 46f76d6 Add new interfaces sqlite3_value_subtype() and sqlite3_result_subtype(). by drh · 10 years ago
  39. f5ddb9c Take out the goofy '$$' path syntax. Instead, use subtypes to communicate when by drh · 10 years ago subtypes
  40. cf94f17 Make the sqlite3_value_subtype() and sqlite3_result_subtype() interfaces by drh · 10 years ago
  41. bcdf78a Experimental implementation of sqlite3_result_subtype() and by drh · 10 years ago
  42. 0b19c96 Fix a potential NULL pointer deref in the testing logic of pcache1. by drh · 10 years ago
  43. 33c47f5 Modify the fts5 leaf page format to permit faster seek operations. This is a file-format change. Any existing databases can be upgraded by running the fts5 'rebuild' command. by dan · 10 years ago
  44. 383de69 Create separate "path" and "root" columns in the json_each() and json_tree() by drh · 10 years ago
  45. 204debf Increment the fts5 version value to indicate that the on-disk format has changed. by dan · 10 years ago fts5-incompatible
  46. 56c8634 Fix a segfault in fts5 that could occur if the database contents were corrupt. by dan · 10 years ago
  47. 40d45f8 Merge latest changes from trunk. Including fts5_expr.c fixes. by dan · 10 years ago
  48. b97efa0 Update description of on-disk format in fts5_index.c. by dan · 10 years ago
  49. 0c27508 Make the sqlite3ext.h header file responsive to -DSQLITE_OMIT_LOAD_EXTENSION. by drh · 10 years ago
  50. e6f5278 Disable tests for json_each() and json_tree() on builds where by drh · 10 years ago
  51. b1031f0 Fix the --help option on test/releasetest.tcl. Also fix the final error by drh · 10 years ago
  52. e712acb Revert an accidentally committed makefile change. by dan · 10 years ago
  53. f679d97 Fix an fts5 problem that could occur if a term and the first associated rowid are on different leaf pages. by dan · 10 years ago
  54. a5aa8e1 Change the array of 16-bit offsets at the end of each page to an array of varints. by dan · 10 years ago
  55. 0e8729d Attempt to declare sqlite3MemoryBarrier() correctly for all possible by drh · 10 years ago
  56. 852944e Fix the json_tree() scan for the case when a path is supplied. Add new by drh · 10 years ago
  57. 5fb72e5 No-op the sqlite3_memory_alarm() interface in a different way, that does by drh · 10 years ago
  58. f5eac36 Fix harmless compiler warning in FTS5. by mistachkin · 10 years ago
  59. 5c472d0 Fix an assert() enabled by SQLITE_ENABLE_EXPENSIVE_ASSERT in wal.c. by dan · 10 years ago
  60. 8820250 Fix a possible NULL pointer deref when using SQLITE_ENABLE_MEMORY_MANAGEMENT. by drh · 10 years ago
  61. 3f62cb5 Fix harmless compiler warning. by mistachkin · 10 years ago
  62. 4b03efb Fix harmless compiler warnings in FTS5. by mistachkin · 10 years ago
  63. 3c03afd When running a CREATE TABLE AS, make the initial temporary sqlite_master entry by drh · 10 years ago
  64. f06bd2c Fix a bug in preprocessor macros within fts5_main.c. by dan · 10 years ago
  65. 0c6dfaa Remove an unused local variable from Lemon. by drh · 10 years ago
  66. a46a4a6 Enhance the DBSTAT virtual table with a new hidden table "schema" that if by drh · 10 years ago
  67. b4d472f Eponymous virtual tables exist in the "main" schema only. Enforce this rule. by drh · 10 years ago
  68. fe8e2eb Remove the 0x00 terminators from the end of doclists stored on disk. by dan · 10 years ago
  69. 310a8d6 Fix the help message that sqlite3_analyzer.exe generates for invalid arguments. by drh · 10 years ago
  70. 337cd0d Minor tweaks to Lemon. by drh · 10 years ago
  71. 3921d8b Enhance the Lemon parser generator to add SHIFTREDUCE states that reduce the by drh · 10 years ago
  72. ae2a408 Fix an unreachable branch in the new parse automaton. by drh · 10 years ago lemon-update
  73. a248a72 Change the parser engine so that it (once again) waits for a lookahead token by drh · 10 years ago
  74. 3bd48ab For the Lemon-generated parser, add a new action type SHIFTREDUCE and use it by drh · 10 years ago
  75. 7e698e9 In the "parse.out" output file from Lemon, show addition the complete text by drh · 10 years ago
  76. 60f8139 Use macros to make the code in fts5_index.c easier to read. by dan · 10 years ago
  77. c75e016 Improved "Parser Statistics" output (the -s option) for the Lemon parser by drh · 10 years ago
  78. 2d64034 Improved memory barrier that should work with MinGW on older versions of by drh · 10 years ago
  79. 6081c1d Add a memory barrier to the mutex initialization logic, try to work around by drh · 10 years ago
  80. 0b8d255 Omit all use of Expr nodes for TK_AS, as those nodes no longer served a useful by drh · 10 years ago
  81. e386a1b Experiment with a different fts5 leaf page format that allows faster seeks. by dan · 10 years ago
  82. 28b9e0f Fix an unreachable conditional in the WHERE clause analysis logic. by drh · 10 years ago
  83. e3a7307 Get STAT4 range scan estimates work again when the bounds are determined by drh · 10 years ago
  84. 2547336 Fix over-length source code lines in Lemon. by drh · 10 years ago
  85. 13bf8c4 Add support for CREATE INDEX statements that use deterministic expressions by drh · 10 years ago
  86. aac39e1 Merge trunk enhancements, and espeically the fix for allowing strings by drh · 10 years ago index-expr
  87. edb04ed Continue to support the (broken) legacy syntax of allowing strings for by drh · 10 years ago
  88. 4dfe98a Enhance showfts5.tcl so that it can optionally display the number of terms in each segment. by dan · 10 years ago
  89. 477fc0e Modify the fts5 custom tokenizer interface to permit synonym support. The fts5_api.iVersion value is now set to 2. Existing fts5 custom tokenizers (if there are such things) will need to be updated to use the new api version. by dan · 10 years ago
  90. 31c171c Merge latest trunk changes. by dan · 10 years ago
  91. 92af02c Simplification of the LRU list handling in pcache1. by drh · 10 years ago
  92. 95a0b37 Change the pcache module to keep track of the total number of references to by drh · 10 years ago
  93. f8efe64 Rearrange code in fts5_expr.c so that synonym support does not slow down the common case. by dan · 10 years ago
  94. cce4132 Merge enhancements from trunk. by dan · 10 years ago
  95. 98c5f87 A simple optimization and size reduction in sqlite3PagerAcquire(). by drh · 10 years ago
  96. ea8b93e Add documentation for fts5 synonym support. by dan · 10 years ago
  97. c98a4cc Change the Pager.hasBeenUsed flag into Pager.hasHeldSharedLock in order to by drh · 10 years ago
  98. ea62363 Add tests to improve coverage of fts5_varint.c. by dan · 10 years ago
  99. e1c28d7 Remove some more code from fts5_index.c by consolidating similar functions. by dan · 10 years ago
  100. 34de0c8 Merge enhancements from trunk. by drh · 10 years ago