postgres
postgres copied to clipboard
Unmodified Postgres with some useful plugins
I'm investigating the use of the [Citus PostgreSQL Extension](https://github.com/citusdata/citus) to bring additional functionality to PostgreSQL. Mainly I'm interested in columnar storage, which, in my initial test, compresses data by around...
Signed-off-by: Lakshmipathi
Using these steps: 1. Ensure PostgreSQL is installed beforehand. 2. `apt install build-essential ca-certificates curl git-core gpp cpp pkg-config apt-transport-https cmake libc++-dev libc++abi-dev libc++1 libglib2.0-dev libtinfo5 libc++abi1 ninja-build python` 3....
I suspect this was due to something done towards the fastboot changes in #141 . Initial connection to pgbouncer takes a substantially longer period, and has errors in the logs:...
## What kind of change does this PR introduce? - adds scripts in support of database upgrade oeprations
# Feature request ## Is your feature request related to a problem? Please describe. I'm trying to create and endpoint as an RPC function that returns a TileJSON response and...
Please push the latest image with arm64 architecture to dockerhub to support the newest features on selfhosted platforms. The latest arm image is on version 14.1.0.15. https://github.com/supabase/supabase/issues/4887 My current solution:...
# Feature request We'd love to use h3 for some simple distance calculations using H3 https://h3geo.org/ . For a primer on how this differs from other Geospatial libraries see the...
# Improve documentation ## Link https://github.com/supabase/postgres/wiki/Docker ## Describe the problem I think that ansible is not working anymore, it should suggest building with docker instead of using ansible to build...