index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hash.h
Commit message (
Expand
)
Author
Age
*
Fix the previous check-in so that it works with virtual tables that add new
drh
2021-10-21
*
Fixes for harmless compiler warnings.
drh
2019-04-13
*
Simplifications to the sqlite3_normalized_sql() implementation.
drh
2018-12-05
*
Enhance the sqlite3_normalize_sql() interface so that it works even if the
drh
2018-12-05
*
Fix various internal #defines to conform to new C-language naming restrictions,
drh
2016-07-09
*
Simplify the interface to the symbol table, saving 600 bytes of code space.
drh
2014-08-21
*
Many spelling fixes in comments. No changes to code.
mistachkin
2013-03-21
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Remove the aFKey hash table, which was not being used. Simplify the
drh
2009-05-02
*
Remove an unused function declaration from hash.h. (CVS 6561)
drh
2009-04-28
*
Simplifications to the symbol table implementation in hash.c. For very small
drh
2009-04-28
*
Simplify the symbol hash table to use only a single key class. Other
drh
2008-10-10
*
Add internal locking to the test_async.c backend. So that more than one conne...
danielk1977
2007-09-04
*
Half-way through a major refactoring of the memory allocation.
drh
2007-08-16
*
Changes so that test_async.c works with memory management turned on. (CVS 3093)
danielk1977
2006-02-14
*
Optimizations in the hash table module. (CVS 1896)
drh
2004-08-20
*
Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the
danielk1977
2004-05-08
*
Remove unused code and tighten existing code to make the library a little
drh
2004-01-08
*
Add optimizations for the IN operator in WHERE clauses. This is a partial
drh
2002-06-08
*
Added support for user-defined normal functions. Support for user-defined
drh
2002-02-23
*
The VACUUM command now does a database sanity check. (CVS 364)
drh
2002-02-03
*
Fix the locking protocol. (CVS 280)
drh
2001-10-09
*
Put in a generic hash table system in place of the various ad-hoc
drh
2001-09-22