What's Changed
* Add pg_upgrade option by demonolock ([97](https://github.com/postgrespro/testgres/pull/97))
This function allows upgrade PostgreSQL versions.
* Remove unnecessary output by homper ([88](https://github.com/postgrespro/testgres/pull/88))
* Fix get_pg_version for Linux Mint by demonolock ([101](https://github.com/postgrespro/testgres/pull/101))
* Set default test locale to en by Ogurezzz ([107](https://github.com/postgrespro/testgres/pull/107))
This change aims to standardize test outputs.
* Fix Error during executing query by z-kasymalieva ([110](https://github.com/postgrespro/testgres/pull/110))
Resolved an issue related to executing queries within the framework, particularly when executing commands that do not produce row output, which previously resulted in errors.
* Run the archive command through exec by asavchkov ([113](https://github.com/postgrespro/testgres/pull/113))
If the PostgreSQL archive command is run through the dash shell the shell produces a core dump upon receiving a SIGQUIT during the PostgreSQL server shutdown. This change replaces the dash process with pg_probackup to avoid the production of a core dump.
New Contributors
* homper made their first contribution in https://github.com/postgrespro/testgres/pull/88
* z-kasymalieva made their first contribution in https://github.com/postgrespro/testgres/pull/105
* Ogurezzz made their first contribution in https://github.com/postgrespro/testgres/pull/107
**Full Changelog**: https://github.com/postgrespro/testgres/compare/1.9.3...1.10.0