Jonathan S. Katz

Results 10 issues of Jonathan S. Katz

**Is your feature request related to a problem?** Pieces of the Lambda controller can have resources that it may need to reference. For example, Lambda functions can be stored in...

enhancement
Lambda

**What is the URL of the document?** **Which section(s) is the issue in?** Likely "Tutorials" **What needs fixing?** There is no example for how to use [`AdoptedResource`](https://aws-controllers-k8s.github.io/community/reference/common/v1alpha1/adoptedresource/) in the documentation,...

documentation
priority/backlog
lifecycle/frozen

Originally requested by [here](https://github.com/CrunchyData/postgres-operator/issues/1075) by @lkhomenk: **What is the motivation or use case for the change?** When replica gets created sometimes there's a need to omit WAL files or stream....

Particularly on large vector types, the pgvector module was spending significant time on converting floating point values to ASCII before being transmitted to the PostgreSQL server. This changes keeps the...

## Use cases There are cases where a user wants to set a default search value (e.g. `ivfflat.probes`, `hnsw.ef_search`) value on a per-index basis, for example: 1. Data is partitioned...

## Describe the problem Extensions that have dependencies on other extensions need awareness of what schema the dependent extension is installed into. However, it may not be possible to install...

enhancement

e.g. some are called `extname` and others are called `name`. Good idea to be consistent.

chore

All of the other extension functions use `text` as name, so this appears to be an arbitrary restriction. Consider "relaxing" the length of the `name` input.

question
chore

In a follow-up to #36 add tests for all the definitions of `pgtle.install_extension`.

good first issue
test

A feature targeted for PostgreSQL 18 (postgres/postgres@e2225346) that makes optimizations around disabled path nodes impacted pgvector such that PostgreSQL would choose to perform an index scan when it should have...