git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: e0b3074) | patch
Add LZ4 compression to pg_dump
2023年2月23日 20:19:19 +0000 (21:19 +0100)
2023年2月23日 20:19:26 +0000 (21:19 +0100)
commit 0da243fed0875932f781aff08df782b56af58d02
Add LZ4 compression to pg_dump

Expand pg_dump's compression streaming and file APIs to support the lz4
algorithm. The newly added compress_lz4.{c,h} files cover all the
functionality of the aforementioned APIs. Minor changes were necessary
in various pg_backup_* files, where code for the 'lz4' file suffix has
been added, as well as pg_dump's compression option parsing.

Author: Georgios Kokolatos
Reviewed-by: Michael Paquier, Rachel Heaton, Justin Pryzby, Shi Yu, Tomas Vondra
Discussion: https://postgr.es/m/faUNEOpts9vunEaLnmxmG-DldLSg_ql137OC3JYDmgrOMHm1RvvWY2IdBkv_CRxm5spCCb_OmKNk2T03TMm0fBEWveFF9wA1WizPuAgB7Ss%3D%40protonmail.com
12 files changed:
doc/src/sgml/ref/pg_dump.sgml diff | blob | blame | history
src/bin/pg_dump/Makefile diff | blob | blame | history
src/bin/pg_dump/compress_io.c diff | blob | blame | history
src/bin/pg_dump/compress_lz4.c [new file with mode: 0644] blob
src/bin/pg_dump/compress_lz4.h [new file with mode: 0644] blob
src/bin/pg_dump/meson.build diff | blob | blame | history
src/bin/pg_dump/pg_backup_archiver.c diff | blob | blame | history
src/bin/pg_dump/pg_backup_directory.c diff | blob | blame | history
src/bin/pg_dump/pg_dump.c diff | blob | blame | history
src/bin/pg_dump/t/002_pg_dump.pl diff | blob | blame | history
src/tools/pginclude/cpluspluscheck diff | blob | blame | history
src/tools/pgindent/typedefs.list diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /