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: supabase/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: andres/SUCCESS-220-volume-not-mounting
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 11 files changed
  • 3 contributors

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    0509da7 View commit details
    Browse the repository at this point in the history
  2. feat: bump ver and add tests

    samrose committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    05f1e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22d2c91 View commit details
    Browse the repository at this point in the history
  4. tests: bump version to test

    samrose committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    fac1f9b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

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

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    f6e224d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72883b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    745dd57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d893bb View commit details
    Browse the repository at this point in the history
  3. Fix shellcheck errors

    jfroche committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    531e830 View commit details
    Browse the repository at this point in the history
  4. feat:

    limit using verison in extension creation to admin user for all extensions
    by using supautils and before-create hooks
    add test for this in pg_net
    samrose committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    268cadb View commit details
    Browse the repository at this point in the history
  5. feat(pg_net): switch version on file system using overlayfs

    For pg_net background worker, we need to switch the version of the
    extension on the file system (both pg_net.so and pg_net.control need to point
    to the desired version).
    
    As the extension is in the Nix store, we cannot simply symlink to the
    desired version, as the Nix store is read-only. 
    To work around this, we use overlayfs to create a writable layer on top
    of the pg_net store path.
    jfroche committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    91bbbb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Revert "feat:"

    This reverts commit 268cadb.
    samrose committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    2f2979e View commit details
    Browse the repository at this point in the history
  2. fix: fmt

    samrose committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    cb61258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2cce87 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

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

Commits on Aug 21, 2025

  1. Revert "fix: control files need module_pathname"

    This reverts commit 4996d81.
    
    This change would not resolve the issue it was targeting.
    samrose committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    381035f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9671c99 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

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