Commit Graph

1412 Commits

Author SHA1 Message Date
Jan Tojnar
d5c902b131 postgresqlPackages.plv8: install all files
Previously, the update complained due to missing migration files:

	db=# alter extension plv8 update to '2.3.15';
	ERROR:  extension "plv8" has no update path from version "2.3.13" to version "2.3.15"

Now it fails for a different reason:

	db=# alter extension plv8 update to '2.3.15';
	ERROR:  could not access file "$libdir/plv8-2.3.13": No such file or directory

Changing installation directory using DESTDIR is an ugly hack that might backfire
but PGXS does not currently seem to allow overriding the installation directory.
2021-12-09 00:12:21 +01:00
Sergei Trofimovich
4752689cfb postgresqlPackages.pg_auto_failover: upstream fix for ncurses-6.3
Without the change the build fails as:

    watch.c:673:2: error: format not a string literal and no format arguments [-Werror=format-security]
      673 |  mvprintw(r, context->cols - strlen(help), help);
          |  ^~~~~~~~
2021-12-04 18:35:22 +00:00
Nick Cao
7941fcd361
postgresql: fix build on riscv 2021-12-03 22:43:48 +08:00
github-actions[bot]
3bebe2a3f2
Merge master into staging-next 2021-12-01 06:01:17 +00:00
Mario Rodas
3f03bdbceb
Merge pull request #147659 from marsam/update-pgroonga
postgresqlPackages.pgroonga: 2.3.2 -> 2.3.4
2021-12-01 00:25:26 -05:00
github-actions[bot]
941a6593c8
Merge master into staging-next 2021-11-30 00:01:51 +00:00
1000101
dbd39c4d41 pgbouncer: 1.16.0 -> 1.16.1 2021-11-29 18:57:46 +01:00
github-actions[bot]
2534e1384b
Merge master into staging-next 2021-11-28 06:01:05 +00:00
Sandro
1a36defba9
Merge pull request #147176 from petrosagg/materialize-0.10.0 2021-11-28 03:30:07 +01:00
Mario Rodas
ceec67c680 postgresqlPackages.pgroonga: 2.3.2 -> 2.3.4 2021-11-27 04:20:00 +00:00
github-actions[bot]
c39cd5f314
Merge master into staging-next 2021-11-26 00:01:38 +00:00
SCOTT-HAMILTON
b47648f6c8
mariadb-connector-c: fix static build (#147166) 2021-11-25 16:03:55 -05:00
Petros Angelatos
01a19ba42f materialize: 0.9.4 -> 0.10.0
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2021-11-25 12:59:16 +01:00
github-actions[bot]
588cccd6c5
Merge master into staging-next 2021-11-24 06:01:08 +00:00
Vika Shleina
ccb2baa615
mariadb: fix build on non-x86_64 linux
pmdk is only available on x86_64-linux, yet included in other platforms.

Things tested:
 - build on x86_64-linux is the same (substituted from binary cache)
 - build on aarch64-linux doesn't crash now with an "unsupported system"
2021-11-24 02:18:47 +03:00
Artturi
40d43349e6
Merge pull request #146442 from Artturin/mariaconnectormyconfig 2021-11-22 19:11:15 +02:00
Mario Rodas
17c6935153
Merge pull request #146464 from marsam/update-postgresql
postgresql: 9.6.23 -> 9.6.24, 10.18 -> 10.19, 11.13 -> 11.14, 12.8 -> 12.9, 13.4 -> 13.5, 14.0 -> 14.1
2021-11-20 16:48:25 -05:00
Izorkin
8aa3e1f42a
mariadb-galera: 26.4.9 -> 26.4.10 2021-11-19 20:58:04 +03:00
Izorkin
1fa2e5fdc9
mariadb: move patches to subfolder 2021-11-19 20:58:04 +03:00
Izorkin
595511e632
mariadb: cleanup build configuration 2021-11-19 20:58:01 +03:00
Izorkin
cff899a959
mariadb: add pmem support 2021-11-19 20:56:03 +03:00
Izorkin
be52b4640f
mariadb: move fix mytop to common stage 2021-11-19 20:54:12 +03:00
ajs124
937cf30e7e mariadb: replace libaio with liburing
was missed in a160dfbf35

see also https://jira.mariadb.org/browse/MDEV-24883
2021-11-19 16:10:34 +01:00
Janne Heß
b0be7372b6
Merge pull request #141656 from helsinki-systems/init/proxysql
proxysql: init at 2.3.2
2021-11-19 14:34:50 +01:00
Mario Rodas
85852b941d postgresql_14: 14.0 -> 14.1
https://www.postgresql.org/docs/release/14.1/
2021-11-18 04:20:00 +00:00
Mario Rodas
67abda7877 postgresql_13: 13.4 -> 13.5
https://www.postgresql.org/docs/release/13.5/
2021-11-18 04:20:00 +00:00
Mario Rodas
c046c5d6ff postgresql_12: 12.8 -> 12.9
https://www.postgresql.org/docs/release/12.9/
2021-11-18 04:20:00 +00:00
Mario Rodas
b701405be7 postgresql_11: 11.13 -> 11.14
https://www.postgresql.org/docs/release/11.14/
2021-11-18 04:20:00 +00:00
Mario Rodas
1d35ef9ee0 postgresql_10: 10.18 -> 10.19
https://www.postgresql.org/docs/release/10.19/
2021-11-18 04:20:00 +00:00
Mario Rodas
7f523aa88a postgresql_9_6: 9.6.23 -> 9.6.24
https://www.postgresql.org/docs/release/9.6.24/
2021-11-18 04:20:00 +00:00
Artturin
e148f5ff46 mariadb-connector-c: install my_config.h
https://github.com/bmwiedemann/openSUSE/blob/master/packages/m/mariadb-connector-c/mariadb-connector-c.spec#L152
https://github.com/NixOS/nixpkgs/issues/146340

arch, however, packages it in their mariadb-libs package which provides
connector-c so a nixpkgs mariadb maintainer may want to look into that
https://archlinux.org/packages/extra/x86_64/mariadb-libs/files/
2021-11-18 02:03:17 +02:00
Dmitry Kalinkin
86db5fef7b
mariadb: fix darwin build 2021-11-17 02:46:12 -05:00
Dmitry Kalinkin
6253ab088a
mariadb: revert to using fetchurl
Unlike the `fetchzip`, the `fetchurl` allows for tarballs to be backed
up to tarballs.nixos.org.
2021-11-17 02:43:44 -05:00
Felix Buehler
3be80d1619 mssql-jdbc: remove build.sh 2021-11-16 16:31:56 +01:00
Mario Rodas
574a1d605a postgresqlPackages.pg_auto_failover: 1.6.2 -> 1.6.3
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.6.3
2021-11-14 04:20:00 +00:00
ajs124
09d3d7fe36 mariadb: 10.6.3 -> 10.6.5
https://mariadb.com/kb/en/mariadb-1064-release-notes/
https://mariadb.com/kb/en/mariadb-1065-release-notes/
2021-11-11 00:34:39 +01:00
ajs124
028d78ea58 proxysql: init at 2.3.2 2021-11-08 16:42:16 +01:00
Ivan Kozik
9e1e3f5365 postgresql: add myself to maintainers 2021-11-08 11:40:40 +00:00
Ivan Kozik
7a12cae1b1 postgresql_14: build with support for lz4 compression 2021-11-08 11:40:40 +00:00
Artturi
b26695be08
Merge pull request #143628 from r-ryantm/auto-update/dolt
dolt: 0.28.4 -> 0.32.1
2021-11-02 14:59:09 +02:00
R. RyanTM
f151bae7ab
postgresql11Packages.repmgr: 5.2.1 -> 5.3.0 (#143507) 2021-10-29 15:44:06 +02:00
R. Ryantm
a75ea6f539 dolt: 0.28.4 -> 0.32.1 2021-10-29 10:33:14 +00:00
Sandro
dc97e86313
Merge pull request #143394 from SuperSandro2000/SuperSandro2000-patch-1 2021-10-29 11:47:17 +02:00
Sandro
d9ebe400f8
postgresqlPackages.timescaledb: add comment why refs/tags is used 2021-10-28 16:33:51 +02:00
1000101
ab3097a237 postgresqlPackages.timescaledb: 2.4.2 -> 2.5.0 2021-10-28 14:09:31 +02:00
Mario Rodas
89f0d2bff6
Merge pull request #142632 from marsam/postgresqlPackages.plpgsql_check
postgresqlPackages.plpgsql_check: 2.0.2 -> 2.0.5
2021-10-23 08:54:15 -05:00
Ryan Burns
8d61c37c92
Merge pull request #142576 from 1000101/pgbouncer
pgbouncer: 1.15.0 -> 1.16.0
2021-10-22 22:13:59 -07:00
Mario Rodas
73acbabd32 postgresqlPackages.plpgsql_check: 2.0.2 -> 2.0.5 2021-10-22 22:26:36 -05:00
1000101
8940308c80 pgbouncer: 1.15.0 -> 1.16.0 2021-10-22 17:25:57 +02:00
Sergei Trofimovich
8d6de9c600 postgresql11Packages.age: use latest bison
The package builds successfully with bison-3.7.6 and 3.8.2.
2021-10-21 08:45:26 +01:00