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

  1. e0f20b4 Performance improvement on the OP_Variable opcode. by drh · 6 years ago value_frombind
  2. 7678fdc Change the fts3_tokenizer() function to always return the pointer as a BLOB by drh · 7 years ago
  3. 5155b75 The two-argument version of fts3_tokenizer() works regardless of the by drh · 7 years ago
  4. 57b1a3e Initial implementation of the sqlite3_value_frombind() interface. by drh · 7 years ago
  5. d137f4e Recover a some of the performance lost by window function alias fix two by drh · 7 years ago
  6. f72a979 Add new test cases to test/fuzzdata8.db by drh · 7 years ago
  7. 4ded26a Prevent aliases of window functions expressions from being used as arguments to aggregate or other window functions. by dan · 7 years ago
  8. 6f1644c Show the pointer address for Window objects in the TreeView display. by drh · 7 years ago
  9. 0dc0e9c More improvements to TreeView output for Window objects: by drh · 7 years ago
  10. fc15f4c Improved TreeView display of Window objects. by drh · 7 years ago
  11. a2b6806 If the string formatter in sqlite3NestedParse() fails due to an over-length by drh · 7 years ago
  12. 40f827a Improvements to the README.md file. No code changes. by drh · 7 years ago
  13. 61ad551 Support building the Tcl bindings DLL using MSVC. by mistachkin · 7 years ago
  14. ba9ee09 Fix harmless compiler warnings seen with MSVC. by mistachkin · 7 years ago
  15. 725b1cf Fix a problem with window frames that use "BETWEEN <start> AND 0 PRECEDING". by dan · 7 years ago
  16. d4a591d Fix harmless compiler warnings. by drh · 7 years ago
  17. b60c3b0 Add support for new window functions related features - GROUPS frames, RANGE frames with logical start and end points, the EXCLUDE clause and window chaining. by dan · 7 years ago
  18. 1cb0263 Fix an obsolete comment in the CLI. No code changes. by drh · 7 years ago
  19. 65c29fd In the CLI, code the "sqlite_parameters" name directly rather than using a by drh · 7 years ago
  20. ccf6e7d Remove a test from the index build logic which is no longer needed and is by drh · 7 years ago
  21. 346f4e2 Change the name of the parameter table in the CLI to "sqlite_parameters". by drh · 7 years ago
  22. 58b42ad Earlier detection of corruption while added to the freelist. by drh · 7 years ago
  23. 1c96026 Fix a faulty assert() statement in balance_nonroot() - the assert() should use by drh · 7 years ago
  24. af5a2e1 Improvements to the help text in the CLI. by drh · 7 years ago
  25. e747611 Fix the writefile() SQL function implemented by ext/misc/fileio.c such that by drh · 7 years ago
  26. b17ea91 For the ".archive --update" command in the CLI, only update files if their by drh · 7 years ago
  27. 21a3b31 Support Tcl libraries with a suffix. by mistachkin · 7 years ago msvcTcl
  28. b1b808b Further enhancements and fixes. by mistachkin · 7 years ago
  29. 57494ad Attempt to detect when the MSVC linker requires the /MACHINE argument. by mistachkin · 7 years ago
  30. 781b7ac Fix a problem with a window function in a correlated sub-query where at least one reference to the outer SELECT appears in a FROM clause sub-select. by dan · 7 years ago window-functions
  31. ed26483 We learn that readdir_r() is deprecated in favor of plain old readdir(), which by drh · 7 years ago
  32. fb55671 Add the --limit N option to dbfuzz2. Set the default callback limit to 250K. by drh · 7 years ago
  33. 7ac2ee0 Sync up the autoconf makefile for MSVC. by mistachkin · 7 years ago
  34. e2bcbb4 Support building the Tcl bindings DLL using MSVC. by mistachkin · 7 years ago
  35. dcc427c Add an extra test for database corruption to defragmentPage(). by dan · 7 years ago
  36. c7694a6 Remove assert() statements based on the counter-factual proposition that 0 is not a valid cursor number. by dan · 7 years ago
  37. 87c889c In the CLI, give better error messages if something goes wrong by drh · 7 years ago
  38. 2381f6d Fix a potential dangling pointer deference in an ALTER TABLE run on a schema that contains constructs of the form "PRIMARY KEY(column COLLATE collation)". by dan · 7 years ago
  39. ff119f0 Fix harmless compiler warnings from MSVC. by drh · 7 years ago
  40. e41fd72 Enhance the rtreenode() function of rtree (used for testing) so that it by drh · 7 years ago
  41. 065f3bf Fix various harmless compiler warnings seen with MSVC. by mistachkin · 7 years ago noWarnings
  42. d0f820a Enhance the VACUUM INTO command so that it works on read-only databases. by drh · 7 years ago
  43. f3e90dd Fix a compiler warning in FTS5. by drh · 7 years ago
  44. 78694ea Add further tests to window8.test. by dan · 7 years ago
  45. 6603342 Fix a problem with EXCLUDE clauses on window frames with no ORDER BY. by dan · 7 years ago
  46. 8eff0cc Add tests to ensure that the window functions implementation is not generating code for unnecessary sorts. by dan · 7 years ago
  47. 1d4b25f Add missing VdbeCoverage() macros to new code in window.c. by dan · 7 years ago
  48. f012dc4 When computing the amount of scratch memory needed during a rebalance operation, by drh · 7 years ago
  49. e5166e0 Revert the OP_MustBeInt opcode implementation on this branch so that it again matches trunk. The extra functionality is no longer required. by dan · 7 years ago
  50. b1dd3db Tweak the tool/cg_anno.tcl script so that it can run on systems without /usr/bin/tclsh. by dan · 7 years ago
  51. d430c2e Update this branch with latest trunk changes. by dan · 7 years ago
  52. 713836f Add a LICENSE.md, containing the text of the blessing. by drh · 7 years ago
  53. ced8912 Ensure that all the new window-function keywords can still be used as SQL identifiers. by dan · 7 years ago
  54. 0525b6f Add further tests for new window function functionality. by dan · 7 years ago
  55. 108e6b2 Always evaluate window functions using the alternative path usually only used by EXCLUDE frames if the SQLITE_QueryFlattener test flag is set. by dan · 7 years ago
  56. bdabe74 Fixes for RANGE windows and NULL values. by dan · 7 years ago
  57. d406d07 Fix a buffer overread that could occur when running fts5 prefix queries inside a transaction. by dan · 7 years ago
  58. b15f19c Fix an fts5 problem with interleaving reads and writes in a single transaction. by dan · 7 years ago
  59. 610f11d Fix a typo in a comment. No changes to code. by drh · 7 years ago
  60. faeeddf New hyperlink on the README.md file. by drh · 7 years ago
  61. 3756d59 Update the README.md file at the top level to talk about how to deal with by drh · 7 years ago
  62. 1e7cb19 Fix problems with RANGE windows and string, blob and NULL values. by dan · 7 years ago
  63. bf84515 In order to identify the first row of each partition, check if the rowid in the ephemeral table is 1 instead of using a dedicated flag register. by dan · 7 years ago
  64. c782a81 Implement the EXCLUDE clause for window frames. by dan · 7 years ago
  65. aadf832 Back out the change to support Fuchsia, since it turns out fuchsia does not by drh · 7 years ago
  66. 25f5383 Remove a debugging printf() left in test/sessionfuzz.c. by dan · 7 years ago
  67. 1f3b284 Ensure that ALTER TABLE commands open statement transactions. Fix for [596d059a]. by dan · 7 years ago
  68. d35300f Parse EXCLUDE clauses in window frames. They do not yet work. by dan · 7 years ago
  69. a0f6b83 Add things to this branch that will be required to support the EXCLUDE clause. by dan · 7 years ago
  70. a49774f Technical improvements to the documentation for sqlite3_bind_blob() and by drh · 7 years ago
  71. 2e41b99 Improvements to the sqlite3_db_filename() API documentation. No code changes. by drh · 7 years ago
  72. db7d895 Merge latest trunk changes into this branch. by dan · 7 years ago
  73. b6f2dea Avoid allocating excessive registers for the PARTITION BY expressions when processing window functions. by dan · 7 years ago
  74. b560a71 Remove rows from the ephemeral table used by window functions once they are no longer required. by dan · 7 years ago
  75. b65e801 New test cases added to test/fuzzdata8.db by drh · 7 years ago
  76. fcb0242 When deserializing a database (sqlite3_deserialize()), do not attempt to parse the schema before the data is loaded. by dan · 7 years ago
  77. 2a934d7 Detect zero-length free slots on btree pages and report that as corruption. by drh · 7 years ago
  78. d446165 Minor optimization in sqlite3WindowCodeStep(). by dan · 7 years ago
  79. bb40727 Allow real values to be used in PRECEDING and FOLLOWING expressions for RANGE window frames. by dan · 7 years ago
  80. 935d9d8 Expand on header comment for sqlite3WindowCodeStep(). Further simplify the implementation of the same. by dan · 7 years ago
  81. 9e24439 Fix a crash that could occur if the RHS of an IN expression is a correlated sub-query that refers to the outer query from within a window frame definition only. by dan · 7 years ago
  82. cc7a850 Remove "cache mode" from the window frame code generator. Handle the same cases by editing the window frame specification itself. by dan · 7 years ago
  83. a786e45 Simplify the windows frame code some. Add a comment explaining some of the VM code generated by sqlite3WindowCodeStep(). by dan · 7 years ago
  84. 71fddaf Fix problems with "RANGE ... ORDER BY <expr> DESC" window frames. by dan · 7 years ago
  85. 72b9fdc Add support for RANGE window frames. Some cases still do not work. by dan · 7 years ago
  86. f7b846e Merge latest trunk changes into this branch. by dan · 7 years ago
  87. 0d86a9b Add simple tests for GROUPS window frames. by dan · 7 years ago
  88. 37f6ffb Fix a harmless bug in the Makefile. by drh · 7 years ago
  89. 6c75b39 Finish consolidation of window frame code. Add untested support for GROUPS frames. by dan · 7 years ago
  90. bcf1f41 Add new test cases in test/fuzzdata8.db by drh · 7 years ago
  91. 4b986b2 Patch makes balance_nonroot() slightly smaller and faster and more robust by drh · 7 years ago
  92. 66b8457 Fix another segfault in fts3 that could occur with corrupt records. by dan · 7 years ago
  93. 9a51884 Detect an attempt to drop a btree that is not within the bounds of the by drh · 7 years ago
  94. 54975cd Fix other "ROWS BETWEEN" cases on this branch. by dan · 7 years ago
  95. c813750 Modify new window functions function so that cursors are stepped immediately after each operation, instead of immediately before. by dan · 7 years ago
  96. 00267b8 Simplify the window function code generator some more. by dan · 7 years ago
  97. b33487b Improvements to the way built-in window functions are handled. by dan · 7 years ago
  98. 39c5c4a Add the sqlite3_stmt_isexplain() interface. by drh · 7 years ago
  99. aff0fd4 Add an "|| CORRUPT_DB" term to an assert() that might be false if the database by drh · 7 years ago
  100. aaad696 Fix a potential 32-bit integer overflow in the "showdb" utility program when by drh · 7 years ago