aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade
Commit message (Expand)AuthorAge
* pg_upgrade: Fix thinko in database info acquisition routinePeter Eisentraut2022-08-22
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-14
* pg_upgrade: Fix some minor code issuesPeter Eisentraut2022-08-13
* pg_upgrade: Remove unused typedefPeter Eisentraut2022-08-12
* Revert recent changes to 002_pg_upgrade.pl.Robert Haas2022-08-04
* Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier2022-08-01
* Revise test case added in 43746996399541ecb5c7b188725a5f097c15ceae.Robert Haas2022-07-29
* Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas2022-07-29
* pg_upgrade: Adjust quoting style in message to match guidelinesPeter Eisentraut2022-07-18
* Correct some uses of e.g. and i.e. in message strings and documentationJohn Naylor2022-07-14
* Mop up pg_upgrade's nls.mk for commit b0a55e432.Tom Lane2022-07-13
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-13
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-13
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-13
* Improve error reporting from validate_exec().Tom Lane2022-07-12
* Remove trailing newlines in pg_upgrade's message strings.Tom Lane2022-07-12
* Preserve relfilenode of pg_largeobject and its index across pg_upgrade.Robert Haas2022-07-08
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Tighten pg_upgrade's new check for non-upgradable anyarray usages.Tom Lane2022-07-05
* Fix pg_upgrade to detect non-upgradable anyarray usages.Tom Lane2022-07-05
* Use a short socket directory path in pg_upgrade testing.Tom Lane2022-07-03
* Remove redundant null pointer checks before pg_free()Peter Eisentraut2022-07-03
* pgindent run prior to branching v15.Tom Lane2022-06-30
* pg_upgrade: Fix version comparison for global ICU supportPeter Eisentraut2022-06-27
* Translation updatesPeter Eisentraut2022-06-27
* Fix missing newline at end of messagePeter Eisentraut2022-06-23
* Re-add locally-generated files in pg_upgrade's .gitignore and MakefileMichael Paquier2022-06-15
* pg_upgrade: further tweaking of make_outputdirs().Tom Lane2022-06-13
* Restructure pg_upgrade output directories for better idempotenceMichael Paquier2022-06-08
* Force run of pg_upgrade in the build directory in its TAP testMichael Paquier2022-06-04
* Add missing test names in TAP tests of pg_upgradeMichael Paquier2022-06-02
* pg_upgrade: Tweak translatable stringsPeter Eisentraut2022-05-23
* Improve and fix some issues in the TAP tests of pg_upgradeMichael Paquier2022-05-21
* Translation updatesPeter Eisentraut2022-05-16
* pg_upgrade: Add missing gettext triggersPeter Eisentraut2022-05-16
* pg_upgrade: Add missing gettext triggersPeter Eisentraut2022-05-16
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix several issues with the TAP tests of pg_upgradeMichael Paquier2022-05-10
* Improve frontend error logging style.Tom Lane2022-04-08
* Improve handling and logging of TAP tests for pg_upgradeMichael Paquier2022-04-01
* Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier2022-04-01
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25
* List offending databases in pg_upgrade datallowconn checkDaniel Gustafsson2022-03-24
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Fix double declaration for check_ok() in pg_upgrade.hPeter Eisentraut2022-03-09
* Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary pathsMichael Paquier2022-03-02
* pg_upgrade: Don't print progress status when output is not a tty.Andres Freund2022-02-21
* Fix thinko with subdirectories generated by pg_upgrade for internal filesMichael Paquier2022-02-15
* Add (void) cast in front of rmtree() call at the end of pg_upgradeMichael Paquier2022-02-07
* pg_upgrade: Move all the files generated internally to a subdirectoryMichael Paquier2022-02-06