You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/pg_upgrade
Bruce Momjian c1b617987d Add username designations to all pg_upgrade utility calls that support it. 16 years ago
..
IMPLEMENTATION Update pg_upgrade IMPLEMENTATION doc file to match current 9.0 behavior. 16 years ago
Makefile Move pg_upgrade shared library out into its own /contrib directory 16 years ago
TESTING Add pg_upgrade TESTING files explaining a testing method. 16 years ago
check.c Add username designations to all pg_upgrade utility calls that support it. 16 years ago
controldata.c Remove another unsafe use of random data as a format string. 16 years ago
dump.c Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever 16 years ago
exec.c Use NAMEDATALEN instead of local define. 16 years ago
file.c Adjust pg_upgrade BSD defines for scandir(), per report from Giles Lean 16 years ago
function.c Have pg_upgrade create its output files in the current directory, rather 16 years ago
info.c In pg_upgrade, test for datallowconn instead of hardcoding template0. 16 years ago
option.c Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever 16 years ago
page.c Assorted fixes to make pg_upgrade build on MSVC. 16 years ago
pg_upgrade.c Add username designations to all pg_upgrade utility calls that support it. 16 years ago
pg_upgrade.h Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever 16 years ago
relfilenode.c Properly define pg_upgrade global variable, per bug report from Chris 16 years ago
server.c Add username designations to all pg_upgrade utility calls that support it. 16 years ago
tablespace.c Fix pg_upgrade to remove malloc(0) call. 16 years ago
util.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 16 years ago
version.c Have pg_upgrade create its output files in the current directory, rather 16 years ago
version_old_8_3.c Have pg_upgrade create its output files in the current directory, rather 16 years ago