Alexander Tokmakov
|
e686616756
|
add exclusive DDLGuard for database
|
2020-08-18 18:15:27 +03:00 |
|
Alexander Tokmakov
|
5b92f43f12
|
Merge branch 'master' into database_atomic_improvements
|
2020-08-03 14:35:40 +03:00 |
|
Vitaly Baranov
|
668653600c
|
Use SettingMaxThreads only in Settings, call getNumberOfPhysicalCPUCores() instead of SettingMaxThreads::getAuto().
|
2020-07-31 19:11:27 +03:00 |
|
Alexander Tokmakov
|
ebf98ba006
|
implement reneme dictionary query
|
2020-07-17 00:41:26 +03:00 |
|
Alexander Tokmakov
|
445acd0294
|
Merge branch 'master' into database_atomic_improvements
|
2020-07-09 16:02:54 +03:00 |
|
Alexander Tokmakov
|
7a5d532c7b
|
implement rename database for atomic
|
2020-07-07 15:11:58 +03:00 |
|
Alexander Tokmakov
|
d1be5ec641
|
fix symlinks, add short syntax of attach database
|
2020-07-06 16:41:43 +03:00 |
|
Alexander Tokmakov
|
383c583bdd
|
add uuid to atomic databases
|
2020-07-02 23:39:31 +03:00 |
|
alexey-milovidov
|
948af0bfc5
|
Merge pull request #12045 from ClickHouse/fix_loading_of_tables
Parse metadata in parallel when loading tables
|
2020-06-30 21:16:40 +03:00 |
|
Alexander Tokmakov
|
987e64acfe
|
parse metadata in parallel when loading tables
|
2020-06-30 03:12:16 +03:00 |
|
Alexey Milovidov
|
1462a66d1e
|
Fix typos
|
2020-06-27 22:05:00 +03:00 |
|
alesapin
|
d79982f497
|
Better locks in Storages
|
2020-06-18 19:10:47 +03:00 |
|
Alexey Milovidov
|
b72a095e99
|
Fix race conditions in CREATE/DROP of different replicas of ReplicatedMergeTree
|
2020-06-11 06:24:52 +03:00 |
|
Alexander Kuzmenkov
|
435f53e05a
|
Improve error messages
Also support fmt for exception messages, the same way we use it in
logging macros.
|
2020-06-04 20:50:29 +03:00 |
|
Alexander Tokmakov
|
3cff070f89
|
add context to IDatabase methods
|
2020-05-28 23:10:45 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
7c0c328a35
|
Progress on task
|
2020-05-24 00:05:47 +03:00 |
|
Alexey Milovidov
|
d5b7883451
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_[^\_(]+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_[^\_(]+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5{}\7{}\9", \4, \6, \8);/'
|
2020-05-23 22:41:08 +03:00 |
|
Alexey Milovidov
|
7e2fb9ad65
|
Apply all transformations again
|
2020-05-23 22:38:30 +03:00 |
|
Alexey Milovidov
|
29762240de
|
Remove duplicate whitespaces (preparation)
|
2020-05-23 22:31:54 +03:00 |
|
Alexey Milovidov
|
1f13515a65
|
Make all LOG in single line (preparation)
|
2020-05-23 21:31:37 +03:00 |
|
Alexey Milovidov
|
e391b77d81
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5", \4);/'
|
2020-05-23 19:56:05 +03:00 |
|
Alexey Milovidov
|
ee4ffbc332
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/'
|
2020-05-23 19:47:56 +03:00 |
|
Alexey Milovidov
|
99c18c5a09
|
Check for suspicious codecs #4966
|
2020-05-04 03:11:49 +03:00 |
|
Alexander Tokmakov
|
f413061e0d
|
remove Context from some IDatabase methods
|
2020-04-23 19:51:48 +03:00 |
|
Alexander Tokmakov
|
5e6d4b9449
|
Merge branch 'master' into database_atomic
|
2020-04-12 16:35:44 +03:00 |
|
Alexander Tokmakov
|
8b6c836720
|
fix
|
2020-04-11 18:38:41 +03:00 |
|
Alexander Tokmakov
|
4c48b7dd80
|
better rename
|
2020-04-07 18:31:33 +03:00 |
|
Alexander Tokmakov
|
a2101c9b1c
|
better code
|
2020-04-07 02:22:44 +03:00 |
|
Alexander Tokmakov
|
08bae4668d
|
Merge branch 'master' into database_atomic
|
2020-04-06 16:18:07 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|