Skip to content

Releases: postgrespro/testgres

1.10.2

27 Sep 15:09
177724b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.10.1...1.10.2

1.10.1

08 Jul 04:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.10.0...1.10.1

1.10.0

14 Mar 14:13
356cd52
Compare
Choose a tag to compare

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

1.9.3

21 Dec 11:48
1a2f6da
Compare
Choose a tag to compare
  • Fixed a problem on MacOS with command --version
  • Fixed problems on Windows

1.9.2

19 Oct 21:33
Compare
Choose a tag to compare
  • Removed sshtunnel and fabric libraries usage

1.9.1

18 Oct 12:28
ad40c0f
Compare
Choose a tag to compare
1.9.1 Pre-release
Pre-release
  • Removed paramiko library usage

1.9.0

06 Aug 22:42
6cb3a80
Compare
Choose a tag to compare
1.9.0 Pre-release
Pre-release
  • Added the ability to create PostgreSQL nodes on remote hosts via SSH. All local commands, such as directory creation and file reading, have been moved to the LocalOperations class. Remote commands are now housed in the RemoteOperations class. The class is selected depending on the parameters passed to PostgresNode.

1.8.9

24 Jul 11:08
09e9f01
Compare
Choose a tag to compare
  • Introducing support for specific PostgreSQL versions

1.8.8

21 Jul 20:29
94f9b35
Compare
Choose a tag to compare
  • Minor enhancements in test syntax

Adapt to PG14 and python-3.10

24 May 14:36
Compare
Choose a tag to compare