Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

(WIP) feat: migrate pgrx extensions to crane build system#1974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
yvan-sraka wants to merge55 commits intoupdate-nixpkgs
base:update-nixpkgs
Choose a base branch
Loading
fromfeat/use-crane
Draft
Changes from1 commit
Commits
Show all changes
55 commits
Select commitHold shift + click to select a range
02b8cb0
chore: fix missing required `teams` meta attribute
jfrocheJul 7, 2025
992562c
chore: update old (unsupported) version of nix used in script
jfrocheJul 7, 2025
ffcbeba
fix: overlay and use our `buildPgrxExtension` function
jfrocheJul 7, 2025
e837ade
chore: fix formatting
jfrocheJul 7, 2025
78e1fc1
chore: replace (deprecated) `substituteAll` by `replaceVars`
jfrocheJul 7, 2025
58cf2ce
chore: update (and refactor) flake inputs
jfrocheJul 7, 2025
9b26df4
chore: bump `pgrouting` version to 3.8.0
yvan-srakaJul 11, 2025
e42f405
fix: backport tzdata fixes for postgresql 15
jfrocheJul 18, 2025
8932d7b
fix: plv8 3.1 requires older v8
jfrocheJul 21, 2025
34f3ac2
chore: update fmt
jfrocheAug 10, 2025
85881af
chore: update cargo-pgrx 1.14.3 cargo hash
jfrocheJul 21, 2025
b1ff338
chore(postgresql): add isOrioleDB condition
jfrocheJul 21, 2025
23fb853
fix: pgregress tests
jfrocheJul 21, 2025
75bf379
fix: update schema for dbmate schema_migrations table
jfrocheJul 22, 2025
781b0c2
Structured attributes are now required when building with separateDeb…
jfrocheAug 11, 2025
7fcda9d
chore: version bump
samroseSep 2, 2025
e5db756
fix: rebase on develop and fix code api changes from nixpkgs
samroseSep 9, 2025
a2322de
tests: try to get passing tests
samroseSep 10, 2025
845e9c1
feat: pin icu75 for postgres build to maintain compat with existing
samroseSep 11, 2025
b09151f
chore: remove commented out code not needed in latest changes to pg
samroseSep 11, 2025
371571a
fix: apparently incorrectly rebased changes, and % nix fmt
yvan-srakaNov 19, 2025
9957cc9
chore: remove nixpkgs-pgbackrest input, and % nix flake update
yvan-srakaNov 25, 2025
27c7fa4
fix: replace deprecated v8 package, and wrong packages arguments
yvan-srakaNov 19, 2025
f805f0b
chore: fix formatting
jfrocheNov 25, 2025
13dbaed
fix(darwin): remove reference to apple-sdk
jfrocheNov 25, 2025
229814f
fix(ext): missing required attributes in some extension tests
jfrocheNov 26, 2025
4832d67
chore: % nix flake update && nix fmt
yvan-srakaDec 9, 2025
c3c901c
fix(orioledb): fixed installedExtensions reference to use proper self…
yvan-srakaDec 9, 2025
2933607
fix(postgresql): remove redundant patch substitutions
yvan-srakaDec 9, 2025
5b80b6e
fix(pgrx): remove deprecated darwin.apple_sdk.frameworks.Security
yvan-srakaDec 9, 2025
f533cf7
fix(postgis): remove custom sfcgal package dependency
yvan-srakaDec 9, 2025
fd72f96
fix(pg_net): pin curl to older nixpkgs version
yvan-srakaDec 9, 2025
45a288c
fix(pgrx): error: multiple input filenames provided
yvan-srakaDec 9, 2025
4cf318e
fix(tests): updated test expectations
yvan-srakaDec 9, 2025
af90f66
feat: (re)add check_pg_regress method to PostgresExtensionTest
yvan-srakaDec 9, 2025
0bc8000
refactor: replace fetchTarball with flake input for nixpkgs-oldstable
yvan-srakaDec 9, 2025
b2cae42
fix(pg_net): disable dangling-assignment warning for v0.19.5 on aarch…
yvan-srakaDec 9, 2025
cf35dd7
fix(plv8): add headerpad_max_install_names for macOS builds
yvan-srakaDec 9, 2025
9f454b1
fix(tests): correct library naming and symlinks for background worker…
yvan-srakaDec 9, 2025
15a7cfb
refactor(exts): replace nixpkgs-oldstable with specific overlay packages
yvan-srakaDec 9, 2025
b5f1d78
fix: restore revision support for orioledb builds (introduced it #1880)
yvan-srakaDec 9, 2025
fd6b94c
fix(exts): remove old files that were moved to subdirectories
yvan-srakaDec 9, 2025
b55404f
fix(flake): remove nixpkgs-go124 and nix-fast-build dependencies
yvan-srakaDec 9, 2025
356482f
fix(flake): update flake.lock and cargo-pgrx hashes
yvan-srakaDec 9, 2025
7ced8f5
fix(exts): remove remaining duplicated files
yvan-srakaDec 9, 2025
d9c6688
refactor(pgrx): conditionally apply rustc wrapper when < 0.12
yvan-srakaDec 9, 2025
43bc827
refactor(nixpkgs): use let binding for oldstable instead of overlay
yvan-srakaDec 9, 2025
36618f2
refactor(groonga): move groonga package to pgroonga extension
yvan-srakaDec 9, 2025
440b170
fix(ansible): remove supabase-groonga from package install list
yvan-srakaDec 11, 2025
fb23ec0
Revert "fix(ansible): remove supabase-groonga from package install list"
yvan-srakaDec 12, 2025
14aff04
Revert "refactor(groonga): move groonga package to pgroonga extension"
yvan-srakaDec 12, 2025
001bfb9
fix(darwin): remove deprecated apple_sdk frameworks from supascan
yvan-srakaDec 12, 2025
94d1c75
chore: bump version suffix to test
yvan-srakaDec 11, 2025
7473753
chore: bump to retest
samroseDec 12, 2025
c13e207
feat: add crane support for pgrx extensions
yvan-srakaDec 14, 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
PrevPrevious commit
NextNext commit
fix: backport tzdata fixes for postgresql 15
  • Loading branch information
@jfroche@samrose
jfroche authored andsamrose committedDec 12, 2025
commite42f4051a5bde3f11d670065fe7844a8dc3fd5e3
15 changes: 15 additions & 0 deletionsnix/postgresql/generic.nix
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,7 @@ let
stdenv,
lib,
fetchurl,
fetchpatch,
makeWrapper,
glibc,
zlib,
Expand DownExpand Up@@ -198,6 +199,20 @@ let
locale = "${if stdenv.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc}/bin/locale";
})
]
++ lib.optionals (olderThan "17") [
# back port changes related to tzdata release 2024b
(fetchpatch ({
url = "https://github.com/postgres/postgres/commit/b27622c90869aab63cfe22159a459c57768b0fa4.patch";
hash = "sha256-7G+BkJULhyx6nlMEjClcr2PJg6awgymZHr2JgGhXanA=";
excludes = [ "doc/*" ];
}))
# back port changes related to tzdata release 2025a
(fetchpatch ({
url = "https://github.com/postgres/postgres/commit/aac0384975ff1129557cd2158fab4656f933cdc8.patch";
hash = "sha256-4Aua4QJhCS9B0zegQ9I6Us5QfX7GuRUilnkmOpSTUUw=";
excludes = [ "doc/*" ];
}))
]
++ lib.optionals stdenv'.hostPlatform.isMusl (
# Using fetchurl instead of fetchpatch on purpose: https://github.com/NixOS/nixpkgs/issues/240141
map fetchurl (lib.attrValues muslPatches)
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp