postgres
postgres copied to clipboard
Unmodified Postgres with some useful plugins
Please go the the `Preview` tab and select the appropriate sub-template: * [Default](?expand=1&template=default.md) * [Extension Upgrade](?expand=1&template=extension_upgrade.md)
# Chore ## Describe the chore We currently have tooling that will update our extensions versions against our ansible vars https://github.com/supabase/postgres/blob/develop/nix/tools/sync-exts-versions.sh.in However, we're in a bit of a paradox that...
# Chore This will include: - programmatic installation and configuration of nix on the ami using the open source https://github.com/DeterminateSystems/nix-installer - Installation via `nix profile install` for the appropriate user,...
# Bug report ## Describe the bug vector extension did not work correctly, when I exec query :select '[0,0.4345234,0.3434]''[0,0.234324,0.23123]', respond with error msg 'Error: Connection terminated unexpectedly'. select '[0,0.4345234,0.3434]''[0,0.234324,0.23123]' 2024-04-04T06:22:07.952635613Z...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
Same changes as previous PR #907 , except this will keep the .sql that creates the pgbouncer role. This will be kept for now until the full pgbouncer cleanup happens,...
## What kind of change does this PR introduce? This is a PR against #1012 to consolidate ansible configurations, and use vars to switch which tasks are called, and avoid...
Currently it seems like the [SHA256sum is inaccurate](https://github.com/supabase/postgres/actions/runs/9789146863/job/27028480566#step:6:1191) which is leading to a build error
This PR will need minor follow up prior to approval/merge for github actions that are dedicated to specifically merging to develop. It supersedes pr #953 ## Documentation of changes in...