aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h
Commit message (Expand)AuthorAge
* Fix the previous check-in so that it works with virtual tables that add newdrh2021-10-21
* Fixes for harmless compiler warnings.drh2019-04-13
* Simplifications to the sqlite3_normalized_sql() implementation.drh2018-12-05
* Enhance the sqlite3_normalize_sql() interface so that it works even if thedrh2018-12-05
* Fix various internal #defines to conform to new C-language naming restrictions,drh2016-07-09
* Simplify the interface to the symbol table, saving 600 bytes of code space.drh2014-08-21
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Remove the aFKey hash table, which was not being used. Simplify thedrh2009-05-02
* Remove an unused function declaration from hash.h. (CVS 6561)drh2009-04-28
* Simplifications to the symbol table implementation in hash.c. For very smalldrh2009-04-28
* Simplify the symbol hash table to use only a single key class. Otherdrh2008-10-10
* Add internal locking to the test_async.c backend. So that more than one conne...danielk19772007-09-04
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
* Changes so that test_async.c works with memory management turned on. (CVS 3093)danielk19772006-02-14
* Optimizations in the hash table module. (CVS 1896)drh2004-08-20
* Change lots of internal symbols from sqliteXXX to sqlite3XXX so that thedanielk19772004-05-08
* Remove unused code and tighten existing code to make the library a littledrh2004-01-08
* Add optimizations for the IN operator in WHERE clauses. This is a partialdrh2002-06-08
* Added support for user-defined normal functions. Support for user-defineddrh2002-02-23
* The VACUUM command now does a database sanity check. (CVS 364)drh2002-02-03
* Fix the locking protocol. (CVS 280)drh2001-10-09
* Put in a generic hash table system in place of the various ad-hocdrh2001-09-22