Skip to content

Tags: spa5k/pg_strict

Tags

v1.0.5

Toggle v1.0.5's commit message
Release v1.0.5

v1.0.4

Toggle v1.0.4's commit message
Release v1.0.4

v1.0.3

Toggle v1.0.3's commit message
Release v1.0.3

v1.0.2

Toggle v1.0.2's commit message
Update version to 1.0.2 and enhance documentation

- Bump version in Cargo.toml and pg_strict.control to 1.0.2
- Update README to reflect the latest version and provide absolute URLs for installation commands
- Add new images to illustrate extension usage and configuration
- Modify release workflow to support versioning and improve asset management

v1.0.1

Toggle v1.0.1's commit message
Remove ineffective caching from release workflow

- Remove cargo-pgrx/pgrx toolchains caching (actions/cache)
- Remove Rust build artifacts caching (Swatinem/rust-cache)
- These caches weren't providing meaningful benefits for pgrx builds
- The build is fast enough without caching (~2-3 minutes per PG version)
- Simplifies workflow and reduces complexity
- Each release build is now clean and predictable

v1.0.0

Toggle v1.0.0's commit message
Fix release workflow permissions and add overwrite_files

- Add contents: write permission at job level for GitHub Actions
- Add overwrite_files: true to handle multiple matrix jobs uploading to same release
- This fixes the 403 'Resource not accessible by integration' error
- Each PostgreSQL version build will now be able to upload to the same release