ClickHouse/src/Dictionaries
Alexey Milovidov 44bd95a410
Merge pull request #46167 from ClickHouse/rs/reject-dos-patterns
Reject hyperscan regexes which are prone to ReDoS
2023-02-11 06:04:03 +03:00
..
Embedded forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
tests Merge pull request #37969 from ClickHouse/consistent-macro-usage 2022-06-10 14:10:01 +02:00
CacheDictionary.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CacheDictionary.h review fixes 2023-01-12 15:51:04 +00:00
CacheDictionaryStorage.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
CacheDictionaryUpdateQueue.cpp CacheDictionary simplify update queue 2022-06-30 12:53:56 +02:00
CacheDictionaryUpdateQueue.h review fixes 2023-01-12 15:51:04 +00:00
CassandraDictionarySource.cpp Dictionaries added TSA annotations 2022-06-29 19:15:47 +02:00
CassandraDictionarySource.h Respect remote_url_allow_hosts in relevant dictionary sources. 2022-07-13 14:53:23 +00:00
CassandraHelpers.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
CassandraHelpers.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
CassandraSource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CassandraSource.h Move some resources 2022-05-20 19:49:31 +00:00
ClickHouseDictionarySource.cpp Remove PREALLOCATE for HASHED/SPARSE_HASHED dictionaries 2023-01-18 20:18:37 +01:00
ClickHouseDictionarySource.h Remove PREALLOCATE for HASHED/SPARSE_HASHED dictionaries 2023-01-18 20:18:37 +01:00
CMakeLists.txt fix compile 2022-11-30 11:21:45 +01:00
DictionaryFactory.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
DictionaryFactory.h Use sessions more. 2021-08-19 02:22:09 +03:00
DictionaryHelpers.cpp Added ComplexKeyRangeHashed dictionary 2021-08-15 12:18:11 +03:00
DictionaryHelpers.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
DictionarySource.cpp Cleanup 2022-06-02 16:59:14 +00:00
DictionarySource.h Cleanup 2022-06-02 16:59:14 +00:00
DictionarySourceFactory.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
DictionarySourceFactory.h Use sessions more. 2021-08-19 02:22:09 +03:00
DictionarySourceHelpers.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
DictionarySourceHelpers.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
DictionaryStructure.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DictionaryStructure.h check attributes for join with dict 2022-08-10 14:20:26 +00:00
DirectDictionary.cpp DirectDictionary improve performance of dictHas with duplicate keys 2022-07-21 16:29:28 +02:00
DirectDictionary.h remove last mentions of data streams 2022-05-09 19:15:24 +00:00
ExecutableDictionarySource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExecutableDictionarySource.h Move some resources 2022-05-20 19:49:31 +00:00
ExecutablePoolDictionarySource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExecutablePoolDictionarySource.h Move some resources 2022-05-20 19:49:31 +00:00
ExternalQueryBuilder.cpp Dictionaries custom query with update field fix 2022-06-09 11:51:07 +02:00
ExternalQueryBuilder.h Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference 2022-11-10 20:15:14 +00:00
FileDictionarySource.cpp Move some resources 2022-05-20 19:49:31 +00:00
FileDictionarySource.h Move some resources 2022-05-20 19:49:31 +00:00
FlatDictionary.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FlatDictionary.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
getDictionaryConfigurationFromAST.cpp some improvement 2023-01-03 21:41:51 +01:00
getDictionaryConfigurationFromAST.h fixes after review 2021-09-13 22:11:16 +03:00
HashedArrayDictionary.cpp Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
HashedArrayDictionary.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
HashedDictionary.cpp HashedDictionary sharded fix nullable values 2023-02-06 10:50:58 +01:00
HashedDictionary.h HashedDictionary sharded fix nullable values 2023-02-06 10:50:58 +01:00
HierarchyDictionariesUtils.cpp Fixed style check 2022-06-03 18:05:09 +02:00
HierarchyDictionariesUtils.h Fix typos with new codespell 2022-09-02 08:54:48 +00:00
HTTPDictionarySource.cpp Reduce redundancies 2023-02-07 12:27:23 +00:00
HTTPDictionarySource.h Replace old named collections code for url 2022-12-17 00:24:05 +01:00
ICacheDictionaryStorage.h Fix clang-tidy warnings in Databases, DataTypes, Dictionaries folders 2022-03-14 18:17:35 +00:00
IDictionary.h Fix assertion in statistical functions 2023-02-08 00:09:41 +01:00
IDictionarySource.h Remove PREALLOCATE for HASHED/SPARSE_HASHED dictionaries 2023-01-18 20:18:37 +01:00
IPAddressDictionary.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IPAddressDictionary.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
LibraryDictionarySource.cpp Rename LibraryBridgeHelper to ExternalDictionaryLibraryBridgeHelper 2022-08-04 19:58:37 +00:00
LibraryDictionarySource.h Rename LibraryBridgeHelper to ExternalDictionaryLibraryBridgeHelper 2022-08-04 19:58:37 +00:00
MongoDBDictionarySource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
MongoDBDictionarySource.h Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference 2022-11-10 20:15:14 +00:00
MySQLDictionarySource.cpp Respect remote_url_allow_hosts in relevant dictionary sources. 2022-07-13 14:53:23 +00:00
MySQLDictionarySource.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
NullDictionarySource.cpp Add null dictionary source 2022-12-24 17:11:30 +03:00
NullDictionarySource.h Add null dictionary source 2022-12-24 17:11:30 +03:00
PolygonDictionary.cpp Fix 9/10 of trash 2022-09-19 08:53:20 +02:00
PolygonDictionary.h Fixed tests 2022-01-16 11:45:36 +00:00
PolygonDictionaryImplementations.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
PolygonDictionaryImplementations.h PolygonDictionary support read method 2021-10-13 19:31:59 +03:00
PolygonDictionaryUtils.cpp fix build with clang-15 2022-08-01 18:00:54 +02:00
PolygonDictionaryUtils.h Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
PostgreSQLDictionarySource.cpp Fixing build. 2022-07-14 18:44:43 +00:00
PostgreSQLDictionarySource.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
RangeHashedDictionary.h Merge remote-tracking branch 'upstream/master' into fix-msan-build 2023-01-24 22:57:47 +00:00
RangeHashedDictionaryComplex.cpp Fix typo 2023-01-24 23:00:02 +00:00
RangeHashedDictionarySimple.cpp Review suggestions 2023-01-24 22:54:01 +00:00
readInvalidateQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
readInvalidateQuery.h Fix build. 2021-09-16 20:40:42 +03:00
RedisDictionarySource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RedisDictionarySource.h Cleanup: local clang-tidy warnings founded during review 2022-06-27 20:57:18 +00:00
RedisSource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RedisSource.h Move some resources 2022-05-20 19:49:31 +00:00
RegExpTreeDictionary.cpp Reject DoS-prone hyperscan regexes 2023-02-09 17:17:35 +00:00
RegExpTreeDictionary.h use re2 by default 2023-02-04 10:53:54 +01:00
registerCacheDictionaries.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
registerDictionaries.cpp Merge branch 'master' into regexp-tree-dictionary 2022-12-30 17:31:44 +01:00
registerDictionaries.h
registerRangeHashedDictionary.cpp Fix MSan build 2023-01-03 02:21:26 +00:00
SSDCacheDictionaryStorage.h Check return value of ::close() 2023-02-07 11:28:22 +01:00
XDBCDictionarySource.cpp Reduce redundancies 2023-02-07 12:27:23 +00:00
XDBCDictionarySource.h Move some resources 2022-05-20 19:49:31 +00:00
YAMLRegExpTreeDictionarySource.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
YAMLRegExpTreeDictionarySource.h fix build 2023-01-04 12:45:12 +01:00