Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ged/ruby-pg issues and pull requests

#500 - Update CI and improve `discard_results`

Pull Request - State: closed - Opened by larskanis over 1 year ago

#499 - Improve copy_data error handling

Pull Request - State: closed - Opened by larskanis over 1 year ago

#498 - Disable nonblocking mode while large object calls

Pull Request - State: closed - Opened by larskanis over 1 year ago

#497 - Add documentation about thread and Fiber.scheduler support

Pull Request - State: closed - Opened by larskanis over 1 year ago - 2 comments

#496 - Failed to build gem native extension. pg 1.2.3. Mac OS Ventura

Issue - State: closed - Opened by Nerian over 1 year ago - 3 comments

#495 - Possibility to return multiple values on insert

Issue - State: closed - Opened by quadlol over 1 year ago - 1 comment

#494 - No connection to the server after a period of time

Issue - State: closed - Opened by kirqe over 1 year ago - 2 comments

#493 - [BUG] Segmentation fault

Issue - State: closed - Opened by bellebaum almost 2 years ago - 8 comments

#492 - Return the libpq default port when blank in conninfo

Pull Request - State: closed - Opened by cbandy almost 2 years ago - 4 comments

#491 - Segfault using Connection#port

Issue - State: closed - Opened by cbandy almost 2 years ago - 2 comments

#490 - Breaking change with conninfo_hash with 1.4.4

Issue - State: closed - Opened by ankane almost 2 years ago - 3 comments

#489 - Issue with using it in AWS Lambda functions

Issue - State: closed - Opened by sridharraman almost 2 years ago - 2 comments

#488 - Issue with using it in AWS Lambda functions

Issue - State: closed - Opened by sridharraman almost 2 years ago

#487 - Add some useful information to PG::Connection#inspect

Pull Request - State: closed - Opened by larskanis almost 2 years ago

#486 - [BUG] pthread_mutex_lock: Invalid argument

Issue - State: open - Opened by larskanis almost 2 years ago

#484 - UNIX domain socket no longer supported with relative path

Issue - State: closed - Opened by jc00ke almost 2 years ago - 10 comments

#483 - How to Decode Numeric type to Ruby Integer?

Issue - State: closed - Opened by pgundlupetvenkatesh almost 2 years ago - 4 comments

#482 - Move PQclear to the result stream loop, to let sequel_pg use it

Pull Request - State: closed - Opened by larskanis about 2 years ago

#481 - Segfault

Issue - State: closed - Opened by baelter about 2 years ago - 2 comments

#480 - Linux x64 binary package

Issue - State: open - Opened by cmrd-senya about 2 years ago - 3 comments

#479 - Is this gem support Logical Decoding

Issue - State: closed - Opened by Baozi2 about 2 years ago - 2 comments

#478 - inheritence issue with pg version >= 1.3.0

Issue - State: closed - Opened by KiriakosGeorgiou about 2 years ago - 3 comments

#477 - Value for the #host method is wrong

Issue - State: closed - Opened by dima4p about 2 years ago - 4 comments

#476 - Handle multiple hosts in the connection string, where only one host h…

Pull Request - State: closed - Opened by guynaor about 2 years ago - 3 comments

#475 - Unexpected PG::UndefinedColumn error on GROUP BY

Issue - State: closed - Opened by StanisLove about 2 years ago - 2 comments

#474 - Do a blocking flush every 100 calls to put_copy_data

Pull Request - State: closed - Opened by larskanis about 2 years ago

#473 - `copy_data` memory bloat in v1.4

Issue - State: closed - Opened by davidtaylorhq about 2 years ago - 2 comments

#472 - Use Encoding::BINARY for JOHAB

Pull Request - State: closed - Opened by eregon about 2 years ago - 3 comments

#471 - Connection to empty hostname fails

Issue - State: closed - Opened by larskanis about 2 years ago

#470 - High frequency of host lookups that return empty in CI with pg 1.4.0+

Issue - State: closed - Opened by stanhu about 2 years ago - 2 comments

#468 - Confusion around PG::InvalidChangeOfResultFields error

Issue - State: closed - Opened by coffenbacher over 2 years ago - 4 comments

#467 - Allow PG::Error to be created without arguments

Pull Request - State: closed - Opened by larskanis over 2 years ago

