Commit Graph

61 Commits (05cbce6f30b9037f035f76f5cdf45fca3e9dd012)

Author SHA1 Message Date
Bruce Momjian cce5d851ed pg_upgrade: revert changing '' to "" 12 years ago
Bruce Momjian 3132a9b7ab pg_upgrade: use "" rather than '', for Windows 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 a9ceaa53be pg_upgrade: detect stale postmaster.pid lock files 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian acdb8c2259 Fix pg_upgrade -O/-o options 13 years ago
Bruce Momjian 630cd14426 Add initdb --sync-only option to sync the data directory to durable 13 years ago
Bruce Momjian 25d1ed04a2 Revert initdb --sync-only patch that had incorrect commit messages. 13 years ago
Bruce Momjian 4d88bc8f2b dummy commit 13 years ago
Bruce Momjian cd7569a546 dummy commit 13 years ago
Bruce Momjian ed5699dd1b In pg_upgrade, set synchronous_commit=off for the new cluster, to 13 years ago
Bruce Momjian a9701a1d7d In pg_upgrade, issue proper error message when we can't open PG_VERSION. 13 years ago
Tom Lane f763b77193 Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. 13 years ago
Alvaro Herrera 088c065ce8 pg_upgrade: Fix exec_prog API to be less flaky 13 years ago
Bruce Momjian fbcfa90bb8 Fix pg_upgrade file share violation on Windows created by the commit 13 years ago
Bruce Momjian 877b55c619 Improve pg_upgrade wording for pg_ctl start failure; could be 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Bruce Momjian d226e236c6 On Windows, have pg_upgrade use different two files to log pg_ctl 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
Peter Eisentraut d383c23f6f Remove support for on_exit() 14 years ago
Bruce Momjian 0dc3f57ba0 In pg_upgrade, add -o/-O options to pass parameters to the servers, and 14 years ago
Bruce Momjian caa1054df8 In pg_upgrade, use the new postmaster -C option to get the real data 14 years ago
Bruce Momjian 878b74e094 In pg_upgrade, remove unnecessary local variable. 14 years ago
Bruce Momjian f1312b5ed3 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 14 years ago
Bruce Momjian 17a16eeb7c In pg_upgrade, fix the -l/log option to work on Windows. 14 years ago
Peter Eisentraut 912bc4f038 Make pg_upgrade output more consistent with project style 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Bruce Momjian 6c19bd96bc Allow pg_upgrade to honor libpq environment variables. Add 'local' 15 years ago
Bruce Momjian 5059cf6ebf In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', now 15 years ago
Bruce Momjian e6a7402842 Add C comment why client encoding can be set in pg_upgrade. 15 years ago
Bruce Momjian 81301b8578 Check that the pg_upgrade user specified is a super-user. 15 years ago
Bruce Momjian 5c5f83507c Adjust pg_upgrade FATAL error messages to have consistent newlines. 15 years ago
Bruce Momjian 6c4d2bd914 Now that pg_upgrade uses -w in pg_ctl, remove loop that retried testing 15 years ago
Bruce Momjian 44091442db In pg_upgrade, avoid one start/stop of the postmaster; use the -w 15 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Peter Eisentraut 1eb2231fc4 Allow pg_upgrade with PGCLIENTENCODING set 15 years ago
Peter Eisentraut c75163842c Replace the confusing exit_nicely() by an atexit/on_exit hook 15 years ago
Bruce Momjian da3418cea9 Mention pg_upgrade sets autovacuum_freeze_max_age to maximum. 15 years ago
Bruce Momjian d609b08ead Expand comment on how pg_upgrade is turning off autovacuum. 15 years ago
Bruce Momjian d67b0bf471 In pg_upgrade, add C comment about how autovacuum is disabled. 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
Bruce Momjian 67c9e4442f Furter pg_upgrade optimizations to reduce function call argument count. 15 years ago
Bruce Momjian 6e6bee987f In pg_upgrade, remove use of whichCluster, and just pass old/new cluster 15 years ago
Bruce Momjian f82b3e58f8 In pg_upgrade, rename "CLUSTERNAME" to "CLUSTER_NAME". 15 years ago
Bruce Momjian 691a67b922 Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 15 years ago
Bruce Momjian 07456b45e6 Pgindent run on pg_upgrade source after restructuring. 15 years ago