summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade/file.c
AgeCommit message (Expand)Author
2025-03-25pg_upgrade: Add --swap for faster file transfer.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-01-04Update copyright for 2024Bruce Momjian
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-01Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier
2022-07-12Remove trailing newlines in pg_upgrade's message strings.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-23Split macros from visibilitymap.h into a separate headerAlexander Korotkov
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-03-04Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut
2020-03-02Update Microsoft documentation linkPeter Eisentraut
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-01-02Update copyright for 2019Bruce Momjian
2018-11-07Fix inadequate autoconfiscation of copyfile() usage.Tom Lane
2018-11-07pg_upgrade: Allow use of file cloningPeter Eisentraut
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-04-07Refactor dir/file permissionsStephen Frost
2018-02-05Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-09pg_upgrade: Message style fixesPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-01Improve error reporting in pg_upgrade's file copying/linking/rewriting.Tom Lane
2016-10-01Fix multiple portability issues in pg_upgrade's rewriteVisibilityMap().Tom Lane
2016-06-16Reword bogus commentAlvaro Herrera
2016-06-09pgindent run for 9.6Robert Haas
2016-06-06pg_upgrade: Don't overwrite existing files.Robert Haas
2016-06-06pg_upgrade: Improve error checking in rewriteVisibilityMap.Robert Haas
2016-03-11pg_upgrade: Convert old visibility map format to new format.Robert Haas
2016-03-08pg_upgrade: Remove converter plugin facility.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-24pg_upgrade: fix CopyFile() on Windows to fail on file existenceBruce Momjian
2015-11-14pg_upgrade: properly detect file copy failure on WindowsBruce Momjian
2015-04-14Move pg_upgrade from contrib/ to src/bin/Peter Eisentraut