Anastasia Lubennikova

Results 7 issues of Anastasia Lubennikova

Update neon to work with v15. Corresponding postgres PR: https://github.com/neondatabase/postgres/pull/185 - Store pg_version in the timeline instead of using hard coded constant. - Handle WAL format changes in v15: -...

Now tenant-specific config doesn't survive the relocation. We need to persist the config (in console database?) and pass it to tenant attach command. Alternatively, we may save-restore config file via...

c/storage/pageserver

## Problem It is not possible to create anon extension, because it requires superuser to install the extension: From extension docs: ``` pg_catalog is always owned by the initial superuser...

during neon migrations ## Problem ## Summary of changes ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If...

This will allow us to test new versions of extensions, without waiting for main branch commit compute part of https://github.com/neondatabase/build-custom-extensions/pull/20

From @hlinnaka comment to #1192 ``` I think there are a few more things that would be good to exempt from the size limit: manual VACUUM (not just autovacuum) TRUNCATE...

t/bug
c/compute