You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add japanese README file. [#502](https://github.com/ged/ruby-pg/pull/502)
4
+
- Improve `discard_results` to not block under memory pressure. [#500](https://github.com/ged/ruby-pg/pull/500)
5
+
- Use a dedicated error class `PG::LostCopyState` for errors due to another query within `copy_data` and mention that it's probably due to another query.
6
+
Previously the "no COPY in progress" `PG::Error` was less specific. [#499](https://github.com/ged/ruby-pg/pull/499)
7
+
- Make sure an error in `put_copy_end` of `copy_data` doesn't lose the original exception.
8
+
- Disable nonblocking mode while large object calls. [#498](https://github.com/ged/ruby-pg/pull/498)
9
+
Since pg-1.3.0 libpq's "lo_*" calls failed when a bigger amount of data was transferred.
10
+
This specifically forced the `active_storage-postgresql` gem to use pg-1.2.3.
11
+
- Add rdoc options to gemspec, so that "gem install" generates complete offline documentation.
12
+
- Add binary Windows gems for Ruby 3.2.
13
+
- Update Windows fat binary gem to PostgreSQL-15.2 and OpenSSL-3.0.8.
0 commit comments