8000 Supabase Postgres 14.1.0 by dragarcia · Pull Request #98 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

Supabase Postgres 14.1.0 #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 33 commits into from
Dec 2, 2021
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
168be1b
chore: bump postgres and pgbouncer
dragarcia Aug 17, 2021
e1611f6
chore: #65 sha-scram-256 encryption
dragarcia Aug 17, 2021
1170658
Merge branch 'develop' of github.com:supabase/postgres into feature/1…
dragarcia Nov 10, 2021
9461f36
chore: Bump to Postgres 14.0
dragarcia Nov 10, 2021
d8fae0f
chore: bump up existing extensions
dragarcia Nov 10, 2021
931e55b
Use PG 14 version of postgresql.conf
dragarcia Nov 15, 2021
6e04163
move up running of SQL files
dragarcia Nov 18, 2021
9bc3cd6
new extensions:
dragarcia Nov 18, 2021
25c93de
Cleanup build dependencies immediately after installation
dragarcia Nov 18, 2021
bd8258b
Remove hardcoded values for Postgres major
dragarcia Nov 18, 2021
8794e9f
Update variables
dragarcia Nov 18, 2021
a21dd05
Update wal-g installation process
dragarcia Nov 18, 2021
ec84a58
add build dependencies for supautils
dragarcia Nov 18, 2021
43a1a11
changes to pgbouncer config
dragarcia Nov 18, 2021
adcbfb6
Revert "Cleanup build dependencies immediately after installation"
dragarcia Nov 19, 2021
9b82e06
Minimise packages cleaned up
dragarcia Nov 19, 2021
e2aab01
link pg binaries only at the end
dragarcia Nov 19, 2021
cf0f434
remove postgres as pgbouncer stats_users
dragarcia Nov 19, 2021
60a6fdd
bump to Postgres 14.1
dragarcia Nov 19, 2021
9855e38
Merge branch 'develop' of github.com:supabase/postgres into feature/1…
dragarcia Nov 21, 2021
1cf9351
rename filename for pgsodium
dragarcia Nov 21, 2021
c98446c
update regex for session_preload_libraries
dragarcia Nov 22, 2021
9feea21
Update README
dragarcia Nov 22, 2021
33d7500
update download URLs for postgrest
dragarcia Nov 22, 2021
5bf900b
Bump versions
dragarcia Nov 22, 2021
ceae008
feat: build AMIs using Github Actions (#101)
darora Nov 22, 2021
ccd7a81
Transfer ownership of pgbouncer process to pgbouncer user
dragarcia Nov 22, 2021
1a3d08c
Merge branch 'feature/14.0.0' of github.com:supabase/postgres into fe…
dragarcia Nov 22, 2021
012c9df
Merge branch 'develop' of github.com:supabase/postgres into feature/1…
dragarcia Nov 22, 2021
6f615a1
increased timeout for get_url
dragarcia Nov 25, 2021
3c0201a
further hardening of pgbouncer
dragarcia Nov 25, 2021
8584437
bump common.vars.json
dragarcia Nov 25, 2021
fcb9727
Enhancements to docker images (#108)
dragarcia Nov 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update variables
  • Loading branch information
dragarcia committed Nov 18, 2021
commit 8794e9fa57bf9d3d366fef336ea4935a636673fe
20 changes: 13 additions & 7 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ postgrest_x86_release_checksum: sha1:4b4adde15f0d41d65a9136d1f8c0d9cd6fe79326

aws_cli_release: "2.2.7"

golang_version: "1.15.4"
wal_g_release: "0.2.15"
wal_g_release_checksum: sha1:e82d405121e0ccc322a323b9824e60c102b14004
golang_version: "1.17.3"
golang_version_checksum:
arm64: sha256:06f505c8d27203f78706ad04e47050b49092f1b06dc9ac4fbee4f0e4d015c8d4
amd64: sha256:550f9845451c0c94be679faf116291e7807a8d78b43149f9506c1b15eb89008c

wal_g_release: "v1.1.1"

sfcgal_release: "1.3.10"
sfcgal_release_checksum: sha1:f4add34a00afb0b5f594685fc646565a2bda259b
Expand Down Expand Up @@ -60,16 +63,16 @@ pgsql_http_release_checksum: sha1:816a3fff53e05301b176cf0696799fc5a00f54e8
plpgsql_check_release: "2.0.5"
plpgsql_check_release_checksum: sha1:7fc9181f291bb0b24a7886681ab8bb837041ab62

pg_safeupdate_release: "1.3"
pg_safeupdate_release_checksum: sha1:34a0353611bfd63f7ea760aac2afcb518bf3ba7c
pg_safeupdate_release: "1.4"
pg_safeupdate_release_checksum: sha1:942dacd0ebce6123944212ffb3d6b5a0c09174f9

timescaledb_release: "2.3.0"

wal2json_release: "2_4"
wal2json_release_checksum: sha1:9f5c8dec3c0a5c19b1b77273f67fd9b0b0ab6664

supautils_release: "1.1.1"
supautils_release_checksum: sha1:431e1be36011026c7765dc365fa36cd5d6162f11
supautils_release: "1.1.2"
supautils_release_checksum: sha1:2f224207b08bf629b21a0d7f4c236360821ee5c6

pljava_release: "1_6_3"
pljava_release_checksum: sha1:550bea791c404c9d62050fd9c330e162bab20763
Expand All @@ -81,5 +84,8 @@ pg_plan_filter_commit_version: 5081a7b5cb890876e67d8e7486b6a64c38c9a492
pg_net_release: "0.3"
pg_net_release_checksum: sha1:0695ad2e4e9b2a35a77dfa89bd4c5a90c622eb24

rum_release: "1.3.9"
rum_release_checksum: sha1:71901640ccf9e2e1886aad37703a9fd07ced9e53

vector_x86_deb: 'https://packages.timber.io/vector/0.17.0/vector-0.17.0-amd64.deb'
vector_arm_deb: 'https://packages.timber.io/vector/0.17.0/vector-0.17.0-arm64.deb'
0