Jelte Fennema-Nio

Results 168 issues of Jelte Fennema-Nio

### Description Let's keep our extension scripts secure by listening to `pgspot`. It seems easier to do that if CI complains when we add insecure things, than after the fact...

developer experience

### Description We currently only support the Postgres `json` type, not the `jsonb` type. The `jsonb` type is much more common in practice in Postgres though, so we should support...

types

Right now if you try to copy into a duckdb table (MotherDuck or temporary) you'll get an error. An example of this is the following `psql` commands (`\copy` is a...

enhancement

### Description DuckDB allows arrays to have a fixed length. But returning those from a query currently throws an error that we don't support the type. ``` select * from...

good first issue
types

### Description #563 introduced a test that was not part of the schedule. We should add a simple CI script that detects such dumb mistakes.

developer experience

A rebased version of #1205 with the merge conflicts resolved. `abi` and `abci` now align the i according to the tabstops: ``` ab i abc i ``` I'm interested in...

When locally running tests with asserts enabled I am hitting an Assert sometimes in the multi_extension test when creating a second database: https://github.com/citusdata/citus/blob/a209999618ed0a143561767e6240e0a365e6ec6b/src/test/regress/sql/multi_extension.sql#L375 The assert I'm hitting is https://github.com/citusdata/citus/blob/a209999618ed0a143561767e6240e0a365e6ec6b/src/backend/distributed/utils/maintenanced.c#L808 Some...

I'm interested in having good support for `async`/`await` in `pgx`. So I wanted to share some of the thoughts I had on what this would look like. First of all,...

needs-design