1.10.0
What's Changed
- Add pg_upgrade option by @demonolock (#97)
This function allows upgrade PostgreSQL versions. - Remove unnecessary output by @homper (#88)
- Fix get_pg_version for Linux Mint by @demonolock (#101)
- Set default test locale to en by @Ogurezzz (#107)
This change aims to standardize test outputs. - Fix Error during executing query by @z-kasymalieva (#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)
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 #88
- @z-kasymalieva made their first contribution in #105
- @Ogurezzz made their first contribution in #107
Full Changelog: 1.9.3...1.10.0