summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade/pg_upgrade.c
AgeCommit message (Expand)Author
2025-04-18Fixup various older misuses of appendPQExpBufferDavid Rowley
2025-04-09pg_upgrade: Mention that we preserve database OIDs in a comment.Nathan Bossart
2025-04-03Fix unintentional 'NULL' string literal in pg_upgrade.Jeff Davis
2025-03-25pg_upgrade: Add --swap for faster file transfer.Nathan Bossart
2025-02-28pg_upgrade: Fix inconsistency in memory freeingMichael Paquier
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-01-01Update copyright for 2025Bruce Momjian
2024-08-13All POSIX systems have langinfo.h and CODESET.Thomas Munro
2024-07-26pg_upgrade: Move live_check variable to user_opts.Nathan Bossart
2024-07-08Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.Nathan Bossart
2024-04-01Invent --transaction-size option for pg_restore.Tom Lane
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-01-25Allow to enable failover property for replication slots via SQL API.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
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-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-17Fix incorrect format placeholdersPeter Eisentraut
2023-03-09Fix 9637badd9f.Jeff Davis
2023-03-09pg_upgrade: copy locale and encoding information to new cluster.Jeff Davis
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-07-12Remove trailing newlines in pg_upgrade's message strings.Tom Lane
2022-06-13pg_upgrade: further tweaking of make_outputdirs().Tom Lane
2022-06-08Restructure pg_upgrade output directories for better idempotenceMichael Paquier
2022-02-21pg_upgrade: Don't print progress status when output is not a tty.Andres Freund
2022-02-15Fix thinko with subdirectories generated by pg_upgrade for internal filesMichael Paquier
2022-02-07Add (void) cast in front of rmtree() call at the end of pg_upgradeMichael Paquier
2022-02-06pg_upgrade: Move all the files generated internally to a subdirectoryMichael Paquier
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-07-27pg_resetxlog: add option to set oldest xid & use by pg_upgradeBruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-09Remove analyze_new_cluster script from pg_upgradeMagnus Hagander
2020-10-06pg_upgrade; change major version comparisons to use <=, not <Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-06Improve some comments in pg_upgrade.cMichael Paquier
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-10pg_upgrade: Clean up some redundant codePeter Eisentraut
2019-07-27pg_upgrade: Default new bindir to pg_upgrade locationPeter Eisentraut
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-26Fix pg_upgrade for oid removal.Andres Freund
2018-07-28pg_upgrade: check for clean server shutdownsBruce Momjian