Skip to content

1.10.0

Compare
Choose a tag to compare
@demonolock demonolock released this 14 Mar 14:13
· 43 commits to master since this release
356cd52

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

Full Changelog: 1.9.3...1.10.0