Skip to content

Bump pg from 1.4.1 to 1.4.3

Dependabot requested to merge dependabot/bundler/pg-1.4.3 into master

Bumps pg from 1.4.1 to 1.4.3.

Changelog

Sourced from pg's changelog.

== v1.4.3 [2022-08-09] Lars Kanis lars@greiz-reinsdorf.de

  • Avoid memory bloat possible in put_copy_data in pg-1.4.0 to 1.4.2. #473
  • Use Encoding::BINARY for JOHAB, removing some useless code. #472

== v1.4.2 [2022-07-27] Lars Kanis lars@greiz-reinsdorf.de

Bugfixes:

  • Properly handle empty host parameter when connecting. #471
  • Update Windows fat binary gem to OpenSSL-1.1.1q.
Commits
  • 441cb1e Update History for pg-1.4.3
  • fff03df Bump VERSION to 1.4.3
  • 9929ac9 Merge pull request #474 from larskanis/put_copy_data-flushing
  • 54e22bc Do a blocking flush every 100 calls to put_copy_data
  • 28b73d2 Merge pull request #472 from eregon/treat_johab_encoding_as_binary
  • c9284ff Use Encoding::BINARY for JOHAB
  • fc939f5 Usage of environment variables is fixed in Postgres-12
  • d41fc0c Update Windows fat binary gem to OpenSSL-1.1.1q
  • 757226c Bump VERSION to 1.4.2 and add release notes
  • ce85904 Make SSL connections independent from files in ~/.postgresql
  • Additional commits viewable in compare view

Merge request reports