SQLite

All files named ”ext/fts3/fts3_hash.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/fts3/fts3_hash.c

2025-02-25
20:55
[d9dba47374] part of check-in [af928818a0] Approximately 50 typo fixes, spanning the whole tree, contributed via forum post 006c8fa165083ac3 and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. (check-in: [af928818a0] user: stephan branch: trunk, size: 11585)
2020-07-29
16:18
[861261e8fa] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 11586)
2019-01-08
20:02
[8b6e31bfb0] part of check-in [ca67f2ec0e] Use 64-bit math to compute the sizes of memory allocations in extensions. (check-in: [ca67f2ec0e] user: drh branch: trunk, size: 11585)
2014-01-24
22:58
[29b986e43f] part of check-in [87bf60637e] Fixes for various clang warnings. (check-in: [87bf60637e] user: drh branch: trunk, size: 11573)
2011-06-28
07:15
[8dd2d06b66] part of check-in [29e69f389c] Changes to allow FTS to be compiled as a loadable module again. (check-in: [29e69f389c] user: dan branch: trunk, size: 11561)
2011-06-16
00:54
[aad95afa01] part of check-in [a0b43a320e] Changes to #ifdefs so that the build goes correctly if the only FTS macro defined is SQLITE_ENABLE_FTS4. (check-in: [a0b43a320e] user: drh branch: trunk, size: 11582)
2009-12-10
16:04
[3c8f6387a4] part of check-in [48c0db0eb2] Changes to fts3 to avoid flushing data to disk within a SELECT statement. (check-in: [48c0db0eb2] user: dan branch: trunk, size: 11561)
2009-12-03
06:26
[18feef38fc] part of check-in [37495b55ff] Updates to FTS3 to correct compiler warnings under MSVC. (check-in: [37495b55ff] user: shaneh branch: trunk, size: 11376)
2009-11-28
17:07
[29fba5a01e] part of check-in [80754d383a] Remove all benign OOM failure opportunities from the FTS3 hash table implementation. All OOM faults cause SQLITE_NOMEM to be returned. (check-in: [80754d383a] user: drh branch: trunk, size: 11374)
2009-11-13
17:36
[1af1833a4d] part of check-in [30a92f1132] Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). (check-in: [30a92f1132] user: dan branch: fts3-refactor, size: 11316)
2008-11-13
19:12
[e15e84d18f] part of check-in [4cf8a8e1bf] Fix a couple of memory leaks that may follow malloc failures. (CVS 5906) (check-in: [4cf8a8e1bf] user: danielk1977 branch: trunk, size: 11316)
2007-11-24
00:41
[83e7bb4042] part of check-in [0fc61f99b5] The FTS3 amalgamation can now be appended to the SQLite amalgamation to generate a single source file that contains both components. (CVS 4558) (check-in: [0fc61f99b5] user: drh branch: trunk, size: 11346)
2007-11-23
18:01
[76506de426] part of check-in [c8485eb8bc] Add a #include of sqlite3.h to fts3_hash.c. Tickets #2762 and #2777. (CVS 4555) (check-in: [c8485eb8bc] user: drh branch: trunk, size: 11319)
2007-09-20
12:53
[1c2dc969a5] part of check-in [ac645c8f30] Cleanup the hash functions in FTS3. (CVS 4440) (check-in: [ac645c8f30] user: drh branch: trunk, size: 11298)
2007-08-20
17:37
Added: [8465476817] part of check-in [216c91d2fc] Copy fts2 to fts3, renaming, and replacing references to fts2 with fts3, including capitalization variants. (CVS 4249) (check-in: [216c91d2fc] user: shess branch: trunk, size: 11177)