Releases: supabase/postgres
Releases · supabase/postgres
15.1.0.86-rc0
fix: install extensions from shell command
15.1.0.86
chore: temporarily revert pgrst to 10.2 (#646)
15.1.0.85-rc0
chore: setup docker extension task
15.1.0.84
chore: use ubuntu focal as base docker image (#644)
15.1.0.83
chore: fix walg installation
15.1.0.82
Update pg_cron to 1.5.2 (#634) * update pg_cron to 1.5.2 for sub-minute schedules * pg_cron sha update * pg_cron does not allow definng a schema
15.1.0.81
feat: upgrade to pgbouncer 1.19.0
15.1.0.80
chore: log upgrade failures remotely to project (#635) * chore: log upgrade failures remotely to project table * chore: nits * chore bump version
15.1.0.79
feat: enable sysstat collection
15.1.0.78
chore: upgrade pg_tle Pulling in https://github.com/aws/pg_tle/commit/c8767fb0f5c18bbcc4ff1f5a76a78d4bc7aef93b allows us to remove the workaround migration that involved creating/dropping pg_tle on init and restores, which is causing issues under restores if tle extensions have been installed on top.