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