Commit Graph

1071 Commits

Author SHA1 Message Date
Mario Rodas
bf92006f47 postgresqlPackages.pgrouting: fix build darwin 2023-11-26 12:38:00 +00:00
R. Ryantm
f3530d0ddb postgresql12JitPackages.pgrouting: 3.5.1 -> 3.6.0 2023-11-26 12:37:31 +00:00
Mario Rodas
75144f62b4 postgresql16Packages.plpgsql_check: 2.6.1 -> 2.6.2
Diff: https://github.com/okbob/plpgsql_check/compare/v2.6.1...v2.6.2

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.6.2
2023-11-25 04:20:00 +00:00
Mario Rodas
4fbb794e87 postgresqlPackages.pg_auto_failover: 2.0 -> 2.1
Diff: https://github.com/citusdata/pg_auto_failover/compare/v2.0...v2.1

Changelog: https://github.com/citusdata/pg_auto_failover/blob/v2.1/CHANGELOG.md
2023-11-23 04:20:00 +00:00
Mario Rodas
f325e2f5d7 postgresql16Packages.pg_safeupdate: 1.4 -> 1.5
Diff: https://github.com/eradman/pg-safeupdate/compare/1.4...1.5

Changelog: https://github.com/eradman/pg-safeupdate/raw/1.5/NEWS
2023-11-23 04:20:00 +00:00
Mario Rodas
00d4968679
Merge pull request #269340 from reckenrode/postgis-fix
postgresqlPackages.postgis: fix build on clang 12+
2023-11-23 22:57:08 -05:00
Randy Eckenrode
b6d4be13d0
postgresqlPackages.postgis: fix build on clang 12+
Work around https://github.com/NixOS/nixpkgs/issues/166205
2023-11-23 11:30:24 -05:00
R. Ryantm
c2ef75a0ad postgresql12JitPackages.postgis: 3.4.0 -> 3.4.1 2023-11-21 08:02:48 +00:00
Nikolay Korotkiy
4045370fd5
Merge pull request #267603 from imincik/postgis-add-geospatial-team-maint
postgresqlPackages.postgis: add geospatial team to maintainers
2023-11-17 17:42:14 +04:00
Ivan Mincik
ea8b577bbc postgresqlPackages.postgis: add geospatial team to maintainers 2023-11-15 06:29:50 +01:00
Mario Rodas
57970bb73a postgresql_jit: fix build
These patches are already included in the latest release.

This reverts commit 8fbd381b8a.
2023-11-12 04:20:00 +00:00
Mario Rodas
943ad0d53e postgresql_16: 16.0 -> 16.1
Changelog: https://www.postgresql.org/docs/release/16.1/
2023-11-10 04:20:00 +00:00
Mario Rodas
b38f22b9ca postgresql_15: 15.4 -> 15.5
Changelog: https://www.postgresql.org/docs/release/15.5/
2023-11-10 04:20:00 +00:00
Mario Rodas
381fc074de postgresql_14: 14.9 -> 14.10
Changelog: https://www.postgresql.org/docs/release/14.10/
2023-11-10 04:20:00 +00:00
Mario Rodas
c7a1eb3332 postgresql_13: 13.12 -> 13.13
Changelog: https://www.postgresql.org/docs/release/13.13/
2023-11-10 04:20:00 +00:00
Mario Rodas
1abcce65a9 postgresql_12: 12.16 -> 12.17
Changelog: https://www.postgresql.org/docs/release/12.17/
2023-11-10 04:20:00 +00:00
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
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
R. Ryantm
842ad6b907 postgresql12JitPackages.plpgsql_check: 2.5.4 -> 2.6.0 2023-11-04 17:28:07 +00: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
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
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
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
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
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
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
Meet Barot
19a4154a7c postgresql: Add meta.pkgConfigModules and test 2023-10-16 00:36:24 -04: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
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
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
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
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
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
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
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
Ivan Kozik
7ea6d0a719 postgresqlPackages.pg_embedding: init at 0.3.6 2023-09-24 23:41:54 +00:00