summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pgupgrade.sgml
AgeCommit message (Expand)Author
2025-06-30Add new OID alias type regdatabase.Nathan Bossart
2025-05-09doc: Put new options in consistent order on man pagesPeter Eisentraut
2025-05-01Remove extra "not" in pg_upgrade documentation.Nathan Bossart
2025-04-30Further adjust guidance for running vacuumdb after pg_upgrade.Nathan Bossart
2025-04-01doc: Adjust some notes about pg_upgrade's file transfer modes.Nathan Bossart
2025-03-25pg_upgrade: Add --swap for faster file transfer.Nathan Bossart
2025-03-18Update guidance for running vacuumdb after pg_upgrade.Nathan Bossart
2025-03-08doc: Adjust note about pg_upgrade's --jobs option.Nathan Bossart
2025-02-22Documentation fixups for dumping statistics.Jeff Davis
2025-02-21pg_upgrade: Add --set-char-signedness to set the default char signedness of n...Masahiko Sawada
2025-02-20Transfer statistics during pg_upgrade.Jeff Davis
2024-10-02doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson
2024-09-25Doc: Add the steps for upgrading the logical replication cluster.Amit Kapila
2024-09-16Introduce framework for parallelizing various pg_upgrade tasks.Nathan Bossart
2024-05-15doc: Add standard Environment section to pg_upgrade ref pagePeter Eisentraut
2024-05-08doc: Improve order of options on pg_upgrade reference pagePeter Eisentraut
2024-03-27Adjust documentation for syncfs().Nathan Bossart
2024-03-22Track invalidation_reason in pg_replication_slots.Amit Kapila
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-02-13Doc: Improve upgrade for streaming replication section.Amit Kapila
2024-01-29Doc: Fix incorrect reference to conflicting column in pg_replication_slots.Amit Kapila
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2023-12-08doc, pg_upgrade: add vacuumdb w/ tips for generating quick statsBruce Momjian
2023-11-13doc: remove RUNAS instructions for pg_upgrade on WindowsBruce Momjian
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-10-10doc: pg_upgrade: use dynamic new cluster major version numbersBruce Momjian
2023-10-04Document that --sync-method takes an argument.Nathan Bossart
2023-09-26doc: pg_upgrade, clarify standby servers must remain runningBruce Momjian
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2022-12-16pg_upgrade: Add --copy optionPeter Eisentraut
2022-09-26Doc: further adjust notes about pg_upgrade_output.d.Tom Lane
2022-09-23Doc: minor cleanups.Tom Lane
2022-07-21doc: use wording "restore" instead of "reload" of dumpsBruce Momjian
2022-07-14pg_upgrade doc: mention that replication slots must be recreatedBruce Momjian
2022-06-08Restructure pg_upgrade output directories for better idempotenceMichael Paquier
2022-04-12Docs: adjust pg_upgrade syntax to mark -B as optionalDavid Rowley
2022-04-07Avoid <substeps> element in man pagesPeter Eisentraut
2022-04-06Remove exclusive backup modeStephen Frost
2022-02-06pg_upgrade: Move all the files generated internally to a subdirectoryMichael Paquier
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2021-12-18Add option -N/--no-sync to pg_upgradeMichael Paquier
2021-12-15Remove pg_upgrade support for upgrading from pre-9.2 servers.Tom Lane
2021-08-09doc: mention pg_upgrade extension scriptBruce Momjian
2021-08-03pg_upgrade: improve docs about extension upgradesBruce Momjian
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-04-22Fix some trailing whitespace in documentation filesPeter Eisentraut
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26Allow ssl_passphrase_command to prompt the terminalBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-11-02Track collation versions for indexes.Thomas Munro