summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade/info.c
AgeCommit message (Expand)Author
2025-03-25pg_upgrade: Add --swap for faster file transfer.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-19Fix order of includes in src/bin/pg_upgrade/info.cAlexander Korotkov
2024-09-16pg_upgrade: Parallelize retrieving relation information.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-03-22Track invalidation_reason in pg_replication_slots.Amit Kapila
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-11Fix incorrect format placeholderPeter Eisentraut
2024-01-04Track conflict_reason in pg_replication_slots.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2023-11-09Fix uninitialized slot array access during the upgrade.Amit Kapila
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-08-18pg_upgrade: Improve style of a few verbose messagesMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-09Fix 9637badd9f.Jeff Davis
2023-03-09pg_upgrade: copy locale and encoding information to new cluster.Jeff Davis
2023-01-03Fix typos in comments, code and documentationMichael Paquier
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-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-22pg_upgrade: Fix thinko in database info acquisition routinePeter 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-27pg_upgrade: Fix version comparison for global ICU supportPeter Eisentraut
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
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-15Remove pg_upgrade support for upgrading from pre-9.2 servers.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-03-15During pg_upgrade, conditionally skip transfer of FSMs.Amit Kapila
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-26Fix pg_upgrade for oid removal.Andres Freund
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-07-31Fix typoPeter Eisentraut
2017-07-14pg_upgrade i18n: Fix "%s server/cluster" wordingAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-10Fix hard-coded relkind constants in assorted src/bin files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian