Commit Graph

4033 Commits

Author SHA1 Message Date
Wolfgang Walther
7eb8a3cd79 postgresqlPackages.pg_graphql: init at 1.5.12-unstable-2025-09-01 (#449134) 2025-10-07 15:46:23 +00:00
Julien Moutinho
a8fc17efe4 postgresqlPackages.pg_graphql: init at 1.5.12-unstable-2025-09-01 2025-10-07 17:37:08 +02:00
nixpkgs-ci[bot]
993047cee0 Merge staging-next into staging 2025-10-07 12:08:18 +00:00
R. Ryantm
abf7fd777c postgresqlPackages.pgroonga: 4.0.2 -> 4.0.4 2025-10-07 00:22:03 +00:00
Maximilian Bosch
9da1bc57fd postgresql_{17,18}: fix build
After a recent update of libxml2 the build fails with

    /nix/store/casz7al9kpkg52sn156h6slqijwkybqj-libxml2-2.15.0-bin/bin/xmllint --nonet --path . --path . --output postgres-full.xml --noent --valid postgres.sgml
    ref/pg_combinebackup.sgml:287: validity error : standalone: normalization of attribute linkend on xref by external subset declaration
   state of the cluster using <xref linkend="app-pgchecksums "/> is

Reported in #448752 (not closing on purpose since the issue is actually
about another problem).
2025-10-05 13:09:55 +02:00
Wolfgang Walther
5e1f5b623b Merge branch 'staging-next' into staging 2025-10-05 11:40:56 +02:00
K900
e93c560b79 Merge remote-tracking branch 'origin/master' into staging-next 2025-10-05 12:17:08 +03:00
Wolfgang Walther
91a8fee3aa treewide: remove redundant parentheses
Auto-fixed by nixf-diagnose.
2025-10-05 10:52:03 +02:00
nixpkgs-ci[bot]
e23d356469 Merge staging-next into staging 2025-10-05 00:18:23 +00:00
K900
f8d669f413 Merge remote-tracking branch 'origin/master' into staging-next 2025-10-04 21:10:21 +03:00
NAHO
c8d4dabc43 pkgs: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd \
      --type file \
      . \
      pkgs \
      --exec-batch sed --in-place --regexp-extended "
        s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\>/\1/g
      "

    nix fmt
