Rafi Shamim

Results 19 issues of Rafi Shamim

I am working on a CLI tool that uses this library. Currently, pgconn returns an untyped error for "server refused TLS." See https://github.com/jackc/pgconn/blob/7ddbd74d5e5a52cd24f750cacfc9be91d4f49f76/pgconn.go#L379 This causes some friction, as I need...

Backport 1/1 commits from #124231. /cc @cockroachdb/release Release justification: low risk o11y change --- fixes https://github.com/cockroachdb/cockroach/issues/123912 Release note (ops change): Added the sql.pgwire.pipeline.count metric, which is a gauge that measures...

backport

Backport 1/1 commits from #124231. /cc @cockroachdb/release Release justification: low risk o11y change --- fixes https://github.com/cockroachdb/cockroach/issues/123912 Release note (ops change): Added the sql.pgwire.pipeline.count metric, which is a gauge that measures...

backport

### pgwire: remove redundant log for JWT auth This already gets logged in the processCommands function, right before the server enters the main command processing loop. ### pgwire: log auth...

backport-23.1.x
backport-23.2.x
backport-24.1.x

Previously, storage parameters could not round trip the parse-format-parse steps if the parameter key was a reserved keyword. This was because the Name type was used for keys, which ends...

backport-23.1.x
backport-23.2.x
backport-24.1.x

- TestLogicalStreamIngestionJob works. Everything else is broken. - The UDF name is hard-coded in the processor. - Name resolution is a mess. - Lots of type questions to sort out....

See individual commits. ### schemachanger: handle basic TTL params The builder was updated so that it modifies the scpb.RowLevelTTL element for when handling TTL storage params. This is needed so...

backport-26.1.x

Backport 1/1 commits from #159204 on behalf of @rafiss. ---- Move this simple function to avoid a dependency cycle in an upcoming commit. Epic: None Release note: None ---- Release...

O-robot
T-spatial
blathers-backport
backport

informs: #122379