#466 - Breaking change in pg 1.4.0? `PG::Error` signature changed

Issue - State: closed - Opened by dentarg over 2 years ago - 3 comments

#465 - Fix another ruby 2.7 keyword warning

Pull Request - State: closed - Opened by jeremyevans over 2 years ago - 1 comment

#464 - Bump VERSION to 1.4.0

Pull Request - State: closed - Opened by larskanis over 2 years ago - 4 comments

#463 - Fix transaction leak on early break/return

Pull Request - State: closed - Opened by ejoubaud over 2 years ago

#462 - Don't flush at each put_copy_data call, but flush at get_result

Pull Request - State: closed - Opened by larskanis over 2 years ago

#461 - Missing `connection` attribute on `PG::ConnectionBad` error

Issue - State: closed - Opened by ahjmorton over 2 years ago

#460 - client side lo_import fails with files larger then 8190 bytes on postgresql 13.6

Issue - State: closed - Opened by mbbh over 2 years ago - 11 comments

#459 - Handle connection timeout and multiple addresses per host

Pull Request - State: closed - Opened by larskanis over 2 years ago

#457 - Segmentation fault on rails db:create

Issue - State: closed - Opened by sivagollapalli over 2 years ago - 3 comments

#456 - Avoid spurious keyword argument warning on Ruby 2.7

Pull Request - State: closed - Opened by jeremyevans over 2 years ago - 2 comments

#453 - Add `PG::Connection#hostaddr`

Pull Request - State: closed - Opened by larskanis over 2 years ago

#449 - Merge of python and ruby PostgreSQL drivers

Issue - State: closed - Opened by larskanis over 2 years ago - 19 comments

#448 - Segfault while connecting to PG from ruby sinatra

Issue - State: closed - Opened by abhayranjan7 over 2 years ago - 2 comments

#441 - PG::ConnectionBad PQconsumeInput() connection not open

Issue - State: closed - Opened by aaronjensen over 2 years ago - 7 comments

#424 - Flaky schedule tests

Issue - State: closed - Opened by voxik over 2 years ago - 4 comments

#418 - Ruby crash when `Fiber.scheduler` is active

Issue - State: closed - Opened by larskanis over 2 years ago - 9 comments

#408 - Move Travis CI (.com) from larskanis/ruby-pg to red-pg

Issue - State: closed - Opened by tnir almost 3 years ago - 3 comments

#400 - Compatibility with Ractor

Issue - State: closed - Opened by larskanis almost 3 years ago - 1 comment

#397 - WIP: Add full compatibility to Fiber.scheduler of Ruby-3.0

Pull Request - State: closed - Opened by larskanis about 3 years ago - 5 comments

#386 - Unable to install pg on MacBook Pro with M1

Issue - State: closed - Opened by subratrout over 3 years ago - 3 comments

#376 - Improve performance of type map creation

Pull Request - State: closed - Opened by amarshall over 3 years ago - 1 comment

#371 - Big Sur Gem Install Issues

Issue - State: closed - Opened by daBee over 3 years ago - 6 comments

#367 - "Missing compatible arch" for bundle on MacBook Air M1

Issue - State: closed - Opened by benone over 3 years ago - 11 comments

#365 - Ruby 3 Windows 10 Gem load Error

Issue - State: closed - Opened by Karoid almost 4 years ago - 28 comments

#358 - PG Gem fails on Mac OS 11.x (Big Sur)

Issue - State: closed - Opened by portwood almost 4 years ago - 4 comments

#325 - AWS RDS Aurora Serverless connection hangs

Issue - State: closed - Opened by joelvh over 4 years ago - 42 comments

#311 - Segfault while connecting from multiple processes with Postgres 12

Issue - State: closed - Opened by jessebs almost 5 years ago - 29 comments

#298 - Execute raw sql using WITH CLAUSE failed when two with clauses are present

Issue - State: closed - Opened by ged over 5 years ago - 4 comments
Labels: bug, major, migrated

#297 - wait_socket_readable locks up forever on DNS failover

Issue - State: closed - Opened by ged over 5 years ago - 6 comments
Labels: bug, major, Library, 1.1.4, migrated

#1 - Jruby pg

Pull Request - State: closed - Opened by jvshahid over 10 years ago - 5 comments