summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade/pg_upgrade.h
AgeCommit message (Expand)Author
2025-03-25pg_upgrade: Add --swap for faster file transfer.Nathan Bossart
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-02-21pg_upgrade: Add --set-char-signedness to set the default char signedness of n...Masahiko Sawada
2025-02-21pg_upgrade: Preserve default char signedness value from old cluster.Masahiko Sawada
2025-02-20Transfer statistics during pg_upgrade.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-16Introduce framework for parallelizing various pg_upgrade tasks.Nathan Bossart
2024-07-26pg_upgrade: Move live_check variable to user_opts.Nathan Bossart
2024-07-25pg_upgrade: Remove unused macroDaniel Gustafsson
2024-07-24pg_upgrade: Retrieve subscription count more efficiently.Nathan Bossart
2024-06-19Fix comment in pg_upgrade.h.Nathan Bossart
2024-03-19pg_upgrade: run all data type checks per connectionDaniel Gustafsson
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-01-25Allow to enable failover property for replication slots via SQL API.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-08-24pg_upgrade: Bump MESSAGE_WIDTH.Nathan Bossart
2023-03-09pg_upgrade: copy locale and encoding information to new cluster.Jeff Davis
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-27Move RelFileNumber declarations to common/relpath.h.Robert Haas
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-12pg_upgrade: Fix some minor code issuesPeter Eisentraut
2022-08-12pg_upgrade: Remove unused typedefPeter Eisentraut
2022-07-12Remove trailing newlines in pg_upgrade's message strings.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-08Restructure pg_upgrade output directories for better idempotenceMichael Paquier
2022-04-08Improve frontend error logging style.Tom Lane
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-09Fix double declaration for check_ok() in pg_upgrade.hPeter Eisentraut
2022-02-21pg_upgrade: Don't print progress status when output is not a tty.Andres Freund
2022-02-06pg_upgrade: Move all the files generated internally to a subdirectoryMichael Paquier
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
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-03pg_upgrade: warn about extensions that need updatingBruce Momjian
2021-07-27Disable command echo in pg_upgrade-created windows scriptsAndrew Dunstan
2021-07-27pg_resetxlog: add option to set oldest xid & use by pg_upgradeBruce Momjian
2021-05-20Clean up cpluspluscheck violation.Tom Lane
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-04-29Fix some more omissions in pg_upgrade's tests for non-upgradable types.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian