postgres
postgres copied to clipboard
Unmodified Postgres with some useful plugins
# 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...
# Update PGMQ Extension to Latest Version (1.5.0) > Is it an appropriate place to post about this request? ## Describe the chore Update the `pgmq` extension in Supabase-managed Postgres...
Serve pgtap as a multi-version extension.
Similar motivation to #1549, leaving as a draft until we can figure out how to streamline some of this more. Feel free to review and take a look.
Make vault multi-version, only question is how should we handle the [SQL](https://github.com/supabase/vault/tree/v0.3.1/sql)?
## What kind of change does this PR introduce? Update orioledb to beta11
## What kind of change does this PR introduce? Incremental repackage of pg extensions to include all known installed branches, starting with pg cron. This release will include 1.3, 1.4,...
pgaudit is now multi-version compatible.
## What kind of change does this PR introduce? Making pg_partman available on all major versions. TODO: - [ ] bg worker in shared_preload_libraries - [ ] control variables in...
## Problem The file convention for running version specific pg_regress test files makes testing harder. It needs extra files and duplicate queries. Which also adds noise when reviewing PR diffs....