summaryrefslogtreecommitdiff
path: root/pkgs/servers/sql (follow)
Commit message (Expand)AuthorAgeFilesLines
* postgresqlPackages.pltcl: set pname and version instead of namejopejoe12026-02-021-1/+2
* postgresqlPackages.plpython3: set pname and version instead of namejopejoe12026-02-021-1/+2
* postgresqlPackages.plperl: set pname and version instead of namejopejoe12026-02-021-1/+2
* postgresqlPackages.pgrouting: 4.0.0 -> 4.0.1R. Ryantm2026-02-021-2/+2
* postgresqlPackages.vectorchord: 0.5.3 -> 1.0.0 (#460915)dotlambda2026-01-291-3/+3
|\
| * postgresqlPackages.vectorchord: 0.5.3 -> 1.0.0Diogo Correia2025-11-231-3/+3
* | postgresqlPackages.timescaledb-apache: 2.24.0 -> 2.25.0R. Ryantm2026-01-291-2/+2
* | postgresqlPackages.pgmq: 1.8.1 -> 1.9.0 (#483536)Wolfgang Walther2026-01-281-2/+2
|\ \
| * | postgresqlPackages.pgmq: 1.8.1 -> 1.9.0R. Ryantm2026-01-251-2/+2
* | | mysql80: 8.0.44 -> 8.0.45•••Fixes: * CVE-2026-21968 * CVE-2026-21936 * CVE-2026-21937 * CVE-2026-21941 * CVE-2026-21948 * CVE-2026-21964 Changes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-45.html Thomas Gerbet2026-01-211-2/+2
|/ /
* | teams/helsinki-systems: handle team with external membership (#478819)Wolfgang Walther2026-01-181-2/+6
|\ \
| * | teams/helsinki-systems: dropWolfgang Walther2026-01-141-2/+6
* | | treewide: git tags: remove unnecessary string interpolationGaël James2026-01-153-3/+3
* | | postgresqlPackages.pg-gvm: 22.6.12 -> 22.6.13 (#479616)Wolfgang Walther2026-01-141-2/+2
|\ \ \ | |/ / |/| |
| * | postgresqlPackages.pg-gvm: 22.6.12 -> 22.6.13R. Ryantm2026-01-131-2/+2
* | | postgresqlPackages.postgis: update osgeo git url•••OSGeo git URL was changed from `git.osgeo.org/gitea` to `git.osgeo.org` few months ago. Ivan Mincik2026-01-131-1/+1
|/ /
* | teams/flyingcircus: handle team with external membership (#478808)Wolfgang Walther2026-01-124-4/+13
|\ \
| * | treewide: Take over maintainership from the flyingcircus team •••The flyingcircus team was dissolved as it's an external team. We (osnyx and me) take over maintainersip as persons. Leona Maroni2026-01-124-1/+13
| * | teams/flyingcircus: dropWolfgang Walther2026-01-104-4/+1
* | | teams/apm: dropWolfgang Walther2026-01-111-1/+4
|/ /
* | postgresqlPackages.pg_partman: 5.3.1 -> 5.4.0R. Ryantm2026-01-071-2/+2
* | maintainers: drop gaelreyrol (#475666)Yohann Boniface2026-01-061-1/+1
|\ \
| * | maintainers: drop gaelreyrolHythera2025-12-311-1/+1
* | | postgresqlPackages.omnigres: fix build with cmake4Sigmanificient2026-01-031-9/+24
* | | postgresqlPackages.pgmq: 1.8.0 -> 1.8.1R. Ryantm2025-12-301-2/+2
|/ /
* | postgresqlPackages.pg_background: init at 1.5 (#473630)Wolfgang Walther2025-12-261-0/+30
|\ \
| * | postgresqlPackages.pg_background: init at 1.5•••Add https://github.com/vibhorkum/pg_background, which allows you to execute arbitrary SQL commands in background worker processes within PostgreSQL (version >= 9.5). It provides a convenient way to offload long-running tasks, perform operations asynchronously, and implement autonomous transactions. Michał Kłeczek2025-12-261-0/+30
* | | postgresqlPackages.pg-semver: 0.40.0 -> 0.41.0R. Ryantm2025-12-221-2/+2
|/ /
* | nixos/postgresql: don't perform postgresql-setup when in standby mode (#469863)Maximilian Bosch2025-12-221-0/+1
|\ \
| * | nixos/postgresql: don't create postgresql-setup if no setup is needed•••Also add postgresql replication test Fixes #469859 Bouke van der Bijl2025-12-221-0/+1
* | | postgresqlPackages.pgroonga: 4.0.4 -> 4.0.5R. Ryantm2025-12-131-2/+2
|/ /
* | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-107-26/+26
* | postgresql: Fix cross•••``` clang: error: unable to execute command: posix_spawn failed: Exec format error clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` Artturin2025-12-101-1/+1
* | treewide: reduce maintenance by globin (#468656)Maximilian Bosch2025-12-081-1/+1
|\ \
| * | treewide: reduce maintenance by globinRobin Gloster2025-12-071-1/+1
* | | treewide: fix nix-env eval in cross (#467887)John Ericson2025-12-071-1/+1
|\ \ \
| * | | treewide: fix nix-env eval in crossDavid McFarland2025-12-041-1/+1
* | | | postgresqlPackages.pg-gvm: 22.6.11 -> 22.6.12 (#468324)Wolfgang Walther2025-12-061-2/+2
|\ \ \ \
| * | | | postgresqlPackages.pg-gvm: 22.6.11 -> 22.6.12R. Ryantm2025-12-061-2/+2
| | |/ / | |/| |
* / | | postgresqlPackages.pgmq: 1.7.0 -> 1.8.0R. Ryantm2025-12-041-2/+2
|/ / /
* / / postgresqlPackages.timescaledb-apache: 2.23.1 -> 2.24.0R. Ryantm2025-12-031-2/+2
|/ /
* | postgresqlPackages.postgis: build with upgrade scripts•••Build PostGIS with upgrade scripts such as postgis--3.5.3--ANY.sql which are mandatory for upgrades between versions. Closes #466292 Ivan Mincik2025-11-301-1/+0
* | maintainers: drop orivej (#463812)Wolfgang Walther2025-11-291-1/+1
|\ \
| * | maintainers: drop orivej•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-11-211-1/+1
* | | postgresqlPackages.plpgsql_check: 2.8.3 -> 2.8.5 (#466177)Wolfgang Walther2025-11-291-2/+2
|\ \ \
| * | | postgresqlPackages.plpgsql_check: 2.8.3 -> 2.8.5R. Ryantm2025-11-291-2/+2
| | |/ | |/|
* / | percona-server_8_0: 8.0.43-34 -> 8.0.44-35R. Ryantm2025-11-291-2/+2
|/ /
* | postgresql_13: remove unused nix expressionMaximilian Bosch2025-11-211-15/+0
* | postgresql_13: drop as it's EOL (#462543)Wolfgang Walther2025-11-201-1/+0
|\ \ | |/ |/|
| * postgresql_13: drop as it's EOLLeona Maroni2025-11-181-1/+0