postgrex icon indicating copy to clipboard operation
postgrex copied to clipboard

PostgreSQL driver for Elixir

Results 6 postgrex issues
Sort by recently updated
recently updated
newest added

If we can apply `parameters: [plan_cache_mode: "force_custom_plan"]` only when PostgreSQL 12+ servers are being connected to we will get a big performance increase for all Ecto/Postgrex users. https://blog.soykaf.com/post/postgresql-elixir-troubles/

Note:Discussion

If a composite type, such as a table row, changes its types then we do not update the types and oids. For encoding this means we send the wrong types...

Kind:Feature
Level:Advanced

### Elixir version 1.17.0 ### Database and Version Any ### Postgrex Version Not yet supported ### Current behavior Postgrex.Duration is not supported. ### Expected behavior We should support the new...

Kind:Bug

### Elixir version 1.18.1 ### Database and Version 17 ### Postgrex Version 0.19.0 ### Current behavior Specifying the `start_link` connection options as: ```elixir endpoints: [ {hostname, port, socket_options: [:inet6]}, {hostname,...

Kind:Bug

### Elixir version 1.17.2 ### Database and Version PostgreSQL 15.7 ### Postgrex Version 0.18.0 ### Current behavior We have a query doing `ilike` search on a table with 44M rows;...

Kind:Bug

### Elixir version 1.18.7-otp-27 ### Database and Version 17.2 ### Postgrex Version master branch ### Current behavior Hi, I think there is a possible bug in the way that the...

Kind:Bug