Commit Graph

2371 Commits

Author SHA1 Message Date
Mario Rodas
8a770420d4 postgresql: add changelog to meta 2023-11-10 04:20:00 +00:00
github-actions[bot]
2ecaf22639
Merge master into staging-next 2023-11-05 12:01:15 +00:00
Mario Rodas
d0f73fda29
Merge pull request #265492 from r-ryantm/auto-update/postgresql12JitPackages.plpgsql_check
postgresql12JitPackages.plpgsql_check: 2.5.4 -> 2.6.0
2023-11-05 06:58:48 -05:00
Mario Rodas
b34e235b65 postgresql16Packages.plpgsql_check: 2.6.0 -> 2.6.1
Diff: https://github.com/okbob/plpgsql_check/compare/v2.6.0...v2.6.1

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.6.1
2023-11-05 04:20:00 +00:00
github-actions[bot]
870227bcb6
Merge master into staging-next 2023-11-04 18:01:04 +00:00
Robert Scott
33ce4c9fe1
Merge pull request #264456 from LeSuisse/mysql80-8.0.35
mysql80: 8.0.34 -> 8.0.35
2023-11-04 17:46:53 +00:00
R. Ryantm
842ad6b907 postgresql12JitPackages.plpgsql_check: 2.5.4 -> 2.6.0 2023-11-04 17:28:07 +00:00
Weijia Wang
44f16f33cc Merge branch 'master' into staging-next 2023-11-04 01:43:45 +01:00
Weijia Wang
b9ca7076cf
Merge pull request #263990 from r-ryantm/auto-update/mssql_jdbc
mssql_jdbc: 12.4.1 -> 12.4.2
2023-11-04 01:19:05 +01:00
github-actions[bot]
d4d107cf3d
Merge master into staging-next 2023-11-02 00:02:27 +00:00
Mario Rodas
5fc25dedf3
Merge pull request #257164 from ivan/init-pg_embedding-0.3.6
postgresqlPackages.pg_embedding: init at 0.3.6
2023-11-01 13:02:23 -05:00
github-actions[bot]
97868dae8e
Merge master into staging-next 2023-10-31 06:00:58 +00:00
Thomas Gerbet
390a2965da mysql80: 8.0.34 -> 8.0.35
Fixes CVE-2023-22059, CVE-2023-22079, CVE-2023-22097, CVE-2023-22066, CVE-2023-22068, CVE-2023-22114, CVE-2023-22084, CVE-2023-22032, CVE-2023-22064, CVE-2023-22070, CVE-2023-22112, CVE-2023-22078 and CVE-2023-22092.

https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixMSQL

Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html
2023-10-30 22:10:38 +01:00
Maximilian Bosch
945cdad4ee
postgresql: remove pipelinedb extension
This one is apparently abandoned by upstream and only supported
postgresql_11 which is about to be dropped from nixpkgs.
2023-10-30 15:01:31 +01:00
Maximilian Bosch
6d82eb7753
postgresqlPackages: remove compat with postgresql_11 2023-10-30 14:26:44 +01:00
Maximilian Bosch
1220a4d4dd
postgresql_11: remove
As described in the release lifecycle docs from postgresql[1], v11 will
stop receiving fixes as of Nov 9 2023. This means it's EOL throughout
the entire lifetime of 23.11, so let's drop it now.

A lot of examples are also referencing postgresql_11. Where it's
sensible, use postgresql_15 as example now to avoid confusion.

This is also handy because the LLVM 16 fix for postgresql is not
available for postgresql 11 ;-)

[1] https://www.postgresql.org/support/versioning/
2023-10-30 10:41:16 +01:00
Maximilian Bosch
8fbd381b8a
postgresql_jit: fix build
Failing Hydra build: https://hydra.nixos.org/build/239477682/nixlog/1

This got fixed upstream already in the release branches, applying the
patches here solves the issue.

This skips v11 since there's no patch available and it will be dropped
soon anyways[1].

[1] #264250
2023-10-29 23:58:28 +01:00
R. Ryantm
88e296d3b4 mssql_jdbc: 12.4.1 -> 12.4.2 2023-10-28 16:02:33 +00:00
Mario Rodas
0f81c0be5a
Merge pull request #263591 from anthonyroussel/updates/mysql-connector-jdbc
mysql_jdbc: 8.1.0 -> 8.2.0
2023-10-27 17:39:03 -05:00
Peder Bergebakken Sundt
fb1c60b65a
Merge pull request #262224 from chayleaf/tsja
postgresqlPackages.tsja: init at 0.5.0
2023-10-27 19:53:14 +02:00
chayleaf
47646a34ba
postgresqlPackages.tsja: init at 0.5.0 2023-10-27 01:09:48 +07:00
Anthony Roussel
7e08fc9049
mysql_jdbc: add passthru.updateScript 2023-10-26 15:21:30 +02:00
Anthony Roussel
1a7b36dd1b
mysql_jdbc: fix meta.homepage, add meta.{changelog,sourceProvenance} 2023-10-26 15:21:15 +02:00
Anthony Roussel
42a2fc9129
mysql_jdbc: 8.1.0 -> 8.2.0
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-2-0.html
https://github.com/mysql/mysql-connector-j/compare/8.1.0...8.2.0
2023-10-26 15:21:11 +02:00
Mario Rodas
fb97aa67ab
Merge pull request #262882 from gaelreyrol/postgresql-packages-pg_uudiv7-init
postgresqlPackages.pg_uuidv7: init at 1.3.0
2023-10-25 20:56:56 -05:00
Mario Rodas
991c8a8cf7 postgresqlPackages.pg_cron: 1.6.1 -> 1.6.2
Diff: https://github.com/citusdata/pg_cron/compare/v1.6.1...v1.6.2

