summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/walmethods.c
AgeCommit message (Expand)Author
2025-01-09Fix off_t overflow in pg_basebackup on Windows.Thomas Munro
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-31C comment: mention why no setting lasterrno in dir_existsfile()Bruce Momjian
2023-08-07Improve const use in zlib-using codePeter Eisentraut
2023-08-01Add and use symbolic constants for tar header offsets and file types.Robert Haas
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-08pg_basebackup: Restore lost translation markersPeter Eisentraut
2023-03-06Revise pg_pwrite_zeros()Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-08Use pg_pwrite_zeros() in walmethods.cMichael Paquier
2022-09-19walmethods.c/h: Make WalWriteMethod more object-oriented.Robert Haas
2022-09-19walmethods.c/h: Make Walfile a struct, rather than a void *Robert Haas
2022-09-14Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-03Remove redundant null pointer checks before pg_free()Peter Eisentraut
2022-04-18Handle compression level in pg_receivewal for LZ4Michael Paquier
2022-04-12Remove WalCompressionMethod in favor of pg_compress_algorithmMichael Paquier
2022-04-08Improve frontend error logging style.Tom Lane
2022-03-15Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas
2022-01-23pg_basebackup: Skip a few more fsyncs if --no-sync is specified.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-07Refactor tar method of walmethods.c to rely on the compression methodMichael Paquier
2021-11-24Remove useless LZ4 system call on failure when writing file headerMichael Paquier
2021-11-17Clean up error handling in pg_basebackup's walmethods.c.Tom Lane
2021-11-17Handle close() failures more robustly in pg_dump and pg_basebackup.Tom Lane
2021-11-05Add support for LZ4 compression in pg_receivewalMichael Paquier
2021-11-04Rework compression options of pg_receivewalMichael Paquier
2021-07-26Fix a couple of memory leaks in src/bin/pg_basebackup/Michael Paquier
2021-07-20Fix some issues with WAL segment opening for pg_receivewal --compressMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-06-15Assorted cleanup of tar-related code.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-07-29Handle fsync failures in pg_receivewal and pg_recvlogicalPeter Eisentraut
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-02-13More unconstify usePeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-06-26Correct handling of fsync failures with tar mode of walmethods.cMichael Paquier
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-04-07Refactor dir/file permissionsStephen Frost
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-04Message style improvementsPeter Eisentraut
2017-08-03Add new files to nls.mk and add translation markersPeter Eisentraut
2017-06-30Update code comments for pg_xlog -> pg_walPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane