Skip to content

Releases: supabase/postgres

15.8.1.090

19 May 13:34
Compare
Choose a tag to compare
feat: bump auth to v2.173.0

15.8.1.089

19 May 11:34
a194072
Compare
Choose a tag to compare
fix: drop pgbouncer from unit after (#1598)

* fix: drop pgbouncer from unit after

* fix: bump verisons for a release.

17.4.1.031

17 May 12:05
fcb876d
Compare
Choose a tag to compare
feat: do not enable pgjwt by default in pg 15 (#1592)

17.0.1.081-orioledb

17 May 12:07
fcb876d
Compare
Choose a tag to compare
feat: do not enable pgjwt by default in pg 15 (#1592)

15.8.1.088

17 May 12:03
fcb876d
Compare
Choose a tag to compare
feat: do not enable pgjwt by default in pg 15 (#1592)

17.4.1.028-pgjwt15-2

16 May 18:33
Compare
Choose a tag to compare
chore: test version bump

17.0.1.078-orioledb-pgjwt15-2

16 May 18:33
Compare
Choose a tag to compare
chore: test version bump

15.8.1.085-pgjwt15-2

16 May 18:33
Compare
Choose a tag to compare
chore: test version bump

17.4.1.030

15 May 22:15
d7fffb3
Compare
Choose a tag to compare
feat: if upgrade 17 -> 17  modify upgrade process (#1583)

* feat: if upgrade 17 -> 17 or 17-orioledb -> 17-orioledb do not run these queries

* feat: handle all cases of SERVER_LC_COLLATE and SERVER_LC_CTYPE

* fix: explixit set on 17/oriole

* feat: handling max_slot_wal_keep_size for pg 17 was needed as well

* feat: binary upgrades require max_slot_wal_keep_size to be -1 during binary upgrade

* fix: Better to override that during the upgrade process by specifying the option directly when pg_upgrade is executed (-c)

* fix: cover only pg 17

* fix: rm oriole handling

* fix: do not need max_slot_wal_keep_size on old version

* fix: temp config on new-options too

* fix: remove unbound var

* chore: remove complete.sh change that should not have been committed

* chore: bump for testing

* chore: stash code

* feat: working pg 17 upgrade

* feat: pg 15 handling

* feat: rm oriole handling, refine 15 -> 17 config

* feat: make sure old pg stops if not force stop

* chore: bump version

* chore: cleanup + bump version for test

* fix: rollback to working version with fix from divit

* chore: version bump

17.4.1.029-pgup-1

15 May 15:00
Compare
Choose a tag to compare
fix: rollback to working version with fix from divit