summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgupgrade.sgml
AgeCommit message (Expand)Author
2015-04-14Move pg_upgrade from contrib/ to src/bin/Peter Eisentraut
2015-04-14Integrate pg_upgrade_support module into backendPeter Eisentraut
2015-03-18pg_upgrade: document use of rsync for slave upgradesBruce Momjian
2014-08-26pg_upgrade docs: update docs for 8.3 support removalBruce Momjian
2014-08-25pg_ctl, pg_upgrade: allow multiple -o/-O options, append themBruce Momjian
2014-08-04pg_upgrade: assume user is install userBruce Momjian
2014-07-18Limit pg_upgrade authentication advice to always-secure techniques.Noah Misch
2014-03-08docs: small adjustements to recent SELECT and pg_upgrade improvementsBruce Momjian
2014-03-08pg_upgrade: document delete problems with tablespaces inside the cluster dire...Bruce Momjian
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2014-02-13pg_upgrade: mention the need for tablespace snapshots in docsBruce Momjian
2014-02-13pg_upgrade: document use of file system and COW snapshotsBruce Momjian
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2013-10-05pg_upgrade doc: link mode additionsBruce Momjian
2013-07-26pg_upgrade docs: don't use cluster for binary/libBruce Momjian
2013-07-11pg_upgrade: document possible pg_hba.conf optionsBruce Momjian
2013-07-07pg_upgrade: document link optionsBruce Momjian
2013-06-28pg_upgrade: remove -h optionBruce Momjian
2013-06-28pg_upgrade: trim down --help and doc option descriptionsBruce Momjian
2013-06-28pg_upgrade: change -u to -U, for consistencyBruce Momjian
2013-06-06pg_upgrade: document that --link should be used with --checkBruce Momjian
2013-05-29pg_upgrade docs: mention need to set parameters for vacuumdb.Bruce Momjian
2013-05-09pg_upgrade docs: give tips on automationBruce Momjian
2013-04-10Update the description for the graphical installersMagnus Hagander
2013-01-31pg_upgrade docs: mention modification of postgresql.conf in new clusterBruce Momjian
2013-01-09Allow parallel copy/link in pg_upgradeBruce Momjian
2012-12-27Add pg_upgrade --jobs parameterBruce Momjian
2012-11-07In pg_upgrade docs, mention using base backup as part of rsync forBruce Momjian
2012-09-04Document that pg_upgrade requires PGHOST be set for any pre-9.1 serversBruce Momjian
2012-09-03Fix pg_upgrade to cope with non-default unix_socket_directory scenarios.Tom Lane
2012-08-31In pg_upgade, document that the port numbers must be different whenBruce Momjian
2012-07-26Document that the pg_upgrade user of rsync might want to skip someBruce Momjian
2012-07-11Document that Log-Shipping Standby Servers cannot be upgraded byBruce Momjian
2012-05-19Put back word that was mysteriously lost in man page conversionPeter Eisentraut
2012-05-15Fix a whitespace issue with the man pagesPeter Eisentraut
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-05-09Split contrib documentation into extensions and programsPeter Eisentraut
2012-03-12In pg_upgrade, add various logging improvements:Bruce Momjian
2012-03-06In pg_upgrade, only lock the old cluster if link mode is used, and do itBruce Momjian
2012-02-22Improve wording of pg_upgrade logfile option:Bruce Momjian
2011-12-05In pg_upgrade, allow tables using regclass to be upgraded because weBruce Momjian
2011-10-10In pg_upgrade, add -o/-O options to pass parameters to the servers, andBruce Momjian
2011-10-06Move pg_upgrade doc mention of the port numbers to the same place.Bruce Momjian
2011-09-07In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian
2011-08-07Remove whitespace from end of linesPeter Eisentraut
2011-07-01In the pg_upgrade docs, move 50432 port mention to the place where weBruce Momjian
2011-07-01Change pg_upgrade to use port 50432 by default to avoid unintendedBruce Momjian
2011-06-23In pg_upgrade docs, clarify that link mode uses "hard" links.Bruce Momjian
2011-06-14In pg_upgrade, document that link mode has to have data directories onBruce Momjian
2011-05-16Allow pg_upgrade to honor libpq environment variables. Add 'local'Bruce Momjian