David Shrewsberry
David Shrewsberry
## Description Removes rocksdb from konflux builds ## Checklist - [ ] Investigated and inspected CI test results ~- [ ] Unit test and regression tests added~ ~- [ ]...
## Description A detailed explanation of the changes in your PR. Feel free to remove this section if it is overkill for your PR, and the title of your PR...
### Description Follow on to #11886 to use the new `PruneMany` that will prune outside of a transaction as we aren't as worried about semantics with Prune. We just want...
### Description ROX-25435 was missed by the upgrade test because the upgrade test goes from 4.1.3 to current. The issue in that ticket was introduced by a bug in a...
- [x] Do only one thing - [x] Non breaking API changes - [ ] Tested ### What did this pull request do? This change simply updates the migrator to...
### Description The downstream version of the product uses the downstream SCL Postgres images owned by Red Hat. The upstream pulls postgres from an RPM registry and installs it via...
### Description change me! ### User-facing documentation - [ ] CHANGELOG is updated **OR** update is not needed - [ ] [documentation PR](https://spaces.redhat.com/display/StackRox/Submitting+a+User+Documentation+Pull+Request) is created and is linked above **OR**...
### Description We found in a customer case some issues with the VM2.0 queries timing out. After making some adjustments in Postgres we could get them to run, but we...
## Explain your user case and expected results Verify the fix in https://github.com/go-gorm/postgres/pull/295 and test that it doesn't break https://github.com/go-gorm/postgres/pull/288
I was researching how to create postgres indexes concurrently. The documents clearly state to add it to the options. This can be seen in the docs: https://gorm.io/docs/indexes.html Due to https://github.com/go-gorm/postgres/pull/288...