Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5051b9a
chore: update (and refactor) flake inputs
jfroche Jul 7, 2025
e771803
chore: replace (deprecated) `substituteAll` by `replaceVars`
jfroche Jul 7, 2025
8e7089e
chore: fix missing required `teams` meta attribute
jfroche Jul 7, 2025
5e9adb9
chore: update old (unsupported) version of nix used in script
jfroche Jul 7, 2025
edbb5c2
fix: overlay and use our `buildPgrxExtension` function
jfroche Jul 7, 2025
3846640
chore: fix formatting
jfroche Jul 7, 2025
ecf02a8
chore: bump `pgrouting` version to 3.8.0
yvan-sraka Jul 11, 2025
f3a5205
Backport tzdata fixes for postgresql 15
jfroche Jul 18, 2025
922ef10
fix: plv8 3.1 requires older v8
jfroche Jul 21, 2025
ec773dc
chore: remove deprecated appl_sdk frameworks
jfroche Jul 21, 2025
5442883
chore: update cargo-pgrx 1.14.3 cargo hash
jfroche Jul 21, 2025
f3ed640
chore(postgresql): add isOrioleDB condition
jfroche Jul 21, 2025
2ac1df4
Fix pgregress tests
jfroche Jul 21, 2025
38e9f06
fix: update schema for dbmate schema_migrations table
jfroche Jul 22, 2025
4d4e10f
chore: update nixpkgs flake inputs
jfroche Aug 10, 2025
1466f5c
chore: update fmt
jfroche Aug 10, 2025
f6bbdef
Structured attributes are now required when building with separateDeb…
jfroche Aug 11, 2025
a9d1b37
chore: version bump
samrose Sep 2, 2025
0d6a36e
fix: rebase on develop and fix code api changes from nixpkgs
samrose Sep 9, 2025
4853880
chore: bump to test
samrose Sep 10, 2025
9750f12
tests: try to get passing tests
samrose Sep 10, 2025
fe4961e
feat: pin icu75 for postgres build to maintain compat with existing
samrose Sep 11, 2025
8cd34fb
chore: remove commented out code not needed in latest changes to pg
samrose Sep 11, 2025
f2813b1
chore: version bump to test
samrose Sep 11, 2025
ddf9784
fix: apparently incorrectly rebased changes
yvan-sraka Nov 19, 2025
9eb301c
chore: % nix fmt
yvan-sraka Nov 19, 2025
d64c0b7
WIP
yvan-sraka Nov 19, 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.010-orioledb"
postgres17: "17.6.1.053"
postgres15: "15.14.1.053"
postgresorioledb-17: "17.6.0.010-orioledb-nixpkgs-4"
postgres17: "17.6.1.053-nixpkgs-4"
postgres15: "15.14.1.053-nixpkgs-4"

# Non Postgres Extensions
pgbouncer_release: 1.19.0
Expand Down
232 changes: 51 additions & 181 deletions flake.lock

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

Loading
Loading