- Mar 27, 2012
-
-
Tom Lane authored
-
- Mar 20, 2012
-
-
Peter Eisentraut authored
-
- Mar 19, 2012
-
-
Bruce Momjian authored
the non-development install. Instead, use the LOAD mechanism to check for the pg_upgrade_support shared object, like we do for other shared object checks. Backpatch to 9.1. Report from Àlvaro
-
- Mar 17, 2012
-
-
Bruce Momjian authored
-
- Mar 16, 2012
-
-
Bruce Momjian authored
optimizer statistics so the cluster can be made available sooner.
-
- Mar 15, 2012
-
-
Bruce Momjian authored
-
- Mar 13, 2012
-
-
Bruce Momjian authored
add ability to control permissions of created files have psql echo its queries for easier debugging output four separate log files, and delete them on success add -r/--retain option to keep log files after success make logs file append-only remove -g/-G/-l logging options sugggest tailing appropriate log file on failure enhance -v/--verbose behavior
-
- Mar 06, 2012
-
-
Bruce Momjian authored
right after we restore the schema (a common failure point), and right before we do the link operation. Per suggesgtions from Robert and ^!C^!^@lvaro
-
- Feb 23, 2012
-
-
Bruce Momjian authored
-l, --logfile=FILENAME log internal activity to file\n\
-
- Feb 15, 2012
-
-
Bruce Momjian authored
Idea from Peter.
-
- Jan 27, 2012
-
-
Bruce Momjian authored
-
- Jan 25, 2012
-
-
Bruce Momjian authored
have pg_upgrade allocate a maximum fixed size buffer for testing the library file name, rather than base the allocation on the library name. Backpatch to 9.1.
-
Bruce Momjian authored
-
Bruce Momjian authored
"plpython2" when upgrading from pre-PG 9.1. Patch to head and 9.1. Per report from Peter.
-
Bruce Momjian authored
check cluster version numbers, and fix missing table alias.
-
- Jan 19, 2012
-
-
Bruce Momjian authored
-
- Jan 02, 2012
-
-
Bruce Momjian authored
-
- Dec 27, 2011
-
-
Peter Eisentraut authored
All supported platforms support the C89 standard function atexit() (SunOS 4 probably being the last one not to), and supporting both makes the code clumsy.
-
Peter Eisentraut authored
This is the standard behavior but was forgotten in some places.
-
- Dec 07, 2011
-
-
Magnus Hagander authored
Instead, add a function pg_tablespace_location(oid) used to return the same information, and do this by reading the symbolic link. Doing it this way makes it possible to relocate a tablespace when the database is down by simply changing the symbolic link.
-
- Dec 05, 2011
-
-
Bruce Momjian authored
preserve pg_class oids since PG 9.0.
-
- Nov 30, 2011
-
-
Tom Lane authored
-
- Nov 29, 2011
-
-
Peter Eisentraut authored
Disabled for now because some build farm members with low resources are not prepared to handle it.
-
- Nov 27, 2011
-
-
Peter Eisentraut authored
It runs the regression tests, runs pg_upgrade on the populated database, and compares the before and after dumps. While not actually a cross-version upgrade, this does detect omissions and bugs in the involved tools from time to time. It's also possible to do a cross-version upgrade by manually supplying parameters.
-
- Nov 26, 2011
-
-
Bruce Momjian authored
-
- Nov 24, 2011
-
-
Bruce Momjian authored
allow upgrades of the same catalog version. (Doesn't work for tablespaces, as indicated by C comment.)
-
- Nov 18, 2011
-
-
Bruce Momjian authored
--- we were not using the scandir pattern filtering anyway. This also removes the scandir requirement in configure.
-
- Nov 17, 2011
-
-
Bruce Momjian authored
-
Bruce Momjian authored
pattern, which is used on PG 9.1 and HEAD (but not pre-9.1). Fixes crash on Windows. Backpatched to 9.1. Reported by Mark Dilger
-
Bruce Momjian authored
-
- Nov 04, 2011
-
-
Robert Haas authored
-
Robert Haas authored
Kevin Grittner
-
- Nov 03, 2011
-
-
Bruce Momjian authored
cleanly handle old/new database mismatches.
-
- Nov 01, 2011
-
-
Bruce Momjian authored
-
Bruce Momjian authored
'postgres' database.
-
- Oct 29, 2011
-
-
Bruce Momjian authored
new cluster. vacuumdb, used by pg_upgrade, still has this dependency.
-
- Oct 28, 2011
-
-
Bruce Momjian authored
in the old cluster.
-
Bruce Momjian authored
-
- Oct 10, 2011
-
-
Bruce Momjian authored
document its use for config-only directory installs.
-
- Oct 07, 2011
-
-
Bruce Momjian authored
directory, for config-only directory installs. Only works for PG 9.2+ servers.
-