File tree
248 files changed
+8991
-3995
lines changed- ci/jobs/scripts
- check_style/aspell-ignore/en
- workflow_hooks
- cmake/darwin
- contrib
- postgres-cmake
- docs/en
- operations/settings
- sql-reference
- functions
- statements/alter
- table-functions
- programs
- benchmark
- client
- server
- src
- Analyzer
- Passes
- Resolve
- Client/BuzzHouse
- AST
- Generator
- Proto
- 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
- config/config.d
- integration
- test_filesystem_cache
- config.d
- test_parts_delete_zookeeper
- test_prefer_global_in_and_join
- configs/config.d
- test_storage_rabbitmq
- queries/0_stateless
- utils/trace-visualizer
- js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
248 files changed
+8991
-3995
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| 55 | + | |
57 | 56 | | |
58 | 57 | | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
Lines 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | | - | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
82 | 89 | | |
83 | 90 | | |
84 | 91 | | |
- .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
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| 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 | + | |
0 commit comments