Skip to content

Releases: makise-co/postgres

Try to fix random Swoole crash

13 Oct 15:42
b6c5109
Compare
Choose a tag to compare
  • Swoole crash occurs after detecting that pq\Connection is busy in the PqHandle::send method
  • Added more verbosity for all operations that call the send method

v2.0.7-beta1: Try to fix random Swoole crash

12 Oct 13:31
Compare
Choose a tag to compare
* Swoole crash occurs after detecting that pq\Connection is busy in the `PqHandle::send` method
* Added more verbosity for all operations that call the `send` method
*

Major fixes

12 Oct 05:30
b5a714f
Compare
Choose a tag to compare
  • Concurrency statements fix (fixed an issue when preparing statement failed with "another command is in progress" error)
  • Fixed an issue that prevented PqHandle object from being destroyed (excess references to the PqHandle object)

v2.0.6-beta9

09 Oct 07:41
Compare
Choose a tag to compare
v2.0.6-beta9 Pre-release
Pre-release
PqHandle rewrite to be more AMPHP compatible (and fix concurrency pro…

v2.0.6-beta6

09 Oct 02:58
Compare
Choose a tag to compare
v2.0.6-beta6 Pre-release
Pre-release
PqHandle rewrite to be more AMPHP compatible (and fix concurrency pro…

v2.0.6-beta10

09 Oct 07:46
Compare
Choose a tag to compare
v2.0.6-beta10 Pre-release
Pre-release
PqHandle rewrite to be more AMPHP compatible (and fix concurrency pro…

v2.0.6-beta7

09 Oct 04:36
2a1ea53
Compare
Choose a tag to compare
v2.0.6-beta7 Pre-release
Pre-release
Merge pull request #23 from makise-co/feature/pq-concurrent-statement…

v2.0.6-beta5

08 Oct 17:01
2a1ea53
Compare
Choose a tag to compare
v2.0.6-beta5 Pre-release
Pre-release
Merge pull request #23 from makise-co/feature/pq-concurrent-statement…

v2.0.6-beta4

08 Oct 13:05
1602c10
Compare
Choose a tag to compare
v2.0.6-beta4 Pre-release
Pre-release
Merge pull request #22 from makise-co/feature/pq-concurrent-statement…

v2.0.6-beta3

08 Oct 10:49
814f1a2
Compare
Choose a tag to compare
v2.0.6-beta3 Pre-release
Pre-release

Revert AMPHP fix port