aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade
Commit message (Expand)AuthorAge
* In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian2011-09-07
* Fix not-backwards-compatible pg_upgrade test for prepared transactions.Tom Lane2011-08-30
* In pg_upgrade, limit schema name filter to include toast tables. BugBruce Momjian2011-08-26
* In pg_upgrade, avoid dumping orphaned temporary tables. This makes theBruce Momjian2011-08-15
* Fix pg_update to properly test for the data directory's existence onBruce Momjian2011-07-30
* In pg_upgrade on Windows, check if the directory is writable by actuallyBruce Momjian2011-07-24
* In pg_upgrade, fix the -l/log option to work on Windows.Bruce Momjian2011-07-20
* Fix use of unportable %m formatPeter Eisentraut2011-07-07
* Postgres -> PostgreSQL in error messagePeter Eisentraut2011-07-05
* In pg_upgrade, check that the binary and data directories are the sameBruce Momjian2011-06-22
* Adjust pg_upgrade check for pg_upgrade_support to happen after theBruce Momjian2011-06-22
* Fix pg_upgrade status message capitalization mistake.Bruce Momjian2011-06-22
* In pg_upgrade, check there are no prepared transactions.Bruce Momjian2011-06-14
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* In pg_upgrade, do case-insensitive checks of locale, encoding, and ctypeBruce Momjian2011-05-24
* In pg_upgrade, clean up handling of invalid directory specification byBruce Momjian2011-05-18
* Improve pg_upgrade error reporting if the bin or data directories do notBruce Momjian2011-05-18
* /contrib/foo -> contrib/fooPeter Eisentraut2011-05-19
* Improve pg_upgrade X_OK comment.Bruce Momjian2011-05-18
* Fix pg_upgrade build problem on Windows when using X_OK accessBruce Momjian2011-05-18
* Update pg_upgrade directory check error message.Bruce Momjian2011-05-16
* Add pg_upgrade check to make sure the user has full access permission inBruce Momjian2011-05-16
* Allow pg_upgrade to honor libpq environment variables. Add 'local'Bruce Momjian2011-05-16
* Format pg_upgrade --version in line with conventionsPeter Eisentraut2011-05-10
* Add bug report line to pg_upgrade --help outputPeter Eisentraut2011-05-10
* In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', nowBruce Momjian2011-05-10
* In pg_upgrade, add status message about superuser check.Bruce Momjian2011-05-09
* Add C comment why client encoding can be set in pg_upgrade.Bruce Momjian2011-05-07
* In pg_upgrade, report non-super-user username in error message.Bruce Momjian2011-05-07
* Check that the pg_upgrade user specified is a super-user.Bruce Momjian2011-05-07
* Adjust pg_upgrade FATAL error messages to have consistent newlines.Bruce Momjian2011-05-06
* Improve formatting of pg_upgrade --help outputPeter Eisentraut2011-05-05
* Now that pg_upgrade uses -w in pg_ctl, remove loop that retried testingBruce Momjian2011-04-26
* In pg_upgrade, avoid one start/stop of the postmaster; use the -wBruce Momjian2011-04-25
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* In pg_upgrade, only compile copy_file() on non-Win32 systems.Bruce Momjian2011-04-23
* Pg_upgrade C comment addition.Bruce Momjian2011-04-20
* Throw error for mismatched pg_upgrade clustersBruce Momjian2011-04-19
* Add C commentBruce Momjian2011-04-19
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Allow pg_upgrade with PGCLIENTENCODING setPeter Eisentraut2011-04-07
* Simplify structure of query used to gather database object informationBruce Momjian2011-04-07
* Replace the confusing exit_nicely() by an atexit/on_exit hookPeter Eisentraut2011-04-06
* Mention pg_upgrade sets autovacuum_freeze_max_age to maximum.Bruce Momjian2011-03-30
* Expand comment on how pg_upgrade is turning off autovacuum.Bruce Momjian2011-03-30
* In pg_upgrade, add C comment about how autovacuum is disabled.Bruce Momjian2011-03-29
* Remove unused copy_dir() function from pg_upgrade.Bruce Momjian2011-03-15
* Fix file descriptor leaks in pg_upgrade in failure code paths.Bruce Momjian2011-03-08
* Tighten pg_upgrade check for pre-8.4 toast table name matching.Bruce Momjian2011-03-06
* Fix a couple more missing "static" markers.Tom Lane2011-03-06