summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade/check.c
AgeCommit message (Expand)Author
2025-04-30Further adjust guidance for running vacuumdb after pg_upgrade.Nathan Bossart
2025-04-06pg_upgrade: Fix memory leak in check_for_unicode_update().Nathan Bossart
2025-04-04Oversight in commit b81ffa13e3.Jeff Davis
2025-04-03pg_upgrade check for Unicode-dependent relations.Jeff Davis
2025-03-25pg_upgrade: Add --swap for faster file transfer.Nathan Bossart
2025-03-21Add GUC option to control maximum active replication origins.Masahiko Sawada
2025-03-18Update guidance for running vacuumdb after pg_upgrade.Nathan Bossart
2025-03-17pg_upgrade: Remove some dead code.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-01-01Update copyright for 2025Bruce Momjian
2024-11-06Find invalid databases during upgrade check stageDaniel Gustafsson
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-09-26Improve style of pg_upgrade task callback functions.Nathan Bossart
2024-09-25Remove extra whitespace in pg_upgrade status message.Nathan Bossart
2024-09-16pg_upgrade: Parallelize encoding conversion check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize WITH OIDS check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize incompatible polymorphics check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize postfix operator check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize contrib/isn check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize data type checks.Nathan Bossart
2024-09-16pg_upgrade: Parallelize subscription check.Nathan Bossart
2024-08-26pg_upgrade: Message style improvementsPeter Eisentraut
2024-07-26pg_upgrade: Move live_check variable to user_opts.Nathan Bossart
2024-07-24pg_upgrade: Retrieve subscription count more efficiently.Nathan Bossart
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-03Fix an assortment of typosDavid Rowley
2024-04-04pg_upgrade: Fix typo in messagePeter Eisentraut
2024-03-24Release temporary array in check_for_data_types_usage().Tom Lane
2024-03-19pg_upgrade: run all data type checks per connectionDaniel Gustafsson
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2023-10-27Use shorter file names in the upgrade logical slots test.Amit Kapila
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-09-25pg_upgrade: check for types removed in pg12Alvaro Herrera
2023-08-24pg_upgrade: Improve one log messagePeter Eisentraut
2023-08-23pg_upgrade: Avoid shadowing global var in functionDaniel Gustafsson
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Message style improvementsPeter Eisentraut
2023-03-21Avoid using atooid for numerical comparisons which arent OidsDaniel Gustafsson
2023-03-09pg_upgrade: copy locale and encoding information to new cluster.Jeff Davis
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-02Report incompatible roles in pg_upgrade checkingDaniel Gustafsson
2022-11-23Expand AclMode to 64 bitsAndrew Dunstan
2022-09-13Move any remaining files generated by pg_upgrade into an internal subdirMichael Paquier
2022-08-31Refactor check_ functions to use filehandle for statusDaniel Gustafsson
2022-07-18pg_upgrade: Adjust quoting style in message to match guidelinesPeter Eisentraut