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: PqHandle rewrite to be more AMPHP compatible (and fix concurrency pro…

09 Oct 07:41
Compare
Choose a tag to compare

v2.0.6-beta6: PqHandle rewrite to be more AMPHP compatible (and fix concurrency pro…

09 Oct 02:58
Compare
Choose a tag to compare

v2.0.6-beta10: PqHandle rewrite to be more AMPHP compatible (and fix concurrency pro…

09 Oct 07:46
Compare
Choose a tag to compare

v2.0.6-beta7: Merge pull request #23 from makise-co/feature/pq-concurrent-statement…

09 Oct 04:36
2a1ea53
Compare
Choose a tag to compare
…s-fix

Another promise implementation for PqHandle statements

v2.0.6-beta5: Merge pull request #23 from makise-co/feature/pq-concurrent-statement…

08 Oct 17:01
2a1ea53
Compare
Choose a tag to compare
…s-fix

Another promise implementation for PqHandle statements

v2.0.6-beta4: Merge pull request #22 from makise-co/feature/pq-concurrent-statement…

08 Oct 13:05
1602c10
Compare
Choose a tag to compare
…s-fix

Try again to concurrency statement handling

v2.0.6-beta3: Merge pull request #21 from makise-co/feature/pq-concurrent-statement…

08 Oct 10:49
814f1a2
Compare
Choose a tag to compare