Changelog: https://github.com/citusdata/pg_cron/raw/v1.6.2/CHANGELOG.md
2023-10-25 04:20:00 +00:00
Mario Rodas
63678e9f3d
Merge pull request #263491 from marsam/update-plpgsql_check
postgresqlPackages.plpgsql_check: 2.5.3 -> 2.5.4
2023-10-26 06:01:41 -05:00
Mario Rodas
c1a759b8d0
Merge pull request #263534 from r-ryantm/auto-update/dolt
dolt: 1.18.1 -> 1.21.4
2023-10-26 05:42:00 -05:00
R. Ryantm
6a60bf095c dolt: 1.18.1 -> 1.21.4 2023-10-26 08:34:19 +00:00
Mario Rodas
f630a7b65a postgresqlPackages.plpgsql_check: 2.5.3 -> 2.5.4
Diff: https://github.com/okbob/plpgsql_check/compare/v2.5.3...v2.5.4

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.4
2023-10-25 04:20:00 +00:00
Bruno Bigras
6901ab53f5 postgresqlPackages.hypopg: init at 1.4.0 2023-10-23 16:19:21 -04:00
Gaël Reyrol
d42436b175
postgresqlPackages.pg_uuidv7: init at 1.3.0 2023-10-23 10:33:38 +02:00
Mario Rodas
d100e11dbf
Merge pull request #262264 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 2.12.1 -> 2.12.2
2023-10-22 08:39:32 -05:00
Kai Norman Clasen
2fd6c3a3aa pgbouncer: meta add mainProgram 2023-10-21 15:10:41 -03:00
Mario Rodas
c938026ae9
Merge pull request #261538 from marsam/update-pgbouncer
pgbouncer: 1.20.1 -> 1.21.0
2023-10-20 05:45:35 -05:00
Mario Rodas
d6dbcefb30 postgresqlPackages.timescaledb: 2.12.1 -> 2.12.2
Diff: https://github.com/timescale/timescaledb/compare/2.12.1...2.12.2

Changelog: https://github.com/timescale/timescaledb/blob/2.12.2/CHANGELOG.md
2023-10-20 04:20:00 +00:00
Thiago Kenji Okada
b348656665
Merge pull request #259053 from flyingcircusio/percona-server-8.0
percona-server_8_0: init at 8.0.34
2023-10-19 18:17:59 +01:00
Meet Barot
19a4154a7c postgresql: Add meta.pkgConfigModules and test 2023-10-16 00:36:24 -04:00
Mario Rodas
a9f4d2dd95 pgbouncer: 1.20.1 -> 1.21.0
Changelog: https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_21_0
2023-10-16 04:20:00 +00:00
Mario Rodas
a0acbbbf67
Merge pull request #260626 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 2.12.0 -> 2.12.1
2023-10-13 08:42:37 -05:00
Mario Rodas
b52131dbbe
Merge pull request #260793 from r-ryantm/auto-update/postgresql11JitPackages.tds_fdw
postgresql11JitPackages.tds_fdw: unstable-2023-07-20 -> unstable-2023-09-28
2023-10-13 08:41:54 -05:00
Mario Rodas
0870f06ef8
Merge pull request #260792 from r-ryantm/auto-update/postgresql11JitPackages.pg_cron
postgresql11JitPackages.pg_cron: 1.6.0 -> 1.6.1
2023-10-13 08:40:36 -05:00
Weijia Wang
1ce7126744
Merge pull request #258944 from r-ryantm/auto-update/dolt
dolt: 1.15.0 -> 1.18.1
2023-10-13 03:58:29 +02:00
R. Ryantm
83e81819e5 postgresql11JitPackages.tds_fdw: unstable-2023-07-20 -> unstable-2023-09-28 2023-10-12 23:35:53 +00:00
R. Ryantm
efa025f3b3 postgresql11JitPackages.pg_cron: 1.6.0 -> 1.6.1 2023-10-12 23:28:57 +00:00
Weijia Wang
b202a3a8de
Merge pull request #260394 from r-ryantm/auto-update/monetdb
monetdb: 11.47.5 -> 11.47.11
2023-10-12 23:30:10 +02:00
Mario Rodas
1011a8c946 postgresqlPackages.timescaledb: 2.12.0 -> 2.12.1
Diff: https://github.com/timescale/timescaledb/compare/2.12.0...2.12.1

Changelog: https://github.com/timescale/timescaledb/blob/2.12.1/CHANGELOG.md
2023-10-12 04:20:00 +00:00
R. Ryantm
7f560763b0 monetdb: 11.47.5 -> 11.47.11 2023-10-11 08:30:55 +00:00
Mario Rodas
d9a975bdd7 postgresqlPackages.pgvector: 0.5.0 -> 0.5.1
Diff: https://github.com/pgvector/pgvector/compare/v0.5.0...v0.5.1

