Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / sunng87/pgwire issues and pull requests
#217 - fix: remove as_bytes when get length from string
Pull Request -
State: closed - Opened by sunng87 11 days ago
#216 - chore(deps): update thiserror requirement from 1 to 2
Pull Request -
State: open - Opened by dependabot[bot] 20 days ago
Labels: dependencies
#215 - chore(deps): update x509-certificate requirement from 0.23 to 0.24
Pull Request -
State: open - Opened by dependabot[bot] 23 days ago
Labels: dependencies
#214 - refactor: move tokio server implementation to dedicated module
Pull Request -
State: closed - Opened by sunng87 23 days ago
#213 - test: add an example for streaming data rows
Pull Request -
State: open - Opened by sunng87 27 days ago
#212 - fix: string escape for array
Pull Request -
State: closed - Opened by remiposo 28 days ago
- 1 comment
#211 - fix: command tag oid now shows up in string
Pull Request -
State: closed - Opened by jennykwan about 1 month ago
- 1 comment
#209 - solution
Issue -
State: closed - Opened by usocoder about 2 months ago
#208 - `Authentication::SASLFinal` parsing broken with Postgres 14
Issue -
State: closed - Opened by Eugeny about 2 months ago
- 3 comments
#207 - fix: avoid busy loop on insufficient bytes on connection
Pull Request -
State: closed - Opened by sunng87 about 2 months ago
#206 - fix: check peek return value of dead stream
Pull Request -
State: closed - Opened by sunng87 about 2 months ago
#205 - Migrating Custom `StartupHandler` from 0.22.0 to 0.24.2
Issue -
State: open - Opened by Lilit0x 2 months ago
- 1 comment
#202 - refactor: do not require Arc for handler factory
Pull Request -
State: closed - Opened by sunng87 2 months ago
#201 - integration test for go(#60)
Pull Request -
State: closed - Opened by hadizamani021 2 months ago
- 2 comments
#200 - feat: track transaction state
Pull Request -
State: closed - Opened by sunng87 2 months ago
#199 - ci: improve build time and ci for sqlite/duckdb dependencies
Pull Request -
State: closed - Opened by sunng87 2 months ago
#198 - fix: string escape for array
Pull Request -
State: closed - Opened by sunng87 2 months ago
#197 - chore(deps): update derive-new requirement from 0.6 to 0.7
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#196 - chore(deps): update rusqlite requirement from 0.31.0 to 0.32.1
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#195 - chore: skip building duckdb
Pull Request -
State: closed - Opened by sunng87 3 months ago
#194 - fix: array type text serialization
Pull Request -
State: closed - Opened by sunng87 3 months ago
#193 - Improve phrasing / readability of crate docs opening paragraph
Pull Request -
State: closed - Opened by akesling 3 months ago
- 1 comment
#192 - fix: use u16 type for parameters len
Pull Request -
State: closed - Opened by elmaxxo 4 months ago
- 1 comment
#191 - refactor: improve errors and panic scenarios
Pull Request -
State: closed - Opened by sunng87 4 months ago
#190 - Fix authentication message decode
Pull Request -
State: closed - Opened by plzfgme 4 months ago
- 1 comment
#189 - feat: add support for direct ssl
Pull Request -
State: closed - Opened by sunng87 5 months ago
#188 - Direct SSL support
Issue -
State: closed - Opened by sunng87 5 months ago
#187 - `ToSqlText` for arrays does not follow quoting rules
Issue -
State: closed - Opened by elmaxxo 5 months ago
- 3 comments
#186 - feat: implement `ToSqlText` for `Decimal`
Pull Request -
State: closed - Opened by aalexandrov 5 months ago
#185 - feat: respect `CopyInProgress` state
Pull Request -
State: closed - Opened by aalexandrov 5 months ago
- 6 comments
#184 - refactor: make copy responses types of query response
Pull Request -
State: closed - Opened by sunng87 6 months ago
#183 - refactor: introducing handler factory
Pull Request -
State: closed - Opened by sunng87 6 months ago
#182 - scram: generate random nonce with one call
Pull Request -
State: closed - Opened by serprex 6 months ago
#181 - Confusing panic in `into_password`
Issue -
State: closed - Opened by elmaxxo 7 months ago
- 1 comment
#180 - feat: make scram an optional feature
Pull Request -
State: closed - Opened by sunng87 7 months ago
- 2 comments
#179 - Add 2 features: ring & aws-lc-rs
Pull Request -
State: closed - Opened by serprex 7 months ago
#178 - chore: rename api feature to server-api
Pull Request -
State: closed - Opened by sunng87 7 months ago
#177 - Split api feature
Pull Request -
State: closed - Opened by wyhaya 7 months ago
- 3 comments
#176 - Change ReadyForQuery status to TransactionStatus
Pull Request -
State: closed - Opened by wyhaya 7 months ago
#175 - Fix SASL body decode
Pull Request -
State: closed - Opened by wyhaya 7 months ago
- 1 comment
#174 - fix: show text NULL for null
Pull Request -
State: closed - Opened by sunng87 7 months ago
#173 - User can now specify a tag for QueryResponse
Pull Request -
State: closed - Opened by LjPalle 8 months ago
- 4 comments
#172 - chore: move datafusion example to a standalone project
Pull Request -
State: closed - Opened by sunng87 8 months ago
#171 - chore(deps): update datafusion requirement from 36 to 37
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
- 1 comment
Labels: dependencies
#170 - Protocol level transaction support
Issue -
State: closed - Opened by LjPalle 8 months ago
- 13 comments
#169 - chore(deps): update tokio-rustls requirement from 0.25 to 0.26
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies
#168 - feat: call reserve to ensure one-time allocation
Pull Request -
State: closed - Opened by sunng87 8 months ago
#167 - Remove tokio codec usage for zero-copy message layer
Issue -
State: closed - Opened by sunng87 8 months ago
- 1 comment
#166 - refactor: reduce bytes copy and allocation of field_buffer
Pull Request -
State: closed - Opened by sunng87 8 months ago
#165 - refactor: improve DataRowEncoder performance
Pull Request -
State: closed - Opened by sunng87 9 months ago
#164 - refactor: use separated callback and return type for describe
Pull Request -
State: closed - Opened by sunng87 9 months ago
#163 - fix(example/sqlite): use Type::UNKNOWN when Column::dec_type returns None.
Pull Request -
State: closed - Opened by KKould 9 months ago
- 2 comments
#162 - chore(deps): update base64 requirement from 0.21 to 0.22
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#161 - chore(deps): update sqlparser requirement from 0.43 to 0.44
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#160 - ClientInfo property not supported.
Issue -
State: closed - Opened by KKould 9 months ago
- 10 comments
#159 - chore(deps): update duckdb requirement from 0.9.2 to 0.10.0
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#158 - chore(deps): update datafusion requirement from 35 to 36
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#157 - chore(deps): update rusqlite requirement from 0.30.0 to 0.31.0
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#156 - test: add an example for duckdb
Pull Request -
State: closed - Opened by sunng87 10 months ago
#155 - refactor: make all pub type non_exhaustive
Pull Request -
State: closed - Opened by sunng87 10 months ago
#154 - `secure_server` example causes psql and pgcli to segfault
Issue -
State: open - Opened by samuelcolvin 10 months ago
- 6 comments
#153 - fix: allow unknown type for Parse
Pull Request -
State: closed - Opened by sunng87 10 months ago
- 2 comments
#152 - pgcli connection causes pgwire to return an internal error `Unknown type: 0`
Issue -
State: closed - Opened by samuelcolvin 10 months ago
- 3 comments
#151 - chore(deps): update sqlparser requirement from 0.41 to 0.43
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies
#150 - chore(deps): update datafusion requirement from 34 to 35
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies
#149 - fix: Arc<T> impl Send and Sync does not require static bound for T
Pull Request -
State: closed - Opened by tisonkun 10 months ago
- 1 comment
#148 - fix: send ReadyForQuery on error when using simple query subprotocol
Pull Request -
State: closed - Opened by sunng87 11 months ago
#147 - refactor: update tag api
Pull Request -
State: closed - Opened by sunng87 11 months ago
#146 - dont send ReadyForQuery after error response
Pull Request -
State: closed - Opened by poudels14 11 months ago
- 5 comments
#145 - fix parameter description message order
Pull Request -
State: closed - Opened by poudels14 11 months ago
- 7 comments
#144 - Remove getset
Pull Request -
State: closed - Opened by serprex 11 months ago
- 6 comments
#143 - chore(deps): update sqlparser requirement from 0.40 to 0.41
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 1 comment
Labels: dependencies
#142 - Update gluesql
Pull Request -
State: closed - Opened by serprex 11 months ago
- 3 comments
#141 - chore(deps): update datafusion requirement from 33 to 34
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies
#140 - refactor: move portal store to client
Pull Request -
State: closed - Opened by sunng87 12 months ago
#139 - pass client when getting PortalStore
Pull Request -
State: closed - Opened by poudels14 12 months ago
- 4 comments
#138 - An example for using pgwire as proxy
Pull Request -
State: open - Opened by sunng87 12 months ago
- 1 comment
#137 - fix: fix panic when downcasting UInt8Array, UInt16Array and UInt64Array
Pull Request -
State: closed - Opened by xhwhis 12 months ago
#136 - feat: add notificationresponse message
Pull Request -
State: closed - Opened by sunng87 12 months ago
- 1 comment
#135 - feat: update tokio-rustls
Pull Request -
State: closed - Opened by sunng87 12 months ago
#134 - chore(deps): update tokio-rustls requirement from 0.24 to 0.25
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
- 1 comment
Labels: dependencies
#133 - feat: allow sending custom message from high level handler api
Pull Request -
State: closed - Opened by sunng87 12 months ago
#132 - Support for sending NOTIFY to a connected client
Issue -
State: closed - Opened by mdwaud 12 months ago
- 8 comments
Labels: enhancement
#131 - chore(deps): update rustls-pemfile requirement from 1.0 to 2.0
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
- 1 comment
Labels: dependencies
#130 - feat: support array
Pull Request -
State: closed - Opened by xhwhis 12 months ago
- 3 comments
#129 - chore(deps): update sqlparser requirement from 0.39 to 0.40
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies
#128 - use feed instread of send
Pull Request -
State: closed - Opened by yuyang-ok about 1 year ago
- 1 comment
#127 - chore(deps): update gluesql requirement from 0.13 to 0.15
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies
#126 - RFC 9266: Channel Bindings for TLS 1.3 support
Issue -
State: open - Opened by Neustradamus about 1 year ago
- 4 comments
Labels: enhancement, help wanted
#125 - chore(deps): update datafusion requirement from 32 to 33
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#124 - chore(deps): update rusqlite requirement from 0.29.0 to 0.30.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#123 - chore(deps): update derive-new requirement from 0.5 to 0.6
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#122 - chore(deps): update x509-certificate requirement from 0.22 to 0.23
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#121 - Recommendation for token storage?
Issue -
State: closed - Opened by tshauck about 1 year ago
- 2 comments
#120 - chore(deps): update x509-certificate requirement from 0.21 to 0.22
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#119 - Why does `Message::encode()` return `PgWireResult`?
Issue -
State: closed - Opened by elmaxxo about 1 year ago
- 1 comment
#118 - chore(deps): update sqlparser requirement from 0.38 to 0.39
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#117 - feat: add SslResponse message
Pull Request -
State: closed - Opened by elmaxxo about 1 year ago
- 3 comments
#116 - fix: there is no SSLRequest in frontend messages
Pull Request -
State: closed - Opened by elmaxxo about 1 year ago
- 2 comments
#115 - chore(deps): update datafusion requirement from 31 to 32
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies