Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
b6710f1
chore: fix missing required `teams` meta attribute
jfroche Jul 7, 2025
3ebfcd7
chore: update old (unsupported) version of nix used in script
jfroche Jul 7, 2025
be433a3
fix: overlay and use our `buildPgrxExtension` function
jfroche Jul 7, 2025
a2515d3
chore: fix formatting
jfroche Jul 7, 2025
c017582
chore: replace (deprecated) `substituteAll` by `replaceVars`
jfroche Jul 7, 2025
eabb6ed
chore: update (and refactor) flake inputs
jfroche Jul 7, 2025
77b12a1
chore: bump `pgrouting` version to 3.8.0
yvan-sraka Jul 11, 2025
2ad8127
fix: backport tzdata fixes for postgresql 15
jfroche Jul 18, 2025
218fbf4
fix: plv8 3.1 requires older v8
jfroche Jul 21, 2025
ccb1f13
chore: update fmt
jfroche Aug 10, 2025
069b616
chore: update cargo-pgrx 1.14.3 cargo hash
jfroche Jul 21, 2025
af08ba4
chore(postgresql): add isOrioleDB condition
jfroche Jul 21, 2025
ba513c6
fix: pgregress tests
jfroche Jul 21, 2025
18c2142
fix: update schema for dbmate schema_migrations table
jfroche Jul 22, 2025
7ddf03a
Structured attributes are now required when building with separateDeb…
jfroche Aug 11, 2025
4ec5f0f
chore: version bump
samrose Sep 2, 2025
17c4bbe
fix: rebase on develop and fix code api changes from nixpkgs
samrose Sep 9, 2025
db4af3e
tests: try to get passing tests
samrose Sep 10, 2025
74b0961
feat: pin icu75 for postgres build to maintain compat with existing
samrose Sep 11, 2025
e5bb68d
chore: remove commented out code not needed in latest changes to pg
samrose Sep 11, 2025
99b3177
fix: apparently incorrectly rebased changes, and % nix fmt
yvan-sraka Nov 19, 2025
2c2c17d
chore: remove nixpkgs-pgbackrest input, and % nix flake update
yvan-sraka Nov 25, 2025
d35df8c
fix: replace deprecated v8 package, and wrong packages arguments
yvan-sraka Nov 19, 2025
aab1791
chore: fix formatting
jfroche Nov 25, 2025
1546d7f
fix(darwin): remove reference to apple-sdk
jfroche Nov 25, 2025
f272b09
fix(ext): missing required attributes in some extension tests
jfroche Nov 26, 2025
4be6a24
chore: % nix flake update && nix fmt
yvan-sraka Dec 9, 2025
077d77f
fix(orioledb): fixed installedExtensions reference to use proper self…
yvan-sraka Dec 9, 2025
ae0afd8
fix(postgresql): remove redundant patch substitutions
yvan-sraka Dec 9, 2025
e776a07
fix(pgrx): remove deprecated darwin.apple_sdk.frameworks.Security
yvan-sraka Dec 9, 2025
7f0b947
fix(postgis): remove custom sfcgal package dependency
yvan-sraka Dec 9, 2025
e7d04af
fix(pg_net): pin curl to older nixpkgs version
yvan-sraka Dec 9, 2025
6b8e7a9
fix(pgrx): error: multiple input filenames provided
yvan-sraka Dec 9, 2025
075b21b
fix(tests): updated test expectations
yvan-sraka Dec 9, 2025
cbe2b10
feat: (re)add check_pg_regress method to PostgresExtensionTest
yvan-sraka Dec 9, 2025
c197d44
refactor: replace fetchTarball with flake input for nixpkgs-oldstable
yvan-sraka Dec 9, 2025
4423ca7
fix(pg_net): disable dangling-assignment warning for v0.19.5 on aarch…
yvan-sraka Dec 9, 2025
304fdee
fix(plv8): add headerpad_max_install_names for macOS builds
yvan-sraka Dec 9, 2025
04a4b46
fix(tests): correct library naming and symlinks for background worker…
yvan-sraka Dec 9, 2025
cc8ca52
chores: bump vars.yml for testing AMIs
yvan-sraka Dec 9, 2025
aad5691
fix(schema): change character varying to text for clarity
yvan-sraka Dec 9, 2025
7d5193c
refactor(exts): replace nixpkgs-oldstable with specific overlay packages
yvan-sraka Dec 9, 2025
3822a22
fix: restore revision support for orioledb builds (introduced it #1880)
yvan-sraka Dec 9, 2025
5664c76
fix(exts): remove old files that were moved to subdirectories
yvan-sraka Dec 9, 2025
c6d4ec2
fix(flake): remove nixpkgs-go124 and nix-fast-build dependencies
yvan-sraka Dec 9, 2025
e5396c2
fix(flake): update flake.lock and cargo-pgrx hashes
yvan-sraka Dec 9, 2025
1f46adb
fix(exts): remove remaining duplicated files
yvan-sraka Dec 9, 2025
846a134
refactor(pgrx): conditionally apply rustc wrapper when < 0.12
yvan-sraka Dec 9, 2025
c3f1c87
refactor(nixpkgs): use let binding for oldstable instead of overlay
yvan-sraka Dec 9, 2025
73cc38f
refactor(groonga): move groonga package to pgroonga extension
yvan-sraka Dec 9, 2025
288b31d
chore: reformat + bump version suffix to test
samrose Dec 11, 2025
14906f4
feat: migrate pgrx extensions to crane build system
yvan-sraka Dec 10, 2025
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
6 changes: 3 additions & 3 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.6.0.021-orioledb"
postgres17: "17.6.1.064"
postgres15: "15.14.1.064"
postgresorioledb-17: "17.6.0.020-orioledb-update-nixpkgs-1"
postgres17: "17.6.1.063-update-nixpkgs-1"
postgres15: "15.14.1.063-update-nixpkgs-1"

# Non Postgres Extensions
pgbouncer_release: 1.19.0
Expand Down
247 changes: 64 additions & 183 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading