postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Unmodified Postgres with some useful plugins

Results 256 postgres issues
Sort by recently updated
recently updated
newest added

# 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...

bug

# Chore Over here https://github.com/supabase/postgres/pull/1195#discussion_r1756993350 @pashkinelfe suggested the following > I'd drop --enable-debug and use CFLAGS=-g3 instead like in https://github.com/supabase/postgres/commit/fdaee4b59f351ca6e50fa4cdfb0bb655dae7b3db > > As per > https://wiki.postgresql.org/wiki/Developer_FAQ --enable-debug will also set...

SQL migrated over from cli / api https://github.com/supabase/cli/blob/develop/internal/db/start/templates/schema.sql#L26 ~With improved retry support from @mansueli: https://github.com/supabase/infrastructure/pull/16831~ Solves an immediate pain point with enabling webhooks. More context: https://supabase.slack.com/archives/C07E5GFAHTM/p1724229124279079 Upgrade path for existing...

## What kind of change does this PR introduce? Migration testing that aligns with the workflow [here](https://github.com/supabase/postgres/blob/develop/.github/workflows/test-pg-upgrade.yml) but able to run locally against 2 versions of pg (currently just 15...

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)

## What kind of change does this PR introduce? Updating README to reflect current state of affairs, and document how to set up nix binary cache

https://github.com/supabase/postgres/blob/develop/README.md?plain=1#L59 but wiki is not public and therefore not accessible :(

documentation

This task is to package (but not ship) [pg_duckdb](https://github.com/duckdb/pg_duckdb) to evaluate it locally and check interop with Supabase S3 compatible Storage

enhancement

NOT READY TO MERGE WIP tests for pgsql-http

Using pgsql-http's `http_` functions in pg_regress tests an OpenSSL exception is thrown ```sql select content from http_get ( 'https://postman-echo.com/get?foo1=bar1&foo2=bar2' ); ERROR: OpenSSL/3.0.13: error:16000069:STORE routines::unregistered scheme ``` Note that this issue...

bug