2025-10-04 19:02:37 +02:00
nixpkgs-ci[bot]
7d9f8fb0c1 Merge staging-next into staging 2025-10-02 15:59:43 +00:00
K900
f75ba3acbb Merge remote-tracking branch 'origin/master' into staging-next 2025-10-02 17:11:25 +03:00
Diogo Correia
cd080abe76 postgresqlPackages.pg_tle: 1.5.1 -> 1.5.2
Unbreaks PG18 build.
2025-10-02 07:52:05 +01:00
nixpkgs-ci[bot]
d6ac0273cd Merge staging-next into staging 2025-10-01 00:19:21 +00:00
nixpkgs-ci[bot]
b873fed1e5 Merge master into staging-next 2025-10-01 00:18:39 +00:00
kirillrdy
c21bed5ba3 postgresqlPackages.timescaledb-apache: 2.22.0 -> 2.22.1 (#447486) 2025-09-30 21:40:36 +00:00
R. Ryantm
45d61b67c7 postgresqlPackages.timescaledb-apache: 2.22.0 -> 2.22.1 2025-09-30 23:36:09 +02:00
K900
4999ae577c Merge remote-tracking branch 'origin/master' into staging-next 2025-09-30 21:47:55 +03:00
R. Ryantm
57ebdbf53d postgresqlPackages.omnigres: 0-unstable-2025-09-15 -> 0-unstable-2025-09-26 2025-09-27 18:20:37 +00:00
nixpkgs-ci[bot]
a827508462 Merge staging-next into staging 2025-09-26 19:57:27 +00:00
K900
63730dc4de Merge remote-tracking branch 'origin/master' into staging-next 2025-09-26 22:55:30 +03:00
Augustin Trancart
46bbd93784 postgresqlPackages.postgis: 3.5.3 -> 3.6.0 2025-09-26 15:04:29 +02:00
nixpkgs-ci[bot]
2682411376 Merge staging-next into staging 2025-09-25 12:07:54 +00:00
nixpkgs-ci[bot]
2bc7207ed4 Merge master into staging-next 2025-09-25 12:07:10 +00:00
Leona Maroni
543d5d030f {pg-dump-anon,postgresql.pkgs.anonymizer}: 1.3.2 -> 2.4.1 (#445784) 2025-09-25 08:26:43 +00:00
Wolfgang Walther
7d1f8f8492 libpq: 17.6 -> 18.0 (#445761) 2025-09-25 08:04:27 +00:00
Wolfgang Walther
4182de0892 {pg-dump-anon,postgresql.pkgs.anonymizer}: 1.3.2 -> 2.4.1
Release Notes:
https://gitlab.com/dalibo/postgresql_anonymizer/-/blob/latest/CHANGELOG.md?ref_type=heads#20250919--241---minor-bug-fixes
2025-09-24 13:57:41 +02:00
Wolfgang Walther
9f20e3789b postgresql_18: 18rc1 -> 18.0 2025-09-24 12:39:08 +02:00
Wolfgang Walther
dcb41fbcee libpq: 17.6 -> 18.0 2025-09-24 12:30:43 +02:00
nixpkgs-ci[bot]
f08a85f704 Merge master into staging-next 2025-09-22 12:07:05 +00:00
R. Ryantm
a40a3f930b postgresqlPackages.pg_squeeze: 1.9.0 -> 1.9.1 2025-09-22 07:41:38 +00:00
Wolfgang Walther
1043895c39 postgresql: pin LLVM 20
PostgreSQL is still broken with LLVM 21.
2025-09-21 16:44:46 +02:00
nixpkgs-ci[bot]
76f580bfad Merge staging-next into staging 2025-09-20 12:06:51 +00:00
R. Ryantm
fa3ff6a01a postgresqlPackages.pg_roaringbitmap: 0.5.4 -> 0.5.5 2025-09-20 05:39:31 +00:00
nixpkgs-ci[bot]
70625468e9 Merge staging-next into staging 2025-09-19 04:51:50 +00:00
K900
0a127abc47 mariadb_{106,1011}: fix build with CMake 4 (#444160) 2025-09-19 04:32:49 +00:00
Emily
51caf3bd63 mariadb_{106,1011}: fix build with CMake 4 2025-09-19 00:12:29 +01:00
nixpkgs-ci[bot]
15409f9947 Merge staging-next into staging 2025-09-18 18:06:41 +00:00
Wolfgang Walther
8814a115c1 postgresqlPackages.tds_fdw: 2.0.4 -> 2.0.5
Release Notes:
https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.5

Now supports PostgreSQL 18.
2025-09-18 10:03:26 +02:00
K900
5cc821dbb0 {mariadb-connector-c_{3_1,3_2,3_3},unixODBCDrivers.mariadb}: fix build with CMake 4 (#441576) 2025-09-18 08:40:47 +03:00
nixpkgs-ci[bot]
0432830cdf Merge staging-next into staging 2025-09-17 12:07:53 +00:00
K900
c66a7637fd msgpack: drop (#443007) 2025-09-17 08:55:40 +03:00
R. Ryantm
2dcb411f6b postgresqlPackages.omnigres: 0-unstable-2025-09-05 -> 0-unstable-2025-09-15 2025-09-16 17:06:29 +00:00
nixpkgs-ci[bot]
5c46a967a6 Merge staging-next into staging 2025-09-16 00:16:31 +00:00
R. Ryantm
5b3070505f percona-server: 8.4.5-5 -> 8.4.6-6 2025-09-15 15:58:46 +00:00
Emily
e876f9594c mariadb: msgpack -> msgpack-cxx 2025-09-15 16:09:18 +01:00
nixpkgs-ci[bot]
264b97ec67 Merge staging-next into staging 2025-09-15 13:52:03 +00:00
Wolfgang Walther
189e9275d4 postgresqlPackages.pgroonga: 4.0.1 -> 4.0.2 (#442607) 2025-09-15 13:11:03 +00:00
Emily
de37ac59a4 mariadb-connector-c_{3_1,3_2,3_3}: backport patch for CMake 4 2025-09-14 22:03:39 +01:00