File tree
201 files changed
+5569
-1494
lines changed- ci/jobs/scripts
- check_style/aspell-ignore/en
- workflow_hooks
- contrib
- docs/en/sql-reference
- functions
- statements/alter
- table-functions
- programs
- benchmark
- server
- src
- Analyzer
- Passes
- Resolve
- Common
- examples
- Core
- Databases
- Formats
- Functions
- IO
- S3
- Interpreters
- Cache
- ClusterProxy
- Parsers
- Planner
- Processors
- Formats/Impl
- QueryPlan
- Optimizations
- Storages
- MergeTree
- Compaction
- MergeSelectors
- tests
- System
- TableFunctions
- tests
- integration
- test_parts_delete_zookeeper
- test_prefer_global_in_and_join
- configs/config.d
- queries/0_stateless
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
201 files changed
+5569
-1494
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1887 | 1887 | | |
1888 | 1888 | | |
1889 | 1889 | | |
| 1890 | + | |
1890 | 1891 | | |
1891 | 1892 | | |
| 1893 | + | |
1892 | 1894 | | |
1893 | 1895 | | |
1894 | 1896 | | |
| |||
2233 | 2235 | | |
2234 | 2236 | | |
2235 | 2237 | | |
| 2238 | + | |
2236 | 2239 | | |
2237 | 2240 | | |
2238 | 2241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
- .github/workflows/android-ndk-build.yml+2-2
- .github/workflows/dev-long-tests.yml+32-32
- .github/workflows/dev-short-tests.yml+56-42
- .github/workflows/publish-release-artifacts.yml+1-1
- .github/workflows/release_check.yml+64
- .github/workflows/scorecards.yml+2-2
- .github/workflows/windows-artifacts.yml+35-12
- README.md+12-12
- build/cmake/lib/CMakeLists.txt+4-4
- contrib/linux-kernel/linux_zstd.h+166
- contrib/linux-kernel/zstd_compress_module.c+49
- contrib/linux-kernel/zstd_decompress_module.c+36
- contrib/pzstd/Logging.h+1
- doc/zstd_compression_format.md+3-2
- doc/zstd_manual.html+31-24
- lib/README.md+5
- lib/common/bits.h+1-1
- lib/common/compiler.h+6-6
- lib/common/portability_macros.h+19
- lib/common/zstd_common.c+9
- lib/common/zstd_internal.h+1-1
- lib/compress/huf_compress.c+1
- lib/compress/zstd_compress.c+9-1
- lib/compress/zstd_compress_internal.h+3-3
- lib/decompress/huf_decompress.c+6-5
- lib/decompress/huf_decompress_amd64.S+182-18
- lib/decompress/zstd_decompress_block.c+65-57
- lib/dictBuilder/cover.c+93-64
- lib/dictBuilder/divsufsort.c+4-4
- lib/dictBuilder/fastcover.c+39-40
- lib/dictBuilder/zdict.c+18-14
- lib/dll/example/build_package.bat+36-20
- lib/zstd.h+17-6
- programs/benchzstd.c+51-62
- programs/benchzstd.h+2-2
- programs/dibio.c+3-3
- programs/fileio.c+30-21
- programs/fileio.h+1-1
- programs/fileio_types.h+1-1
- programs/timefn.c+3-1
- programs/util.c+152-65
- programs/util.h+4-2
- programs/zstd.1+224-36
- programs/zstd.1.md+13-13
- programs/zstdcli.c+68-58
- programs/zstdgrep.1+1-1
- programs/zstdless.1+1-1
- tests/Makefile+5-1
- tests/cli-tests/common/platform.sh+11
- tests/cli-tests/compression/multi-threaded.sh+7
- tests/cli-tests/compression/multi-threaded.sh.stderr.exact+10
- tests/cli-tests/determinism/basic.sh+36
- tests/cli-tests/determinism/basic.sh.stderr.exact
- tests/cli-tests/determinism/basic.sh.stdout.exact+880
- tests/cli-tests/determinism/multithread.sh+45
- tests/cli-tests/determinism/multithread.sh.stderr.exact
- tests/cli-tests/determinism/multithread.sh.stdout.exact+260
- tests/cli-tests/determinism/reuse.sh+44
- tests/cli-tests/determinism/reuse.sh.stderr.exact
- tests/cli-tests/determinism/reuse.sh.stdout.exact+19
- tests/cli-tests/determinism/setup+5
- tests/cli-tests/determinism/setup_once+30
- tests/cli-tests/dict-builder/no-inputs.sh.stderr.exact+3-3
- tests/cli-tests/file-stat/compress-file-to-dir-without-write-perm.sh.stderr.exact+4
- tests/cli-tests/file-stat/compress-file-to-file.sh.stderr.glob+4
- tests/cli-tests/file-stat/compress-stdin-to-file.sh.stderr.glob+4
- tests/cli-tests/file-stat/decompress-file-to-file.sh.stderr.glob+4
- tests/cli-tests/file-stat/decompress-stdin-to-file.sh.stderr.glob+4
- tests/cli-tests/run.py+1
- tests/playTests.sh+35-34
- tests/test_process_substitution.bash+92
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4671 | 4671 | | |
4672 | 4672 | | |
4673 | 4673 | | |
| 4674 | + | |
| 4675 | + | |
| 4676 | + | |
| 4677 | + | |
| 4678 | + | |
| 4679 | + | |
| 4680 | + | |
| 4681 | + | |
| 4682 | + | |
| 4683 | + | |
| 4684 | + | |
| 4685 | + | |
| 4686 | + | |
| 4687 | + | |
| 4688 | + | |
| 4689 | + | |
| 4690 | + | |
| 4691 | + | |
| 4692 | + | |
| 4693 | + | |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
| 4697 | + | |
| 4698 | + | |
| 4699 | + | |
| 4700 | + | |
| 4701 | + | |
| 4702 | + | |
| 4703 | + | |
| 4704 | + | |
| 4705 | + | |
| 4706 | + | |
| 4707 | + | |
| 4708 | + | |
| 4709 | + | |
| 4710 | + | |
| 4711 | + | |
| 4712 | + | |
| 4713 | + | |
| 4714 | + | |
| 4715 | + | |
| 4716 | + | |
| 4717 | + | |
| 4718 | + | |
| 4719 | + | |
| 4720 | + | |
| 4721 | + | |
| 4722 | + | |
| 4723 | + | |
| 4724 | + | |
| 4725 | + | |
| 4726 | + | |
| 4727 | + | |
| 4728 | + | |
| 4729 | + | |
| 4730 | + | |
| 4731 | + | |
| 4732 | + | |
| 4733 | + | |
| 4734 | + | |
| 4735 | + | |
| 4736 | + | |
| 4737 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
140 | 183 | | |
141 | 184 | | |
142 | 185 | | |
| |||
Lines changed: 70 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
317 | 319 | | |
318 | 320 | | |
319 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
318 | 317 | | |
319 | 318 | | |
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
323 | 322 | | |
324 | | - | |
325 | 323 | | |
326 | 324 | | |
327 | 325 | | |
| |||
1170 | 1168 | | |
1171 | 1169 | | |
1172 | 1170 | | |
1173 | | - | |
1174 | | - | |
1175 | 1171 | | |
1176 | 1172 | | |
1177 | 1173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
602 | 608 | | |
603 | 609 | | |
604 | 610 | | |
605 | | - | |
606 | | - | |
607 | | - | |
| 611 | + | |
608 | 612 | | |
609 | 613 | | |
610 | 614 | | |
| |||
1146 | 1150 | | |
1147 | 1151 | | |
1148 | 1152 | | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
1149 | 1162 | | |
1150 | 1163 | | |
1151 | 1164 | | |
| |||
1238 | 1251 | | |
1239 | 1252 | | |
1240 | 1253 | | |
1241 | | - | |
1242 | | - | |
1243 | | - | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
1244 | 1260 | | |
1245 | 1261 | | |
1246 | 1262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
0 commit comments