Changelog: https://github.com/pgvector/pgvector/raw/v0.5.1/CHANGELOG.md
2023-10-11 04:20:00 +00:00
Artturi
55537cb829
Merge pull request #258380 from sebastianblunt/cockroachdb-name 2023-10-10 21:14:55 +03:00
Mario Rodas
eb745fa4d7
Merge pull request #259734 from marsam/postgresql-update-extensions
postgresql: update extensions
2023-10-10 08:35:15 -05:00
Yureka
8a0223ec08
postgresql: reorganize musl patches (#260067)
This also adds support for building postgresql 15 and 16 under musl.
2023-10-10 00:51:44 +02:00
Sebastian Blunt
e1754aad6a cockroachdb-bin: Expose version
Changes it to use pname and version instead of just name so that the
version is visible in tools such as nix search.
2023-10-09 10:33:40 +09:00
R. Ryantm
7467afede7 dolt: 1.15.0 -> 1.18.1 2023-10-08 06:55:11 +00:00
Weijia Wang
32ce8e70ca
Merge pull request #259512 from r-ryantm/auto-update/mariadb-galera
mariadb-galera: 26.4.15 -> 26.4.16
2023-10-07 17:38:59 +02:00
R. Ryantm
233d9aa23e mariadb-galera: 26.4.15 -> 26.4.16 2023-10-07 03:58:34 +00:00
Mario Rodas
3bbc6d8851
Merge pull request #258755 from marsam/postgresql-pg_hint_plan-support-more-versions
postgresqlPackages.pg_hint_plan: support more PostgreSQL versions
2023-10-06 08:14:03 -05:00
Tobias Stenzel
1261914a96 percona-server_8_0: init at 8.0.34 2023-10-04 20:58:50 +02:00
Mario Rodas
bd5b35db3f pgbouncer: 1.20.0 -> 1.20.1
Changelog: https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_20_1
2023-10-04 04:20:00 +00:00
Weijia Wang
c96a78b5a3
Merge pull request #256047 from r-ryantm/auto-update/mysql_jdbc
mysql_jdbc: 8.0.33 -> 8.1.0
2023-10-04 01:44:02 +02:00
Mario Rodas
15e72c0adc postgresqlPackages.pg_hint_plan: support more PostgreSQL versions 2023-10-03 04:20:00 +00:00
Mario Rodas
cf5cea07bd postgresqlPackages.age: support more PostgreSQL versions 2023-10-03 04:20:00 +00:00
Weijia Wang
a47bd714b2 mysql_jdbc: update homepage 2023-10-01 00:29:43 +02:00
Mario Rodas
375a1a8833 postgresqlPackages.timescaledb: 2.11.2 -> 2.12.0
Diff: https://github.com/timescale/timescaledb/compare/2.11.2...2.12.0

Changelog: https://github.com/timescale/timescaledb/raw/2.12.0/CHANGELOG.md
2023-09-26 04:20:00 +00:00
Mario Rodas
d02c3c45a9
Merge pull request #256917 from aaronjheng/mysql
mysql80: use finalAttrs
2023-09-26 06:02:06 -05:00
Weijia Wang
19476ec22f
Merge pull request #256028 from r-ryantm/auto-update/dolt
dolt: 1.14.0 -> 1.15.0
2023-09-26 11:31:54 +02:00
Ivan Kozik
7ea6d0a719 postgresqlPackages.pg_embedding: init at 0.3.6 2023-09-24 23:41:54 +00:00
Aaron Jheng
1d600455cf
mysql80: use finalAttrs 2023-09-23 23:33:57 +08:00
Mario Rodas
aa7811a8f5 postgresql11Packages.pg_partman: mark as broken 2023-09-22 04:20:00 +00:00
Mario Rodas
b831da50f8 postgresqlPackages.plpgsql_check: 2.5.0 -> 2.5.1
Diff: https://github.com/okbob/plpgsql_check/compare/v2.5.0...v2.5.1

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.1
2023-09-22 04:20:00 +00:00
Mario Rodas
831519f0ea postgresql16Packages.pg_partman: mark as broken on PostgreSQL<14 2023-09-22 04:20:00 +00:00
Mario Rodas
ad99a539a4 postgresql16Packages.wal2json: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
baedf9c0b8 postgresql16Packages.tsearch-extras: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
ac7d7f10a7 postgresql16Packages.rum: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
190ddae4a0 postgresql16Packages.repmgr: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
89da03b52a postgresql16Packages.plr: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
d8b0895554 postgresql16Packages.plpgsql_check: 2.5.1 -> 2.5.3
Diff: https://github.com/okbob/plpgsql_check/compare/v2.5.1...v2.5.3

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.3
2023-09-22 04:20:00 +00:00
Mario Rodas
7120d71de5 postgresql16Packages.pg_topn: 2.5.0 -> 2.6.0
Diff: https://github.com/citusdata/postgresql-topn/compare/refs/tags/v2.5.0...v2.6.0

Changelog: https://github.com/citusdata/postgresql-topn/raw/v2.6.0/CHANGELOG.md
2023-09-22 04:20:00 +00:00
Mario Rodas
2c81b4ba39 postgresql16Packages.pg_similarity: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
cb7bcf0ace postgresql16Packages.pg_safeupdate: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
f282039b9b postgresql16Packages.pg_repack: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
fb97353d27 postgresql16Packages.pg_relusage: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
3000d76eb1 postgresql16Packages.pg_rational: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
59d851384d postgresql16Packages.pg_net: 0.7.2 -> 0.7.3
Diff: https://github.com/supabase/pg_net/compare/refs/tags/v0.7.2...v0.7.3

Changelog: https://github.com/supabase/pg_net/releases/tag/v0.7.3
2023-09-22 04:20:00 +00:00
Mario Rodas
daaca70745 postgresql16Packages.pg_partman: 4.7.4 -> 5.0.0
Diff: https://github.com/pgpartman/pg_partman/compare/refs/tags/v4.7.4...v5.0.0

Changelog: https://github.com/pgpartman/pg_partman/blob/v5.0.0/CHANGELOG.md
2023-09-22 04:20:00 +00:00
Mario Rodas
47a896f3c7 postgresql16Packages.pg_hint_plan: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
6f9e07dd45 postgresql16Packages.pgtap: 1.3.0 -> 1.3.1
Diff: https://github.com/theory/pgtap/compare/v1.3.0...v1.3.1
2023-09-22 04:20:00 +00:00
Mario Rodas
e803ddcaf5 postgresql16Packages.pgsql-http: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
7b5d06339f postgresql16Packages.pgrouting: 3.5.0 -> 3.5.1
Diff: https://github.com/pgRouting/pgrouting/compare/v3.5.0...v3.5.1

Changelog: https://github.com/pgRouting/pgrouting/releases/tag/v3.5.1
2023-09-22 04:20:00 +00:00
Mario Rodas
da5f6e21c6 postgresql16Packages.pgroonga: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
5649f3bcbe postgresql16Packages.periods: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
d2ef404d4c postgresql16Packages.jsonb_deep_sum: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
9f0afbb908 postgresql16Packages.pg_hll: 2.17 -> 2.18
Diff: https://github.com/citusdata/postgresql-hll/compare/refs/tags/v2.17...refs/tags/v2.18

Changelog: https://github.com/citusdata/postgresql-hll/blob/v2.18/CHANGELOG.md
2023-09-22 04:20:00 +00:00
Mario Rodas
430ee544ad postgresql16Packages.temporal_tables: unstable-2021-02-20 -> 1.2.2
Diff: https://github.com/arkhipov/temporal_tables/compare/vunstable-2021-02-20...v1.2.2
2023-09-22 04:20:00 +00:00
Mario Rodas
c11d47d99b postgresql16Packages.pg_cron: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
87ced975e7 postgresql16Packages.tds_fdw: unstable-2021-12-14 -> unstable-2023-07-20 2023-09-22 04:20:00 +00:00
Mario Rodas
994ba38473 postgresql16Packages.pgaudit: 1.7.0 -> 16.0
Diff: https://github.com/pgaudit/pgaudit/compare/1.7.0...16.0

Changelog: https://github.com/pgaudit/pgaudit/releases/tag/16.0
2023-09-22 04:20:00 +00:00
Mario Rodas
81beb99b82 postgresql16Packages.pg_ivm: 1.6 -> 1.7
Diff: https://github.com/sraoss/pg_ivm/compare/v1.6...v1.7

Changelog: https://github.com/sraoss/pg_ivm/releases/tag/v1.7
2023-09-22 04:20:00 +00:00
Mario Rodas
6d602bbc4d postgresql16Packages.pgvector: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
f861efe860 postgresql16Packages.pg_bigm: fix build 2023-09-22 04:20:00 +00:00
Mario Rodas
cc61b5a175 postgresqlPackages.pg_bigm: use GitHub mirror 2023-09-22 04:20:00 +00:00
Mario Rodas
9bd59c622a postgresql: add dlSuffix to passthru
PostgreSQL changed the extension of its extensions in Darwin to use .dylib [1]

[1] b55f62abb2
2023-09-22 04:20:00 +00:00
R. Ryantm
c30f7457af mysql_jdbc: 8.0.33 -> 8.1.0 2023-09-19 07:10:48 +00:00
R. Ryantm
8b8be4a5a6 dolt: 1.14.0 -> 1.15.0 2023-09-19 05:47:38 +00:00
Mario Rodas
a53e4708f6
Merge pull request #254847 from marsam/update-pgpool
pgpool: 4.4.3 -> 4.4.4
2023-09-16 22:16:10 -05:00
Steve Purcell
ae5b96f3ab postgresql_16: init at 16.0 2023-09-16 18:19:06 +02:00
Mario Rodas
3a4c018036
Merge pull request #254474 from marsam/update-postgresql-pgjwt
postgresqlPackages.pgjwt: unstable-2021-11-13 -> unstable-2023-03-02
2023-09-16 01:20:08 -05:00
ajs124
c75843c2a3
Merge pull request #254576 from helsinki-systems/drop/old-mariadb
mariadb_104: remove
2023-09-13 12:07:45 +02:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Mario Rodas
f1385ec4a9
Merge pull request #254469 from marsam/update-pg_ivm
postgresqlPackages.pg_ivm: 1.5.1 -> 1.6
2023-09-12 18:07:26 -05:00
Mario Rodas
3ebe79716d pgpool: 4.4.3 -> 4.4.4
Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-4-4.html
2023-09-12 04:20:00 +00:00
Mario Rodas
41edd75974 postgresqlPackages.plpgsql_check: 2.4.0 -> 2.5.0
Diff: https://github.com/okbob/plpgsql_check/compare/v2.4.0...v2.5.0

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.0
2023-09-12 04:20:00 +00:00
Mario Rodas
23e69f92c8
Merge pull request #254324 from marsam/update-postgis
postgresqlPackages.postgis: 3.3.3 -> 3.4.0
2023-09-12 00:15:32 -05:00
ajs124
b76116f9bc mariadb_104: remove
depends on openssl_1_1, which is EOL
2023-09-11 17:51:56 +02:00
Nick Cao
140ab25ce9
Merge pull request #254471 from marsam/update-pg_partman
postgresqlPackages.pg_partman: 4.7.3 -> 4.7.4
2023-09-11 10:29:24 -04:00
Nick Cao
8a2da9488c
Merge pull request #254473 from marsam/update-postgresql-periods
postgresqlPackages.periods: 1.2.1 -> 1.2.2
2023-09-11 09:24:40 -04:00
Mario Rodas
01d15288e5 postgresqlPackages.pgjwt: unstable-2021-11-13 -> unstable-2023-03-02 2023-09-10 04:20:00 +00:00
Mario Rodas
58f1cd9922 postgresqlPackages.pg_ivm: 1.5.1 -> 1.6
Diff: https://github.com/sraoss/pg_ivm/compare/v1.5.1...v1.6
2023-09-10 04:20:00 +00:00
Mario Rodas
70cd815865 postgresqlPackages.pg_partman: 4.7.3 -> 4.7.4
Diff: https://github.com/pgpartman/pg_partman/compare/refs/tags/v4.7.3...v4.7.4

Changelog: https://github.com/pgpartman/pg_partman/raw/v4.7.4/CHANGELOG.txt
2023-09-10 04:20:00 +00:00
Mario Rodas
172dd925f5 postgresqlPackages.periods: 1.2.1 -> 1.2.2
Diff: https://github.com/xocolatl/periods/compare/v1.2.1...v1.2.2
2023-09-10 04:20:00 +00:00
R. Ryantm
6d956e4410 postgresql11JitPackages.pgtap: 1.2.0 -> 1.3.0 2023-09-09 20:34:47 +00:00
Nick Cao
f484ee5eb0
Merge pull request #253987 from r-ryantm/auto-update/mssql_jdbc
mssql_jdbc: 12.4.0 -> 12.4.1
2023-09-08 09:50:35 -04:00
R. Ryantm
5265e8864a mssql_jdbc: 12.4.0 -> 12.4.1 2023-09-08 08:33:27 +00:00
R. Ryantm
1e6c8f18cb dolt: 1.8.8 -> 1.14.0 2023-09-08 08:00:54 +00:00
Mario Rodas
dfde9c83bc postgresqlPackages.postgis: 3.3.3 -> 3.4.0
Changelog: https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.0/NEWS
2023-09-08 04:20:00 +00:00
Mario Rodas
5e680aac1d postgresqlPackages.pgsql-http: init at 1.6.0 2023-09-08 04:20:00 +00:00
R. Ryantm
d64894710d postgresql11JitPackages.pg_cron: 1.5.2 -> 1.6.0 2023-09-01 02:12:46 +00:00
Florian Engel
aeb2407b53
monetdb: 11.47.3 -> 11.47.5 2023-08-30 21:43:05 +02:00
netali
53bbb203e0 postgresql12Packages.repmgr: fix build
Closes: #248935
2023-08-30 07:02:11 -05:00
Mario Rodas
cc57329742 postgresqlPackages.pgvector: 0.4.4 -> 0.5.0
Diff: https://github.com/pgvector/pgvector/compare/v0.4.4...v0.5.0

Changelog: https://github.com/pgvector/pgvector/raw/v0.5.0/CHANGELOG.md
2023-08-29 04:20:00 +00:00
Vladimír Čunát
e606010d18
Merge #249319: mariadb*: patch-level updates 2023-08-29 10:56:27 +02:00
github-actions[bot]
c187010832
Merge staging-next into staging 2023-08-22 12:01:32 +00:00
Mario Rodas
ce3b2a7683 postgresqlPackages.plpgsql_check: 2.3.4 -> 2.4.0
Diff: https://github.com/okbob/plpgsql_check/compare/v2.3.4...v2.4.0

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.4.0
2023-08-21 04:20:00 +00:00
Theodore Ni
d494084017
Merge branch 'staging-next' into staging
Merging https://github.com/NixOS/nixpkgs/pull/245957 with https://github.com/NixOS/nixpkgs/pull/246022.
2023-08-20 20:09:45 -07:00
Vladimír Čunát
c86e0ee17d
Merge #248496: staging-next 2023-08-11 2023-08-20 23:44:35 +02:00
ajs124
bceafd3a3a
Merge pull request #249953 from helsinki-systems/upd/proxysql
proxysql: 2.5.4 -> 2.5.5
2023-08-20 23:43:24 +02:00
github-actions[bot]
bb1bf988bc
Merge staging-next into staging 2023-08-19 12:01:31 +00:00
github-actions[bot]
d3b2560b73
Merge master into staging-next 2023-08-19 12:01:03 +00:00
Mario Rodas
f7f5506f82
Merge pull request #249757 from 1000101/tsdb
postgresqlPackages.timescaledb: 2.11.1 -> 2.11.2
2023-08-19 01:09:29 -05:00
github-actions[bot]
313f7c5380
Merge staging-next into staging 2023-08-19 00:02:13 +00:00
github-actions[bot]
4a9909e0db
Merge master into staging-next 2023-08-19 00:01:42 +00:00
Sean D Gillespie
acc01be813 postgresql: fix musl patches 2023-08-18 13:16:14 -05:00
ajs124
8950d0190f proxysql: 2.5.4 -> 2.5.5
https://github.com/sysown/proxysql/releases/tag/v2.5.5
2023-08-18 14:40:08 +02:00
1000101
109f094127 postgresqlPackages.timescaledb: 2.11.1 -> 2.11.2 2023-08-17 17:24:06 +02:00
Jan Tojnar
86797b2008 Merge branch 'staging-next' into staging
Conflicts:
- pkgs/development/libraries/qt-6/default.nix
  Merge a5b92645f1 and 0597d865ef
2023-08-16 19:37:11 +02:00
Jan Tojnar
86f6b16d28 Merge branch 'master' into staging-next
Conflicts:
- pkgs/servers/mail/mailman/python.nix (relevant to mailman-web)
  between f8a17e4200 and 84f6a6755a
2023-08-15 21:39:20 +02:00
Izorkin
611b957c98
mariadb-connector-c: fix locate libdir and plugindir 2023-08-15 21:02:28 +03:00
Izorkin
d4faf87c9f
mariadb-connector-c: init at 3.3.5 2023-08-15 21:02:23 +03:00
Izorkin
441043771b
mariadb-connector-c: 3.2.5 -> 3.2.7 2023-08-15 20:59:15 +03:00
Izorkin
998b9918bf
mariadb-connector-c: 3.1.13 -> 3.1.21 2023-08-15 20:59:03 +03:00
ajs124
15054fe7a3 mariadb_110: 11.0.2 -> 11.0.3
https://mariadb.com/kb/en/mariadb-11-0-3-release-notes/
2023-08-15 13:19:15 +02:00
ajs124
a6e732f6a0 mariadb_1011: 10.11.4 -> 10.11.5
https://mariadb.com/kb/en/mariadb-10-11-5-release-notes/
2023-08-15 13:18:42 +02:00
ajs124
b14d7e88b0 mariadb_1010: 10.10.5 -> 10.10.6
https://mariadb.com/kb/en/mariadb-10-10-6-release-notes/
2023-08-15 13:18:18 +02:00
ajs124
79f2db7ca2 mariadb_106: 10.6.14 -> 10.6.15
https://mariadb.com/kb/en/mariadb-10-6-15-release-notes/
2023-08-15 13:17:28 +02:00
ajs124
ce6608f77b mariadb_105: 10.5.21 -> 10.5.22
https://mariadb.com/kb/en/mariadb-10-5-22-release-notes/
2023-08-15 13:17:04 +02:00
ajs124
01f9a554f5 mariadb_104: 10.4.30 -> 10.4.31
https://mariadb.com/kb/en/mariadb-10-4-31-release-notes/
2023-08-15 13:16:19 +02:00
R. Ryantm
624607b3a5 postgresql11JitPackages.plr: 8.4.5 -> 8.4.6 2023-08-15 05:08:12 +00:00
github-actions[bot]
b782e1dc08
Merge master into staging-next 2023-08-14 06:00:58 +00:00
Austin Seipp
a262231cca postgresqlPackages.pg_net: init at 0.7.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-08-13 20:27:43 -05:00
github-actions[bot]
cc6e13abfb
Merge master into staging-next 2023-08-11 12:01:01 +00:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
ajs124
061c96b486 postgresql_15: 15.3 -> 15.4
https://www.postgresql.org/docs/release/15.4/
2023-08-10 23:19:35 -05:00
ajs124
8f5976b479 postgresql_14: 14.8 -> 14.9
https://www.postgresql.org/docs/release/14.9/
2023-08-10 23:19:35 -05:00
ajs124
f256648786 postgresql_13: 13.11 -> 13.12
https://www.postgresql.org/docs/release/13.12/
2023-08-10 23:19:35 -05:00
ajs124
363048444b postgresql_12: 12.15 -> 12.16
https://www.postgresql.org/docs/release/12.16/
2023-08-10 23:19:35 -05:00
ajs124
b606993d67 postgresql_11: 11.20 -> 11.21
https://www.postgresql.org/docs/release/11.21/
2023-08-10 23:19:35 -05:00
Franz Pletz
758b88150a
Merge pull request #247946 from r-ryantm/auto-update/pgbouncer
pgbouncer: 1.19.1 -> 1.20.0
2023-08-09 14:32:04 +02:00
Nick Cao
5d49e1df0c
Merge pull request #247938 from CathalMullan/pgcat-v1.1.1
pgcat: 1.1.0 -> 1.1.1
2023-08-08 18:56:54 -06:00
Weijia Wang
f079f0d144
Merge pull request #247661 from r-ryantm/auto-update/mssql_jdbc
mssql_jdbc: 12.2.0 -> 12.4.0
2023-08-08 19:36:09 +02:00
R. Ryantm
62cb57d364 pgbouncer: 1.19.1 -> 1.20.0 2023-08-08 14:10:43 +00:00
Cathal Mullan
7ead5ac476
pgcat: 1.1.0 -> 1.1.1 2023-08-08 14:00:50 +01:00
Pol Dellaiera
f971f35f7d
Merge pull request #246426 from dit7ya/sqld
sqld: init at 0.17.2
2023-08-08 10:57:36 +02:00
Mostly Void
4650390d63
sqld: init at 0.17.2 2023-08-08 01:03:17 +03:00
R. Ryantm
788d688c80 mssql_jdbc: 12.2.0 -> 12.4.0 2023-08-07 05:35:36 +00:00
R. Ryantm
fed87528f3 dolt: 1.8.4 -> 1.8.8 2023-08-06 07:19:20 +00:00
Sigrid Solveig Haflínudóttir
0271120180 postgresqlPackages.postgis: enable address_standardizer, fix docs installation 2023-08-03 14:30:48 -05:00
Weijia Wang
fd4981573b
Merge pull request #240683 from neosimsim/cockroachdb-use-pre-build-binaries
cockroachdb-bin: init at 23.1.7
2023-08-02 22:03:54 +02:00
Weijia Wang
a8b0580c84 cockroachdb-bin: add aarch64-linux support 2023-08-02 13:45:35 +02:00
Austin Seipp
26f7e30132 postgresqlPackages.plv8: build on aarch64-linux
This might have been broken in days of yore, but it seems to work fine
now (reasonably so, since we use the system version of v8.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-08-02 00:52:27 -05:00
Alexander Ben Nasrallah
609ebcafaf cockroachdb-bin: init at 23.1.7
Add cockroachdb-bin using pre-build binaries, since building from
source seem impossible.
2023-08-01 20:42:17 +02:00
Pol Dellaiera
d9d6418a20
Merge pull request #246154 from r-ryantm/auto-update/proxysql
proxysql: 2.5.3 -> 2.5.4
2023-07-31 15:44:01 +02:00
Pol Dellaiera
403f35e92f
proxysql: use finalAttrs pattern 2023-07-31 13:53:55 +02:00
R. Ryantm
2ca7b3a4aa dolt: 1.8.2 -> 1.8.4 2023-07-30 19:25:38 +00:00
R. Ryantm
3adecdfcbc proxysql: 2.5.3 -> 2.5.4 2023-07-30 06:53:30 +00:00
Pol Dellaiera
2321125ba7
Merge pull request #245870 from CathalMullan/pgcat
pgcat: init at 1.1.0
2023-07-29 08:32:20 +02:00
ajs124
d479aa0b1e
Merge pull request #244414 from LeSuisse/mysql-8.0.34
mysql80: 8.0.33 -> 8.0.34
2023-07-28 17:34:33 +02:00
Cathal Mullan
3fe70ce002
pgcat: init at 1.1.0 2023-07-28 16:09:29 +01:00
R. Ryantm
6fa18cd6c5 dolt: 1.7.5 -> 1.8.2 2023-07-22 17:35:40 +00:00
1000101
f63d863fde
nixos/pgbouncer: init (#241578)
Co-authored-by: Marek Mahut <marek.mahut@gmail.com>
2023-07-22 12:49:23 +02:00
Thomas Gerbet
b1d9284def mysql80: 8.0.33 -> 8.0.34
Fixes CVE-2022-4899, CVE-2023-0361, CVE-2022-4899, CVE-2022-4899, CVE-2023-22053, CVE-2023-22008,
CVE-2023-22046, CVE-2023-22054, CVE-2023-22056, CVE-2023-22057, CVE-2023-22033, CVE-2023-22058,
CVE-2023-22005, CVE-2023-22048 and CVE-2023-22038.

https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-34.html
https://www.oracle.com/security-alerts/cpujul2023.html
2023-07-19 23:01:25 +02:00
R. Ryantm
996c95449c dolt: 1.7.4 -> 1.7.5 2023-07-14 20:14:29 +00:00
R. RyanTM
b63179691f
postgresql15Packages.repmgr: 5.4.0 -> 5.4.1 (#242894) 2023-07-12 10:30:23 +02:00
R. Ryantm
9844293c48 dolt: 1.7.2 -> 1.7.4 2023-07-12 00:29:56 +00:00
R. Ryantm
b5c835a69b dolt: 1.7.0 -> 1.7.2 2023-07-05 08:45:26 +00:00
figsoda
7e4a5b282c
Merge pull request #241042 from r-ryantm/auto-update/dolt
dolt: 1.5.0 -> 1.7.0
2023-07-02 09:44:12 -04:00
Florian Engel
21cc07af03
monetdb: 11.45.17 -> 11.47.3 2023-07-02 07:43:49 +02:00
R. Ryantm
b6d2db811b dolt: 1.5.0 -> 1.7.0 2023-07-02 05:28:49 +00:00
Mario Rodas
7681055124
Merge pull request #240536 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 2.11.0 -> 2.11.1
2023-06-29 11:05:58 -05:00
Janne Heß
7a4c916440
Merge pull request #236845 from helsinki-systems/upd/mariadb
mariadb: 10.11.4, 10.10.5, 10.6.14, 10.5.21 & 10.4.30
2023-06-29 15:37:19 +02:00
Mario Rodas
58ccd88dbd postgresqlPackages.timescaledb: 2.11.0 -> 2.11.1
Diff: https://github.com/timescale/timescaledb/compare/2.11.0...2.11.1

Changelog: https://github.com/timescale/timescaledb/raw/2.11.1/CHANGELOG.md
2023-06-29 04:20:00 +00:00
Weijia Wang
35b31f7186
Merge pull request #239945 from NickCao/pgroonga
postgresqlPackages.pgroonga: 3.0.7 -> 3.0.8, use msgpack-c
2023-06-26 18:25:37 +02:00
Weijia Wang
5a8c555ccc
Merge pull request #239175 from helsinki-systems/upd/proxysql
proxysql: 2.5.2 -> 2.5.3
2023-06-26 17:51:26 +02:00
Nick Cao
c74fd7d1f8
postgresqlPackages.pgroonga: 3.0.7 -> 3.0.8, use msgpack-c
Diff: https://github.com/pgroonga/pgroonga/compare/3.0.7...3.0.8
Changelog: https://github.com/pgroonga/pgroonga/releases/tag/3.0.8
2023-06-26 22:31:59 +08:00
Weijia Wang
cd22d95a54 proxysql: set platforms 2023-06-26 17:05:47 +03:00
R. Ryantm
24763408cc dolt: 1.3.0 -> 1.5.0 2023-06-24 21:56:15 +00:00
R. Ryantm
c890237f94 postgresql11JitPackages.pgroonga: 3.0.6 -> 3.0.7 2023-06-24 15:00:47 +00:00
ajs124
eadfb133a4 mariadb-galera: add passthru.tests 2023-06-22 13:36:44 +02:00
ajs124
b27f7c6012 mariadb-galera: 26.4.14 -> 26.4.15 2023-06-22 13:33:35 +02:00
ajs124
6701ee5063 proxysql: 2.5.2 -> 2.5.3
https://github.com/sysown/proxysql/releases/tag/v2.5.3
2023-06-22 13:05:17 +02:00
Mario Rodas
d246683fe9 postgresqlPackages.postgis: 3.3.2 -> 3.3.3
Changelog: https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.3/NEWS
2023-06-17 04:20:00 +00:00
github-actions[bot]
0f19fc4c44
Merge master into staging-next 2023-06-14 18:01:25 +00:00
Weijia Wang
2196b4e465
Merge pull request #237275 from r-ryantm/auto-update/dolt
dolt: 1.2.2 -> 1.3.0
2023-06-14 17:10:21 +03:00
github-actions[bot]
942de50966
Merge master into staging-next 2023-06-14 06:01:12 +00:00
github-actions[bot]
f29c608f98
Merge master into staging-next 2023-06-13 18:01:32 +00:00
Weijia Wang
9660231845
Merge pull request #237572 from wegank/mariadb-fix
mariadb.client: fix build
2023-06-13 20:02:20 +03:00
Weijia Wang
9c9b62368e mariadb.client: fix build 2023-06-13 17:42:05 +03:00
Mario Rodas
823132b180 postgresqlPackages.pgvector: 0.4.3 -> 0.4.4
Diff: https://github.com/pgvector/pgvector/compare/v0.4.3...v0.4.4

Changelog: https://github.com/pgvector/pgvector/raw/v0.4.4/CHANGELOG.md
2023-06-13 04:20:00 +00:00
R. Ryantm
1ef5dad4a3 postgresql11JitPackages.pgroonga: 3.0.5 -> 3.0.6 2023-06-13 03:32:31 +00:00
R. Ryantm
a2fd982c4c dolt: 1.2.2 -> 1.3.0 2023-06-12 01:46:51 +00:00
github-actions[bot]
112762351d
Merge master into staging-next 2023-06-12 00:02:19 +00:00
Mario Rodas
078daf8d21
Merge pull request #237222 from marsam/update-pgvector
postgresqlPackages.pgvector: 0.4.2 -> 0.4.3
2023-06-11 18:06:37 -05:00
Weijia Wang
6ed025d614
Merge pull request #237071 from StillerHarpo/monetdb
monetdb: 11.45.13 -> 11.45.17
2023-06-11 22:06:53 +03:00
Mario Rodas
4cbde33abe postgresqlPackages.pgvector: 0.4.2 -> 0.4.3
Diff: https://github.com/pgvector/pgvector/compare/v0.4.2...v0.4.3

Changelog: https://github.com/pgvector/pgvector/raw/v0.4.3/CHANGELOG.md
2023-06-11 04:20:00 +00:00
github-actions[bot]
9f2767ce37
Merge staging-next into staging 2023-06-10 18:01:41 +00:00
Florian Engel
c308e99e27
monetdb: 11.45.13 -> 11.45.17 2023-06-10 18:27:25 +02:00
R. Ryantm
68dc4d485b pgpool: 4.4.2 -> 4.4.3 2023-06-09 23:15:22 +00:00
ajs124
ed5a9f0574 mariadb_1011: 10.11.3 -> 10.11.4
https://mariadb.com/kb/en/mariadb-10-11-4-release-notes/
2023-06-09 15:35:12 +02:00
ajs124
78e4cc189e mariadb_1010: 10.10.4 -> 10.10.5
https://mariadb.com/kb/en/mariadb-10-10-5-release-notes/
2023-06-09 15:34:53 +02:00
ajs124
2278f07723 mariadb_106: 10.6.13 -> 10.6.14
https://mariadb.com/kb/en/mariadb-10-6-14-release-notes/
2023-06-09 15:34:33 +02:00
ajs124
04e9ffc0bc mariadb_105: 10.5.20 -> 10.5.21
https://mariadb.com/kb/en/mariadb-10-5-21-release-notes/
2023-06-09 15:34:08 +02:00
ajs124
17d3aa7422 mariadb_104: 10.4.29 -> 10.4.30
https://mariadb.com/kb/en/mariadb-10-4-30-release-notes/
2023-06-09 15:33:43 +02:00
github-actions[bot]
83e7490bd0
Merge staging-next into staging 2023-06-08 00:03:05 +00:00
Pol Dellaiera
27c6a99b9c
Merge pull request #236436 from helsinki-systems/mariadb_changes
mariadb: init at 11.0.2 + upgrade default from 10.6 to 10.11
2023-06-07 20:31:10 +02:00
Pol Dellaiera
d987535062
Merge pull request #235401 from cmoog/dolt
dolt: 0.40.28 -> 1.2.2
2023-06-07 20:17:12 +02:00
Maximilian Bosch
c92f3af69d
Merge pull request #228349 from yu-re-ka/musl-postgresql
pkgsMusl.postgresql: fix build
2023-06-07 18:30:16 +02:00
ajs124
34eaaf331c mariadb: upgrade default from 10.6 to 10.11
which is the next LTS release
2023-06-07 13:10:23 +02:00
ajs124
e547013e69 mariadb_110: init at 11.0.2
https://mariadb.com/kb/en/changes-improvements-in-mariadb-11-0/
2023-06-07 13:06:27 +02:00
happysalada
da072c0d59 gluesql: init at 0.14.0 2023-06-05 09:29:49 -04:00
Mario Rodas
cc0171f7b6 pgbouncer: 1.19.0 -> 1.19.1
https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_19_1
2023-06-02 04:20:00 +00:00
Marko Mušnjak
aafe0f4314
apache_datasketches: init at 1.6.0
PostgreSQL extension providing approximate algorithms for
distinct item counts, quantile estimation and frequent items detection.
2023-06-02 21:03:19 +02:00
Charlie Moog
df0c65cf19
dolt: 0.40.28 -> 1.2.2 2023-06-01 10:11:12 -05:00
Mario Rodas
0faad578fe postgresqlPackages.pgroonga: add changelog to meta 2023-05-31 04:20:00 +00:00
Mario Rodas
dd099cedf1 postgresqlPackages.pgroonga: 3.0.3 -> 3.0.5
https://github.com/pgroonga/pgroonga/releases/tag/3.0.5
2023-05-31 04:20:00 +00:00
R. Ryantm
a873541b2f postgresql11JitPackages.pgroonga: 3.0.1 -> 3.0.3 2023-05-30 17:14:23 +00:00
Yureka
8d4a81b185 pkgsMusl.postgresql: fix build 2023-05-28 19:51:06 +02:00
happysalada
938e5e2fbe timescaledb_toolkit: mark broken on darwin 2023-05-26 06:07:33 -04:00
Mario Rodas
fe3a69ab0c postgresqlPackages.timescaledb: 2.10.3 -> 2.11.0
Diff: https://github.com/timescale/timescaledb/compare/2.10.3...2.11.0

Changelog: https://github.com/timescale/timescaledb/raw/2.11.0/CHANGELOG.md
2023-05-22 04:20:00 +00:00
Mario Rodas
85208753be
Merge pull request #232937 from jz8132543/feat-repmgr
postgresql15Packages.repmgr: 5.3.2 -> 5.4.0
2023-05-21 18:30:52 -05:00
Ryan Lahfa
fd8b18e404
Merge pull request #232996 from viraptor/pgpool-darwin
pgpool: fix darwin build
2023-05-20 18:35:25 +02:00
Stanisław Pitucha
927acf9a89 pgpool: fix darwin build
Fix the darwin build by removing the included copy from the Makefiles.
2023-05-20 20:51:48 +10:00