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

  1. ce25007 Detect when a UNIQUE or PRIMARY KEY on a WITHOUT ROWID table would need by drh · 5 months ago
  2. 95cf958 Avoid harmless integer overflow in pager status statistics gathering. by drh · 1 year, 7 months ago
  3. e5928b1 Change the names of the Vdbe.pVNext and Vdbe.ppVPrev fields to make them by drh · 2 years, 11 months ago
  4. 376860b Performance enhancement for sqlite3DbFree(). by drh · 2 years, 11 months ago
  5. 1c84863 Only invoke sqlite3VdbeClearObject() from a single location, so that the by drh · 3 years, 4 months ago
  6. 08b9208 Fix harmless compiler warnings that surface in newer versions of GCC. by drh · 5 years ago
  7. cf014f6 Refactor names. Use "small" instead of "mini" to describe the smaller by drh · 6 years ago mini-lookaside-take-2
  8. e606802 Cleanup and performance enhancements for mini-lookaside. by drh · 6 years ago
  9. 115d663 More efficient implementation of a lookaside allocator that supports mini (in this case, harcoded to 128B) slots. by numist · 6 years ago
  10. ffc78a4 Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status() by drh · 7 years ago dbstatus-cache-spill
  11. 52fb8e1 Faster memory allocation from lookaside by not trying to keep track of the by drh · 8 years ago
  12. b2a0f75 Remove the rarely-used scratch memory allocator. This makes the code smaller, by drh · 8 years ago
  13. 38b802d Fix harmless compiler warnings in sqlite3_status(). by drh · 9 years ago
  14. 9c10608 Change the name of the SQLITE_DBSTATUS_PROPORTIONAL_CACHE_USED to SQLITE_DBSTATUS_CACHE_USED_SHARED. by dan · 9 years ago dbstatus-prop-cache-used
  15. 272989b Add the SQLITE_DBSTATUS_PROPORTIONAL_CACHE_USED sqlite3_db_status() parameter. by dan · 9 years ago
  16. 7ef855f Alternate compiler warning fix for sqlite3StatusHighwater. by mistachkin · 10 years ago
  17. 039ca6a Performance optimizations to the sqlite3MallocSize() by requiring the by drh · 10 years ago
  18. b02392e Change sqlite3StatusSet() into sqlite3StatusHighwater() so that only the by drh · 10 years ago
  19. 4756404 Suppress a compiler warning that was appearing with SQLITE_THREADSAFE=0. by drh · 10 years ago
  20. 2493870 Fix a non-C89 variable declaration that causes problems for MSVC. by drh · 10 years ago status64
  21. 2b4905c Add the SQLITE_PTRSIZE macro. Use it to help sqlite3_status() run faster by drh · 10 years ago
  22. af89fe6 Add the sqlite3_status64() interface. Make the new interface and the legacy by drh · 10 years ago
  23. 9ca9573 Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in by drh · 11 years ago
  24. 79f7af9 Add requirements marks on the sqlite3_db_status() interface implementation. by drh · 11 years ago
  25. 648e264 Add the "defer_foreign_keys" pragma and the SQLITE_DBSTATUS_DEFERRED_FKS by drh · 12 years ago
  26. 70cb28f Adjust the SQLITE_DBSTATUS_STMT_USED calculation to take the modified usage of sqlite3VdbeClearObject() into account. by mistachkin · 13 years ago
  27. cb103b9 Make sure all virtual table cursors have been closed on a prepared statement by drh · 13 years ago deferred-close-order
  28. 9ad3ee4 Add SQLITE_DBSTATUS_CACHE_WRITE. Used to query a database connection for the cumulative number of database pages written. by drh · 13 years ago
  29. 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
  30. 2120608 Add a description of access rules for the Schema object and lots of asserts by drh · 14 years ago
  31. 0b12e7f Add additional DBSTATUS options for measuring the hit and miss rates against by drh · 15 years ago
  32. 81ba7d1 Fix a bug in the SQLITE_STATUS_MALLOC_COUNT counter. Add an ALWAYS() around by drh · 15 years ago
  33. eafc43b Add the SQLITE_STATUS_MALLOC_COUNT option for sqlite3_status(). by drh · 15 years ago
  34. 111becf When calculating schema memory, use the actual allocated size of hash elements, not sizeof(HashElem). Also fix a bug in dbstatus.test by dan · 15 years ago
  35. eb8603a Remove an assert() that uses a variable removed earlier. by dan · 15 years ago
  36. d19c933 Change the way SubProgram objects are deleted so that the code is the same for deletion and measurement. by dan · 15 years ago
  37. 643f35e Update comments to better documentation the new memory measurement functions. by drh · 15 years ago
  38. d46def7 Experimental code to measure memory consumed by database schemas and prepared statements. by dan · 15 years ago
  39. 2339f06 Make the sqlite3_db_status() routine threadsafe. by dan · 15 years ago
  40. 63da089 Add the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_status(). The by drh · 15 years ago
  41. 413c3d3 Continuing improvements to error reporting and the sqlite3_log() routine. by drh · 15 years ago
  42. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  43. 78f82d1 Continuing work on adding full support for the SQLITE_OMIT_WSD by drh · 17 years ago
  44. 93ed56d Revise the initialization and shutdown logic so that it no longer keeps by drh · 17 years ago
  45. e50135e Add SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRATCH_SIZE. (CVS 5537) by drh · 17 years ago
  46. 6480aad Test cases for sqlite3_db_config() and sqlite3_db_status(). (CVS 5518) by drh · 17 years ago
  47. 633e6d5 Implement the "lookaside" memory allocation cache. Use of this cache makes by drh · 17 years ago
  48. ec424a5 Add the capability to track the maximum depth of the LALR(1) parser stack by drh · 17 years ago
  49. 34004ce Additional test coverage for the btree module. Remove the failsafe() macro by drh · 17 years ago
  50. 22c2403 Begin adding the failsafe() macro. (CVS 5383) by drh · 17 years ago
  51. c4b18b8 Check in the missing status.c source file. (CVS 5245) by drh · 17 years ago