๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 497ffc4 If an open as read/write fails, do not try to reopen as read-only if in by drh ยท 14 years ago stat3-trunk
  2. 790a551 Merge the latest trunk changes into the stat3-trunk branch. by drh ยท 14 years ago
  3. 567211e Testability enhancements. by drh ยท 14 years ago
  4. 3699801 Fix typos in the format description comment of analyze.c. by drh ยท 14 years ago
  5. 2b9cf66 Remove the restriction on the number of entries per index in sqlite_stat3. by drh ยท 14 years ago
  6. 5c62486 Fix an issue in ANALYZE when STAT3 is disabled but both sqlite_stat2 and by drh ยท 14 years ago
  7. 40f048f Remove a redundant (and undefined) "forcedelete" command from corruptE.test. by dan ยท 14 years ago
  8. b5126dd Remove the SQLITE_PAGECACHE_BLOCKALLOC compilation option. by dan ยท 14 years ago
  9. 58ca31c Add the SQLITE_DB_STATUS_CACHE_HIT and MISS options. For querying the number of cache hits and misses on a per-connection basis. by dan ยท 14 years ago
  10. 0fe0c46 Update the version number to 3.7.9. by drh ยท 14 years ago
  11. 93c6384 Fix an uninitialized variable and a misuse of memcpy(). by drh ยท 14 years ago
  12. 9a55e31 Integrate build changes for sqlite3_analyzer into the MSVC makefile. Also, more cleanup of build files, including sqlite3_analyzer, for all makefiles. by mistachkin ยท 14 years ago
  13. 565621a Minor tweaks to the TCL code for sqlite3_analyzer. by drh ยท 14 years ago
  14. 8d43aa1 Remove unnecessary dependencies from the sqlite3_analyzer targets in makefiles. by drh ยท 14 years ago
  15. c42cdce Fix the sqlite3_analyzer target in the configure-generated Makefile. by drh ยท 14 years ago
  16. 0ae479df Change the way the sqlite3_analyzer executable is built. by dan ยท 14 years ago
  17. d3ed734 Pull in the latest changes from trunk. Update the STAT3 documentation. by drh ยท 14 years ago
  18. 9d56acd Minor comment change in the description of the different memory allocator by drh ยท 14 years ago
  19. 72949ad Merge in all changes through the 3.7.8 release. by drh ยท 14 years ago
  20. 1335f8c Version 3.7.8 release candidate by drh ยท 14 years ago version-3.7.8
  21. 432e0bc Increase the default lookaside cache line size from 100 to 128 bytes. by drh ยท 14 years ago
  22. 73ac46d Remove a stray merge-sort related change from pager.c and pager.h. by dan ยท 14 years ago
  23. 168f9f5 Add a new script to build an amalgamation that omits FTS3/4 and RTREE. by drh ยท 14 years ago
  24. f1c40f4 Make sure the file structure is zeroed prior to calling the VFS to open a file. by mistachkin ยท 14 years ago
  25. dfd2d9f Fix a problem with SQLITE_OMIT_TRACE that was introduced by the recent by drh ยท 14 years ago
  26. c377f31 Fix #if's in winSync to avoid compiler warnings about unused local variables. Also, update version numbers in the MSVC makefile. by mistachkin ยท 14 years ago
  27. a3b2ff5 Silence harmless compiler warning about redefinition of the _CRT_SECURE_NO_WARNINGS macro by shell.c. by mistachkin ยท 14 years ago
  28. 5c4e5e5 Merge all the latest trunk changes into the experimental STAT3 branch. by drh ยท 14 years ago
  29. a464c23 Remove unreachable branches from the previous change. Add additional by drh ยท 14 years ago
  30. 8850177 When analyzing the right-hand side of IN operators to see if the IN operator by drh ยท 14 years ago
  31. 7157e8e Further streamlining of the subquery materializer. New test cases for by drh ยท 14 years ago
  32. ffd5075 Merge the [002caede898] fix into trunk. by drh ยท 14 years ago
  33. 48f2d3b Add the new OP_Once opcode. Use it to clean up and simplify various by drh ยท 14 years ago tkt-002caede898
  34. 5b6a9ed Materialize subqueries using a subroutine and invoke that subroutine by drh ยท 14 years ago
  35. 4327aea Adding test case for ticket [002caede898] by drh ยท 14 years ago
  36. ac43e1a Cleanup/fix error handling when no arguments are supplied to the SQLite analyzer. by mistachkin ยท 14 years ago
  37. 0fe5f95 Remove 'const' from a variable that might actually be written when an OOM error occurs. Also, fix a couple MSVC/Win32 compiler warnings. by mistachkin ยท 14 years ago
  38. 244b632 Remove unused parameters from internal routines in vdbesort.c. This is by drh ยท 14 years ago
  39. 59ebc99 Remove code from vdbesort.c that was made unreachable by the recent by drh ยท 14 years ago
  40. 5a9f90b Merge the latest trunk changes into the stat3-trunk branch. by drh ยท 14 years ago
  41. f9556a1 Allocate the correct size for the output buffer in fts3DoclistOrMerge(). Fix for [56be976859]. by dan ยท 14 years ago
  42. 649591a Cleanup pdb/ilk files generated by the MSVC makefile. by mistachkin ยท 14 years ago
  43. 42acb3e Fix a minor performance regression in btreeMoveto(). by dan ยท 14 years ago
  44. 03e9cfc Refactor the sqlite3VdbeRecordUnpack() interface to better accommodate the vdbesort.c module. by dan ยท 14 years ago
  45. 19c88c1 Fix a compiler warning about an unused parameter in the merge-sort code. by drh ยท 14 years ago
  46. c2bb328 Improve the testability of the merge-sort logic. by drh ยท 14 years ago
  47. d40807d Performance improvements to the external merge-sorter. Keep content on an by drh ยท 14 years ago
  48. 04a962f Simplification and performance tweaks in vdbeSorterMerge(). by drh ยท 14 years ago merge-sort
  49. 8b1ea14 Reduce the number of VdbeRecordUnpack() calls made in vdbesort.c. by dan ยท 14 years ago
  50. ca892a7 The build works again with -DSQLITE_OMIT_MERGE_SORT. The merge-sorter now by drh ยท 14 years ago
  51. 34163c6 Remove some dead code. Fix a faulty assert(). Improve some variable names. by drh ยท 14 years ago
  52. 7733a4d Combine two malloc calls in vdbesort.c. by dan ยท 14 years ago
  53. 7f72114 Reduce the number of malloc() calls made when creating an index on more than 2 columns. by dan ยท 14 years ago
  54. 9747a60 Remove unused local variable. by mistachkin ยท 14 years ago
  55. 9fed558 If all data being sorted fits in memory, avoid writing any data out to temporary files in vdbesort.c. by dan ยท 14 years ago
  56. 5134d13 Instead of a temporary b-tree, use a linked-list and merge-sort to sort records in main memory in vdbesort.c. by dan ยท 14 years ago
  57. 1c9d835 Use OP_SorterOpen instead of OP_OpenEphemeral to implement GROUP BY. by drh ยท 14 years ago
  58. c6aff30 Experimental code-generator changes to utilize new opcodes for sorting. by drh ยท 14 years ago
  59. 9686207 Avoid using uninitialized variables after failures in the merge sort code. by drh ยท 14 years ago
  60. 20f8e13 Formerly, we enabled fdatasync() on linux only. But now we learn that by drh ยท 14 years ago
  61. 5a201fb Add the SQLITE_MAX_SCHEMA_RETRY compile-time option to the set of options by drh ยท 14 years ago
  62. 1b1e8a8 The server1.test script should only run if mutexes are functional. by drh ยท 14 years ago
  63. fd53231 Always include the unixShm.id field, even when not debugging. by drh ยท 14 years ago
  64. 7730c44 Only create the sqlite3OSTrace global variable if compiling with SQLITE_TEST. by drh ยท 14 years ago
  65. 4515a45 Backslash escaping is not working right in tostr.awk on the latest ubuntu. by drh ยท 14 years ago
  66. e42a9b4 Add checks to make sure cells in corrupt database files by drh ยท 14 years ago
  67. 0ee469c Enable the thread test logic to work with the SQLITE_HAS_CODEC compile-time by drh ยท 14 years ago
  68. 307ff30 Change the build process so that it does not require the unix "sort" by drh ยท 14 years ago
  69. d589a54 Make sure SQLITE_FCNTL_SIZE_HINT a no-op if the chunk size is not greater than zero. by mistachkin ยท 14 years ago
  70. e0a59cf Fix a total unimportant file descriptor leak in lemon. This is to silence by drh ยท 14 years ago
  71. bc2be0c Fix a buffer overrun in test logic. No impact on the core SQLite. by drh ยท 14 years ago
  72. 54bbe7f Fix a broken assert() statement in select.c. by dan ยท 14 years ago
  73. 2f7820d Back out [05c9832e5f6eb] since it was causing a performance regression with by drh ยท 14 years ago
  74. d4b708f Merge performance enhancements into trunk. by drh ยท 14 years ago
  75. 2d36eb4 About a 1% overall performance improvement by using a macro to avoid by drh ยท 14 years ago
  76. 5a077b7 Small performance improvement to OP_Column. by drh ยท 14 years ago
  77. e6f43fc About a 3% improvement in the performance of OP_Column. by drh ยท 14 years ago
  78. 4a6f3aa Correctly display P4_ADVANCE values on opcode traces. Mark an always-taken by drh ยท 14 years ago
  79. a205a48 Experimental changes to improve the performance of OP_Next. by dan ยท 14 years ago
  80. 3d4435b Fix several harmless compiler warnings and a documentation bug. by drh ยท 14 years ago
  81. 009a5f8 Merge the stat3-enhancement branch with trunk, but keep the resulting merge by drh ยท 14 years ago
  82. 25d054f Update compiler error message regarding the choice of memory allocator defines. by mistachkin ยท 14 years ago
  83. d2f496a Merge Win32 native heap support into trunk. by mistachkin ยท 14 years ago
  84. 4d60be5 In the MSVC makefile, allow symbols to be enabled without NDEBUG defined. Also, for the win32lock test, make sure the database is closed prior to shutdown. by mistachkin ยท 14 years ago winNativeHeap
  85. 7da32b5 Disable checking the winMemData structure signature when compiled with NDEBUG. by mistachkin ยท 14 years ago
  86. 155892c Allow the Win32 native heap flags to be overridden at compile-time. by mistachkin ยท 14 years ago
  87. 2a5d990 Create a new pager type, PAGER_SORTER, for use in the external merge sort. by drh ยท 14 years ago
  88. c5dbffe Reorder some of the branches in backup.c in order to make the code by drh ยท 14 years ago
  89. 4b27040 Replace an assert() that a condition may not occur in backup.c with code to handle that condition, which can occur. by dan ยท 14 years ago
  90. 860e332 Fix harmless compiler warnings in test code. No changes to the core. by drh ยท 14 years ago
  91. d7f6e90 Disable external merge source when SQLITE_TEMP_STORE==3. Add documentation by drh ยท 14 years ago
  92. ee140c4 Fix the SQLITE_DISABLE_DIRSYNC compile time option. by dan ยท 14 years ago
  93. f2d25f2 Add comments for the various debug levels. When debugging, disable optimizations. Prevent the win32lock tests from spinning forever. by mistachkin ยท 14 years ago
  94. 26541c9 Fix an file separator character issue with test_quota.c that was causing by drh ยท 14 years ago
  95. 753c544 In the MSVC makefile, support several levels of debugging, each one building on the previous. Also, add comment about the SQLITE_WIN32_MALLOC_VALIDATE macro. by mistachkin ยท 14 years ago
  96. 31e8097 Cherrypick the [d4f6437f8d] change so that SQLITE_FCNTL_SIZE_HINT is always by drh ยท 14 years ago
  97. b6020c4 Add the sqlite3_quota_file() interface to test_quota.c. by drh ยท 14 years ago
  98. 4458bc8 Make sure that SQLITE_FCNTL_SIZE_HINT on Windows does not shrink the file. by mistachkin ยท 14 years ago
  99. e4cf0b3 Add the SQLITE_EXTRA_INIT macro. by drh ยท 14 years ago
  100. 468690e Add error logging to native Win32 heap support. by mistachkin ยท 14 years ago