Bruce Momjian
|
5d950e3b0c
|
Stamp copyrights for year 2011.
|
2011-01-01 13:18:15 -05:00 |
|
Bruce Momjian
|
16b5e08dec
|
Use "upgrade" in preference over "migrate" in pg_upgrade messages and
documentation. (Many were left over from the old pg_migrator naming.)
|
2010-12-15 07:11:31 -05:00 |
|
Tom Lane
|
71baff1786
|
Fix buffer overrun in pg_upgrade.
Problem reported, and cause identified, by Hernan Gonzalez.
|
2010-11-02 17:31:41 -04:00 |
|
Bruce Momjian
|
691a67b922
|
Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict.
|
2010-10-20 02:31:17 +00:00 |
|
Bruce Momjian
|
07456b45e6
|
Pgindent run on pg_upgrade source after restructuring.
|
2010-10-19 22:37:04 +00:00 |
|
Bruce Momjian
|
e13f7e9a71
|
Restructure the pg_upgrade code to use several global structures rather
than packing everything into 'ctx' and passing that to every function.
|
2010-10-19 21:38:34 +00:00 |
|
Bruce Momjian
|
9340fb80b1
|
In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally
rather than atol().
Per report from Brian Hirt
|
2010-09-28 21:41:03 +00:00 |
|
Magnus Hagander
|
9f2e211386
|
Remove cvs keywords from all files.
|
2010-09-20 22:08:53 +02:00 |
|
Bruce Momjian
|
c5d94a34fb
|
Modify pg_upgrade to set/restore all environment variables related to
collation/encoding to match English when reading controldata. This now
matches the English variable setting used by pg_regress.c.
Backpatch to 9.0.X.
|
2010-09-07 14:10:30 +00:00 |
|
Bruce Momjian
|
239d769e7e
|
pgindent run for 9.0, second run
|
2010-07-06 19:19:02 +00:00 |
|
Bruce Momjian
|
da254e3d16
|
Make pg_upgrade copyrights just 2010, not 2010-2010.
|
2010-07-03 16:33:15 +00:00 |
|
Bruce Momjian
|
de255a6eb1
|
Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.
|
2010-07-03 16:25:01 +00:00 |
|
Bruce Momjian
|
ccbe0c14e6
|
Add CVS tags to pg_upgrade and pg_upgrade_support files, per request
from Tom.
|
2010-07-03 14:23:14 +00:00 |
|
Tom Lane
|
600fc1dc9d
|
Get rid of some more stuff that duplicates c.h or port.h.
|
2010-07-01 15:52:52 +00:00 |
|
Tom Lane
|
0546906064
|
Remove another unsafe use of random data as a format string.
|
2010-05-14 00:39:51 +00:00 |
|
Tom Lane
|
8eac39780d
|
Get rid of unsafe sprintf and snprintf usages. Per compiler warnings.
|
2010-05-14 00:32:21 +00:00 |
|
Bruce Momjian
|
36d3afd2d4
|
Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade;
EDB must maintain their own patch set for this.
|
2010-05-13 22:51:00 +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 |
|