summaryrefslogtreecommitdiff
path: root/src/bin/pg_upgrade
Commit message (Expand)AuthorAgeFilesLines
* Fix copy-and-pasto in error messagePeter Eisentraut2023-05-051-1/+1
* Remove vacuum_defer_cleanup_ageAndres Freund2023-04-241-4/+1
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-081-2/+2
* Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.Amit Kapila2023-04-052-0/+4
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* Avoid using atooid for numerical comparisons which arent OidsDaniel Gustafsson2023-03-211-1/+1
* Fix incorrect format placeholdersPeter Eisentraut2023-03-171-2/+2
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-101-10/+5
* Fix 9637badd9f.Jeff Davis2023-03-093-22/+45
* pg_upgrade: copy locale and encoding information to new cluster.Jeff Davis2023-03-097-183/+192
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-081-3/+15
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-1/+1
* Try to fix pg_upgrade test on Windows, again.Thomas Munro2023-02-011-2/+13
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-163-190/+62
* Fix typos in comments, code and documentationMichael Paquier2023-01-031-5/+4
* Update copyright for 2023Bruce Momjian2023-01-0218-18/+18
* Add custom filtering rules to the TAP tests of pg_upgradeMichael Paquier2022-12-272-0/+40
* Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sqlMichael Paquier2022-12-261-15/+11
* Update upgrade_adapt.sql to handle tables using aclitem as data typeMichael Paquier2022-12-231-1/+29
* Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier2022-12-231-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* pg_upgrade: Make testing different transfer modes easierPeter Eisentraut2022-12-162-3/+23
* pg_upgrade: Add --copy optionPeter Eisentraut2022-12-161-0/+6
* Order getopt argumentsPeter Eisentraut2022-12-121-1/+1
* Report incompatible roles in pg_upgrade checkingDaniel Gustafsson2022-12-021-7/+32
* Expand AclMode to 64 bitsAndrew Dunstan2022-11-231-0/+35
* Check return value of pclose() correctlyPeter Eisentraut2022-11-153-5/+19
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Add filtering capability for cross-version pg_upgrade testsMichael Paquier2022-10-041-33/+70
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-283-6/+7
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-273-7/+6
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-271-0/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+41
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-203-3/+3
* Revert ill-considered change in pg_resetwal output.Tom Lane2022-09-151-1/+1
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-141-1/+1
* Move any remaining files generated by pg_upgrade into an internal subdirMichael Paquier2022-09-132-6/+18
* Refactor check_ functions to use filehandle for statusDaniel Gustafsson2022-08-313-34/+7
* Clean up inconsistent use of fflush().Tom Lane2022-08-293-4/+10
* pg_upgrade: Fix thinko in database info acquisition routinePeter Eisentraut2022-08-221-1/+1
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-142-3/+3
* pg_upgrade: Fix some minor code issuesPeter Eisentraut2022-08-132-2/+1
* pg_upgrade: Remove unused typedefPeter Eisentraut2022-08-121-3/+0
* Revert recent changes to 002_pg_upgrade.pl.Robert Haas2022-08-041-46/+0
* Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier2022-08-011-1/+4
* Revise test case added in 43746996399541ecb5c7b188725a5f097c15ceae.Robert Haas2022-07-291-32/+30
* Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas2022-07-291-0/+46
* pg_upgrade: Adjust quoting style in message to match guidelinesPeter Eisentraut2022-07-181-2/+2
* Correct some uses of e.g. and i.e. in message strings and documentationJohn Naylor2022-07-141-2/+2