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

  1. f62d053 Improvements to the hash table used to store symbols in the schema, so that by drh · 5 months ago hash-improvements
  2. dc88b40 Fix the previous check-in so that it works with virtual tables that add new by drh · 3 years, 9 months ago
  3. f6ad201 Fixes for harmless compiler warnings. by drh · 6 years ago
  4. 19efd0d Simplifications to the sqlite3_normalized_sql() implementation. by drh · 7 years ago
  5. 707821f Enhance the sqlite3_normalize_sql() interface so that it works even if the by drh · 7 years ago
  6. 43f58d6 Fix various internal #defines to conform to new C-language naming restrictions, by drh · 9 years ago
  7. acbcb7e Simplify the interface to the symbol table, saving 600 bytes of code space. by drh · 11 years ago
  8. 48864df Many spelling fixes in comments. No changes to code. by mistachkin · 12 years ago
  9. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  10. e61922a Remove the aFKey hash table, which was not being used. Simplify the by drh · 16 years ago
  11. b824001 Remove an unused function declaration from hash.h. (CVS 6561) by drh · 16 years ago
  12. 8a1e594 Simplifications to the symbol table implementation in hash.c. For very small by drh · 16 years ago
  13. 1b67f3c Simplify the symbol hash table to use only a single key class. Other by drh · 17 years ago
  14. 7c836f0 Add internal locking to the test_async.c backend. So that more than one connection may be used from within a single process. (CVS 4396) by danielk1977 · 18 years ago
  15. 1743575 Half-way through a major refactoring of the memory allocation. by drh · 18 years ago
  16. 750b03e Changes so that test_async.c works with memory management turned on. (CVS 3093) by danielk1977 · 19 years ago
  17. e8cf2ca Optimizations in the hash table module. (CVS 1896) by drh · 21 years ago
  18. 4adee20 Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the by danielk1977 · 21 years ago
  19. ba21256 Remove unused code and tighten existing code to make the library a little by drh · 22 years ago
  20. d99f706 Add optimizations for the IN operator in WHERE clauses. This is a partial by drh · 23 years ago
  21. 8e0a2f9 Added support for user-defined normal functions. Support for user-defined by drh · 23 years ago
  22. 1dd397f The VACUUM command now does a database sanity check. (CVS 364) by drh · 23 years ago
  23. ad75e98 Fix the locking protocol. (CVS 280) by drh · 24 years ago
  24. beae319 Put in a generic hash table system in place of the various ad-hoc by drh · 24 years ago