index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_upgrade
/
check.c
Age
Commit message (
Expand
)
Author
2025-04-30
Further adjust guidance for running vacuumdb after pg_upgrade.
Nathan Bossart
2025-04-06
pg_upgrade: Fix memory leak in check_for_unicode_update().
Nathan Bossart
2025-04-04
Oversight in commit b81ffa13e3.
Jeff Davis
2025-04-03
pg_upgrade check for Unicode-dependent relations.
Jeff Davis
2025-03-25
pg_upgrade: Add --swap for faster file transfer.
Nathan Bossart
2025-03-21
Add GUC option to control maximum active replication origins.
Masahiko Sawada
2025-03-18
Update guidance for running vacuumdb after pg_upgrade.
Nathan Bossart
2025-03-17
pg_upgrade: Remove some dead code.
Nathan Bossart
2025-02-22
Documentation fixups for dumping statistics.
Jeff Davis
2025-02-21
pg_upgrade: Add --set-char-signedness to set the default char signedness of n...
Masahiko Sawada
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-06
Find invalid databases during upgrade check stage
Daniel Gustafsson
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-09-26
Improve style of pg_upgrade task callback functions.
Nathan Bossart
2024-09-25
Remove extra whitespace in pg_upgrade status message.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize encoding conversion check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize WITH OIDS check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize incompatible polymorphics check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize postfix operator check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize contrib/isn check.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize data type checks.
Nathan Bossart
2024-09-16
pg_upgrade: Parallelize subscription check.
Nathan Bossart
2024-08-26
pg_upgrade: Message style improvements
Peter Eisentraut
2024-07-26
pg_upgrade: Move live_check variable to user_opts.
Nathan Bossart
2024-07-24
pg_upgrade: Retrieve subscription count more efficiently.
Nathan Bossart
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-03
Fix an assortment of typos
David Rowley
2024-04-04
pg_upgrade: Fix typo in message
Peter Eisentraut
2024-03-24
Release temporary array in check_for_data_types_usage().
Tom Lane
2024-03-19
pg_upgrade: run all data type checks per connection
Daniel Gustafsson
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-05
Add --copy-file-range option to pg_upgrade.
Thomas Munro
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
Allow upgrades to preserve the full subscription's state.
Amit Kapila
2023-10-27
Use shorter file names in the upgrade logical slots test.
Amit Kapila
2023-10-26
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-09-25
pg_upgrade: check for types removed in pg12
Alvaro Herrera
2023-08-24
pg_upgrade: Improve one log message
Peter Eisentraut
2023-08-23
pg_upgrade: Avoid shadowing global var in function
Daniel Gustafsson
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Message style improvements
Peter Eisentraut
2023-03-21
Avoid using atooid for numerical comparisons which arent Oids
Daniel Gustafsson
2023-03-09
pg_upgrade: copy locale and encoding information to new cluster.
Jeff Davis
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-02
Report incompatible roles in pg_upgrade checking
Daniel Gustafsson
2022-11-23
Expand AclMode to 64 bits
Andrew Dunstan
2022-09-13
Move any remaining files generated by pg_upgrade into an internal subdir
Michael Paquier
2022-08-31
Refactor check_ functions to use filehandle for status
Daniel Gustafsson
2022-07-18
pg_upgrade: Adjust quoting style in message to match guidelines
Peter Eisentraut
[next]