]> granicus.if.org Git - postgresql/history - src/bin/pg_upgrade/file.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_upgrade / file.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-07 Tom LaneFix inadequate autoconfiscation of copyfile() usage.
2018-11-07 Peter Eisentrautpg_upgrade: Allow use of file cloning
2018-09-01 Tom LaneAvoid using potentially-under-aligned page buffers.
2018-04-07 Stephen FrostRefactor dir/file permissions
2018-02-05 Tom LaneEnsure that all temp files made during pg_upgrade are...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-09-09 Peter Eisentrautpg_upgrade: Message style fixes
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-01 Tom LaneImprove error reporting in pg_upgrade's file copying...
2016-10-01 Tom LaneFix multiple portability issues in pg_upgrade's rewrite...
2016-06-16 Alvaro HerreraReword bogus comment
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-06 Robert Haaspg_upgrade: Don't overwrite existing files.
2016-06-06 Robert Haaspg_upgrade: Improve error checking in rewriteVisibilityMap.
2016-03-11 Robert Haaspg_upgrade: Convert old visibility map format to new...
2016-03-08 Robert Haaspg_upgrade: Remove converter plugin facility.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-24 Bruce Momjianpg_upgrade: fix CopyFile() on Windows to fail on file...
2015-11-14 Bruce Momjianpg_upgrade: properly detect file copy failure on Windows
2015-04-14 Peter EisentrautMove pg_upgrade from contrib/ to src/bin/