Skip to content

Tags: supabase/supautils

Tags

v3.0.4

Toggle v3.0.4's commit message
revert: block copy program

Was done on #157, the feature is ineffective as it can be disabled if
supautils is not on shared_preload_libraries (which is not recommended
as a supautils upgrade would require a cluster restart).

v3.0.3

Toggle v3.0.3's commit message
chore: supautils-style

v3.0.2

Toggle v3.0.2's commit message
refactor: use clang-format style

You can run this with:

```bash
supautils-style
```

The style is also checked on CI.

v3.0.1

Toggle v3.0.1's commit message
ci: release .so instead

v3.0.0-rc2

Toggle v3.0.0-rc2's commit message
ci: release .so instead

v3.0.0-rc1

Toggle v3.0.0-rc1's commit message
ci: swap out arm-runner

v3.0.0

Toggle v3.0.0's commit message
refactor: clarify skip event trigger code

v2.10.0

Toggle v2.10.0's commit message
feat: compatibility with pg 18beta1

The `lowerstr` function was removed in favor of `str_tolower`

v2.9.4

Toggle v2.9.4's commit message
fix: compilation with standard PGXS target

Using the EXTENSION variable implicitly requires a .control file.

Also ensure `all` is the default target.

v2.9.3

Toggle v2.9.3's commit message
test: split extension custom scripts tests