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