kirrg001

Results 76 comments of kirrg001

We are seeing similar errors - **also with 4.6.0.** > internal server failure For e.g. searchquery and flush buckets. They appear randomly on our CI tests (x86). And with 4.6.0...

Can we please re-open? Or should I raise a new issue? cc @thejcfactor

**Further discovery:** Consuming messaging is randomly not working in our test env. The message is sent from a producer process and **not** consumed from a consumer process (standard, no stream)....

We have updated from 3.3.1 to 3.4.0 today and we also see problems with the delivery report. I feel like its connected to #1128. Because the problem occurs when the...

cc @MyNameIsNeXTSTEP Could you please help?

The git diff https://github.com/brianc/node-postgres/compare/[email protected]@8.13.0 looks very big. It contains 28 commits, 807 additions and 1,558 deletions. The community was wondering why the public [changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md#pg8130) only contains one change: > Add...

Could you please update your [CHANGELOG](https://github.com/brianc/node-postgres/blob/pg%408.13.1/CHANGELOG.md)? Furthermore, it would be really helpful for the community if you could start using GH [releases](https://github.com/brianc/node-postgres/releases) as well. Thank you!

I am also confused why there is no [changelog](https://github.com/brianc/node-postgres/blob/pg%408.13.1/CHANGELOG.md) entry for [8.13.1.](https://github.com/brianc/node-postgres/releases/tag/pg%408.13.1)

> the module itself defines the the version to load the prebuild so just support latest. I can't follow this statement. We ship a module, which supports Node v18 -...