postgresql/contrib/pg_upgrade
Tom Lane 84c123be1d Allow new values to be added to an existing enum type.
After much expenditure of effort, we've got this to the point where the
performance penalty is pretty minimal in typical cases.

Andrew Dunstan, reviewed by Brendan Jurd, Dean Rasheed, and Tom Lane
2010-10-24 23:05:41 -04:00
..
.gitignore
check.c Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 2010-10-20 02:31:17 +00:00
controldata.c Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 2010-10-20 02:31:17 +00:00
dump.c Pgindent run on pg_upgrade source after restructuring. 2010-10-19 22:37:04 +00:00
exec.c Pgindent run on pg_upgrade source after restructuring. 2010-10-19 22:37:04 +00:00
file.c Pgindent run on pg_upgrade source after restructuring. 2010-10-19 22:37:04 +00:00
function.c Allow new values to be added to an existing enum type. 2010-10-24 23:05:41 -04:00
IMPLEMENTATION
info.c Clean up pg_upgrade cache lookup code; remove useless NULL pointer tests. 2010-10-20 20:02:37 +00:00
Makefile
option.c Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 2010-10-20 02:31:17 +00:00
page.c Restructure the pg_upgrade code to use several global structures rather 2010-10-19 21:38:34 +00:00
pg_upgrade.c Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 2010-10-20 02:31:17 +00:00
pg_upgrade.h Clean up pg_upgrade cache lookup code; remove useless NULL pointer tests. 2010-10-20 20:02:37 +00:00
relfilenode.c In pg_upgrade, use cached copy of directory listing, rather than calling 2010-10-20 00:33:19 +00:00
server.c Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 2010-10-20 02:31:17 +00:00
tablespace.c Pgindent run on pg_upgrade source after restructuring. 2010-10-19 22:37:04 +00:00
TESTING
util.c Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. 2010-10-20 02:31:17 +00:00
version_old_8_3.c Pgindent run on pg_upgrade source after restructuring. 2010-10-19 22:37:04 +00:00
version.c Restructure the pg_upgrade code to use several global structures rather 2010-10-19 21:38:34 +00:00