postgresql/contrib/pg_upgrade
Bruce Momjian 497e65f822 In pg_upgrade, no need to initialize global struct values; they are
always zeros.  Also no need to free memory before we exit.
2011-02-16 15:17:28 -05:00
..
.gitignore
check.c Adjust pg_upgrade error message, array freeing, and add error check. 2011-02-15 15:00:47 -05:00
controldata.c
dump.c Fix pg_upgrade of large object permissions by preserving pg_auth.oid, 2011-01-07 21:59:29 -05:00
exec.c Repair multiple breakage in Windows-specific code for appending '.exe'. 2011-02-02 20:26:43 -05:00
file.c
function.c Fix pg_upgrade to handle extensions. 2011-02-09 19:18:08 -05:00
IMPLEMENTATION
info.c In pg_upgrade, no need to initialize global struct values; they are 2011-02-16 15:17:28 -05:00
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
option.c
page.c
pg_upgrade.c In pg_upgrade, no need to initialize global struct values; they are 2011-02-16 15:17:28 -05:00
pg_upgrade.h In pg_upgrade, no need to initialize global struct values; they are 2011-02-16 15:17:28 -05:00
relfilenode.c Adjust pg_upgrade error message, array freeing, and add error check. 2011-02-15 15:00:47 -05:00
server.c
tablespace.c
TESTING
util.c
version_old_8_3.c
version.c