Alexey Milovidov
|
8276a1c8d2
|
Faster parts removal, more safe and efficient interface of IDisk
|
2021-01-14 19:24:13 +03:00 |
|
Alexey Milovidov
|
6eb5a5f4d9
|
Remove useless code
|
2021-01-10 03:28:59 +03:00 |
|
Alexey Milovidov
|
4ecfe8fef4
|
Remove unused headers
|
2020-12-08 02:10:22 +03:00 |
|
Anton Popov
|
4df5c72878
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-08-24 12:57:27 +03:00 |
|
Alexey Milovidov
|
6df282e813
|
Fixup
|
2020-07-16 11:33:51 +03:00 |
|
Alexey Milovidov
|
204a4af394
|
Rollback insertion error in Log engines #12402
|
2020-07-12 05:32:18 +03:00 |
|
Anton Popov
|
b2aa565a37
|
allow to turn on fsync on inserts, merges and fetches
|
2020-06-27 17:52:16 +03:00 |
|
Anton Popov
|
f8f67a788e
|
allow to turn on fsync on inserts and merges
|
2020-06-25 19:55:45 +03:00 |
|
Alexey Milovidov
|
25f941020b
|
Remove namespace pollution
|
2020-05-31 00:57:37 +03:00 |
|
Alexey Milovidov
|
5aff138956
|
Preparation for structured logging
|
2020-05-31 00:35:52 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
9d24908e53
|
Progress on task
|
2020-05-23 20:52:11 +03:00 |
|
Alexey Milovidov
|
241f8c5431
|
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 20:10:21 +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 |
|
Gleb Novikov
|
fbd00d6af3
|
removed default value from overriden functions in IReservation children
|
2020-05-10 12:33:52 +03:00 |
|
Gleb Novikov
|
390b39b272
|
VolumePtr instead of DiskPtr in MergeTreeData*
|
2020-05-10 00:24:15 +03:00 |
|
Gleb Novikov
|
b54209e43e
|
Modified reservation to work with multiple disks
|
2020-05-09 19:03:22 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|