Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zhaopufeng/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: supabase/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 31 files changed
  • 10 contributors

Commits on Apr 28, 2025

  1. Configuration menu
    Copy the full SHA
    3f98b62 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. chore: bump admin api version and sb ami version (supabase#1575)

    * chore: bump admin api version and sb ami version
    
    * chore: bump to 0.83.1
    Crispy1975 authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    5e19b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a08f05 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Configuration menu
    Copy the full SHA
    93c0123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f832c25 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Configuration menu
    Copy the full SHA
    1bf753c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f084044 View commit details
    Browse the repository at this point in the history
  3. chore: bump pg versions

    steve-chavez committed May 2, 2025
    Configuration menu
    Copy the full SHA
    b1fd9d6 View commit details
    Browse the repository at this point in the history
  4. feat: revoke supabase_*_admin from postgres

    Prevents Auth and Storage schemas & migrations from being modified
    soedirgo committed May 2, 2025
    Configuration menu
    Copy the full SHA
    10db5b3 View commit details
    Browse the repository at this point in the history
  5. test: update snapshots

    soedirgo committed May 2, 2025
    Configuration menu
    Copy the full SHA
    218b2fe View commit details
    Browse the repository at this point in the history
  6. chore: bump versions

    soedirgo committed May 2, 2025
    Configuration menu
    Copy the full SHA
    4c10c24 View commit details
    Browse the repository at this point in the history
  7. Sam/build ami local (supabase#1547)

    * feature: run testinfra locally
    
    * chore: create way to run testinfra locally
    
    * feature: local ami dev tools
    
    * feat: retry
    
    * feat: run components of testinfra locally as distinct apps
    
    * test: local run of testinfra
    
    * test: specify ami and branch
    
    * feat: pin nixpkgs dep until ready to update
    
    * feat: use ref fo rbranch
    
    * test: push trigger
    
    * test: add premission block
    
    * test: aws creds
    
    * test: run on our arm runner
    
    * feat: no need to check aws-vault on run
    
    * test: running testinfra locally
    
    * chore: roll back inputs for now. change in a future pr
    
    * fix: dynamic port handling since it can collide with parallel test
    
    * feat: make sure ec2 instance terminates at end of run no matter how ended
    
    * docs: document usage
    
    * chore: remove as not needed after all
    
    * chore: newline
    samrose authored May 2, 2025
    Configuration menu
    Copy the full SHA
    60f8fda View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    b2c91b0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. ci: publish to private ECR repo

    Private ECR repos allow us to enforce immutability.
    darora committed May 9, 2025
    Configuration menu
    Copy the full SHA
    52f0bbc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    a84c2c7 View commit details
    Browse the repository at this point in the history
  2. Update migrations/db/migrations/20250402093753_grant_subscription_to_…

    …postgres_16_and_above.sql
    soedirgo committed May 14, 2025
    Configuration menu
    Copy the full SHA
    7a8fc2c View commit details
    Browse the repository at this point in the history
  3. test: add z_17_roles.sql

    soedirgo committed May 14, 2025
    Configuration menu
    Copy the full SHA
    4039e4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb64faa View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. chore: bump wrappers version to v0.5.0 (supabase#1589)

    * chore: bump wrappers version to v0.5.0
    
    * feat: update rust to 1.84.0 and related needed changes (supabase#1590)
    
    * test ami release
    
    * bump postgres release versions
    
    ---------
    
    Co-authored-by: samrose <[email protected]>
    burmecia and samrose authored May 15, 2025
    Configuration menu
    Copy the full SHA
    4018cac View commit details
    Browse the repository at this point in the history
  2. feat: if upgrade 17 -> 17 modify upgrade process (supabase#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
    samrose authored May 15, 2025
    Configuration menu
    Copy the full SHA
    d7fffb3 View commit details
    Browse the repository at this point in the history
Loading