index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
walmethods.c
Age
Commit message (
Expand
)
Author
2025-01-09
Fix off_t overflow in pg_basebackup on Windows.
Thomas Munro
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-31
C comment: mention why no setting lasterrno in dir_existsfile()
Bruce Momjian
2023-08-07
Improve const use in zlib-using code
Peter Eisentraut
2023-08-01
Add and use symbolic constants for tar header offsets and file types.
Robert Haas
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-08
pg_basebackup: Restore lost translation markers
Peter Eisentraut
2023-03-06
Revise pg_pwrite_zeros()
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-08
Use pg_pwrite_zeros() in walmethods.c
Michael Paquier
2022-09-19
walmethods.c/h: Make WalWriteMethod more object-oriented.
Robert Haas
2022-09-19
walmethods.c/h: Make Walfile a struct, rather than a void *
Robert Haas
2022-09-14
Fix incorrect value for "strategy" with deflateParams() in walmethods.c
Michael Paquier
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before pg_free()
Peter Eisentraut
2022-04-18
Handle compression level in pg_receivewal for LZ4
Michael Paquier
2022-04-12
Remove WalCompressionMethod in favor of pg_compress_algorithm
Michael Paquier
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-03-15
Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.
Robert Haas
2022-01-23
pg_basebackup: Skip a few more fsyncs if --no-sync is specified.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-07
Refactor tar method of walmethods.c to rely on the compression method
Michael Paquier
2021-11-24
Remove useless LZ4 system call on failure when writing file header
Michael Paquier
2021-11-17
Clean up error handling in pg_basebackup's walmethods.c.
Tom Lane
2021-11-17
Handle close() failures more robustly in pg_dump and pg_basebackup.
Tom Lane
2021-11-05
Add support for LZ4 compression in pg_receivewal
Michael Paquier
2021-11-04
Rework compression options of pg_receivewal
Michael Paquier
2021-07-26
Fix a couple of memory leaks in src/bin/pg_basebackup/
Michael Paquier
2021-07-20
Fix some issues with WAL segment opening for pg_receivewal --compress
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-06-15
Assorted cleanup of tar-related code.
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-07-29
Handle fsync failures in pg_receivewal and pg_recvlogical
Peter Eisentraut
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-02-13
More unconstify use
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-06-26
Correct handling of fsync failures with tar mode of walmethods.c
Michael Paquier
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-08-04
Message style improvements
Peter Eisentraut
2017-08-03
Add new files to nls.mk and add translation markers
Peter Eisentraut
2017-06-30
Update code comments for pg_xlog -> pg_wal
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
[next]