Bruce Momjian
|
601d1eeddc
|
Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever
output to the same file, because it is impossible.
Also set user name for pg_dumpall in pg_upgrade.
|
2010-06-22 16:45:10 +00:00 |
|
Bruce Momjian
|
24cb6ab9af
|
Fix storage of getopt() return, should be 'int', for pg_upgrade.
Steve Singer
|
2010-06-15 23:25:01 +00:00 |
|
Bruce Momjian
|
1dc7c796c9
|
Have pg_upgrade create its output files in the current directory, rather
than in a subdirectory of the $HOME directory, or $TMP in Windows.
|
2010-06-12 17:05:29 +00:00 |
|
Bruce Momjian
|
238d21d7d2
|
Modify pg_standby, pgbench, and pg_upgrade manual pages to be consistent
in their display of command-line options with other client applications.
|
2010-05-25 15:55:28 +00:00 |
|
Bruce Momjian
|
7a74d70e71
|
Re-order pg_upgrade 'help' options to be alphabetical.
|
2010-05-25 02:55:58 +00:00 |
|
Bruce Momjian
|
00be75415c
|
Split apart pg_upgrade user lookup and root check so '--help' shows
proper default username.
|
2010-05-24 16:34:35 +00:00 |
|
Bruce Momjian
|
e9ad14f9f4
|
Use NAMEDATALEN instead of local define.
Modify path separators for Win32.
Per ideas from Takahiro Itagaki
|
2010-05-14 00:13:38 +00:00 |
|
Bruce Momjian
|
c2e9b2f288
|
Add pg_upgrade to /contrib; will be in 9.0 beta2.
Add documentation.
Supports migration from PG 8.3 and 8.4.
|
2010-05-12 02:19:11 +00:00 |
|