Commit Graph

49 Commits (0a7832005792fa6dad171f9cadb8d587fe0dd800)

Author SHA1 Message Date
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut bd5a9a50e4 pg_upgrade: Report full disk better 12 years ago
Peter Eisentraut 264aa14a2f pg_upgrade: Split off pg_fatal() from pg_log() 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 6b711cf37c In pg_upgrade, simplify function copy_file() by using pg_malloc() and 13 years ago
Bruce Momjian 16e1ae77f9 In pg_upgrade, fix a few place that used maloc/free rather than 13 years ago
Bruce Momjian 29add0de49 In pg_upgrade, copy fsm, vm, and extent files by checking for file 13 years ago
Alvaro Herrera 34c02044ed Fix thinko in comment 13 years ago
Bruce Momjian 4da8fc05f0 Simplify pg_upgrade's handling when returning directory listings. 13 years ago
Tom Lane 3d6ec663bb Improve pg_upgrade's load_directory() function. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Bruce Momjian 717f6d6085 In pg_upgrade, add various logging improvements: 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 7012b5edb7 Remove scandir() requirement in pg_upgrade; instead just use readdir() 14 years ago
Bruce Momjian ee3ef8f30c Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago
Bruce Momjian 988f907d24 Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL 14 years ago
Bruce Momjian b735757c32 Remove pg_upgrade function no longer called (dir_matching_filenames). 14 years ago
Bruce Momjian f1312b5ed3 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 14 years ago
Peter Eisentraut 912bc4f038 Make pg_upgrade output more consistent with project style 14 years ago
Peter Eisentraut d7fb49314d Fix use of unportable %m format 14 years ago
Bruce Momjian 5c5f83507c Adjust pg_upgrade FATAL error messages to have consistent newlines. 15 years ago
Bruce Momjian f6322b3191 In pg_upgrade, only compile copy_file() on non-Win32 systems. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Bruce Momjian 898a14e1a0 Remove unused copy_dir() function from pg_upgrade. 15 years ago
Bruce Momjian d367d41d66 Fix file descriptor leaks in pg_upgrade in failure code paths. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane 3864afa1d1 Clean up some copied-and-pasted code in pg_upgrade. 15 years ago
Bruce Momjian 07456b45e6 Pgindent run on pg_upgrade source after restructuring. 15 years ago
Bruce Momjian e13f7e9a71 Restructure the pg_upgrade code to use several global structures rather 15 years ago
Bruce Momjian a1bb570de9 Fix leak patch that was using fclose() instead of close(). 15 years ago
Bruce Momjian f175884520 Properly close files after read file failure to prevent potential 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian a0d7c5f689 Properly report errno/out-of-disk-space error from pg_upgrade when in 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Bruce Momjian da254e3d16 Make pg_upgrade copyrights just 2010, not 2010-2010. 15 years ago
Bruce Momjian de255a6eb1 Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. 15 years ago
Bruce Momjian ccbe0c14e6 Add CVS tags to pg_upgrade and pg_upgrade_support files, per request 15 years ago
Tom Lane 600fc1dc9d Get rid of some more stuff that duplicates c.h or port.h. 15 years ago
Bruce Momjian 5c337fb45c Adjust pg_upgrade BSD defines for scandir(), per report from Giles Lean 16 years ago
Bruce Momjian 5781d96dc3 Change bsdi define to __bsdi__ 16 years ago
Tom Lane adf6b8edfb Spell __darwin__ correctly, to suppress compiler warning on OSX. 16 years ago
Bruce Momjian e9ad14f9f4 Use NAMEDATALEN instead of local define. 16 years ago
Bruce Momjian 36d3afd2d4 Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade; 16 years ago
Tom Lane 382ff21203 Fix up lame idea of not using autoconf to determine if platform has scandir(). 16 years ago
Tom Lane c9c25a982c Clean up unnecessary unportability and compiler warnings by removing the 16 years ago
Bruce Momjian c2e9b2f288 Add pg_upgrade to /contrib; will be in 9.0 beta2. 16 years ago