summary refs log tree commit diff
path: root/nixos/modules/services/databases/postgresql.nix
AgeCommit message (Expand)AuthorFilesLines
2023-11-20nixos/postgresql: fix mentioned settings in ensurePermissions warningsSandro1-2/+2
2023-11-13nixos/postgresql: improve the assertions for equality of DB user and DB nameRaito Bezarius1-13/+10
2023-11-13nixos/postgresql: restore `ensurePermissions` and strong-deprecate itRaito Bezarius1-1/+45
2023-11-13nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15Maximilian Bosch1-35/+30
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-1/+1
2023-10-30postgresql_11: removeMaximilian Bosch1-5/+5
2023-10-09Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-10-09nixos/postgresql: fix `identMap` exampleMaximilian Bosch1-1/+1
2023-09-27Merge staging-next into staginggithub-actions[bot]1-6/+16
2023-09-27postgresql: default to v15 in 23.11Gary Guo1-1/+2
2023-09-18services.postgres: add initialScript exampleMatthieu Coudron1-0/+5
2023-09-18services.postgresql: add identMap exampleMatthieu Coudron1-3/+5
2023-09-18services.postgres: move the generated statement at the top of the fileMatthieu Coudron1-3/+6
2023-07-27services.postgresql: fix exampleMatthieu Coudron1-2/+2
2023-05-11nixos: Use checks instead of extraDependenciesRobert Hensing1-1/+1
2023-03-29nixos/postgresql: fix enableJITMaximilian Bosch1-2/+11
2023-03-29postgresql: pass through JIT-enabled variant of non-JIT postgres and vice versaMaximilian Bosch1-5/+9
2023-01-27nixos/manual: render module chapters with nixos-render-docspennae1-1/+1
2022-12-02Merge remote-tracking branch 'upstream/master' into allow-configuration-of-rolesRobert Hensing1-36/+36
2022-12-01treewide: switch to port type for nixos modulesDaniel Nagy1-1/+1
2022-11-28Update nixos/modules/services/databases/postgresql.nixJonathan Lorimer1-1/+1
2022-11-28Add declarative role config to postgres.serviceJonathan Lorimer1-6/+172
2022-08-31nixos/*: convert options with admonitions to MDpennae1-7/+7
2022-08-31nixos/*: convert internal option descriptions to MDpennae1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-19nixos/*: automatically convert option docspennae1-3/+3
2022-08-19nixos/postgresql: replace <function> with <literal>pennae1-1/+1
2022-08-03nixos/*: automatically convert option docs to MDpennae1-3/+3
2022-08-03nixos/*: normalize link formatpennae1-2/+1
2022-08-03nixos/*: replace <code> in option docs with <literal>pennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-18/+18
2022-05-03nixos/postgresql: use postgres 14 for 22.05Ivan Kozik1-1/+2
2021-12-03postgresql_9_6: dropajs1241-3/+5
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-6/+6
2021-07-24nixos/postgresql: use postgres 13 for 21.11 (#131018)Yuka1-1/+2
2021-05-17nixos/postgresql: fix description of ensureUsers.ensurePermissionsRichard Marko1-1/+1
2021-04-01postgresql_9_5: dropMario Rodas1-2/+1
2021-04-10services.postgresql: Improve example clarityJoe Hermaszewski1-1/+1
2021-04-02Merge pull request #92929 from symphorien/postgresql-check-config-fileGuillaume Girol1-2/+15
2020-10-31nixos/postgresql: fix inaccurate docs for authentication (#97622)Jade1-5/+10
2020-09-20nixos/postgresql: check config file syntax at build timeSymphorien Gibol1-2/+15
2020-08-26nixos/postgresql: replace extraConfig option with settings optionAaron Andersen1-14/+42
2020-08-15nixos/postgresql: move ExecStartPost into postStartAaron Andersen1-34/+29
2020-08-15nixos/postgresql: run ExecStartPost as an unprivileged userAaron Andersen1-6/+7
2020-08-06nixos/postgresql: fix setup scriptPascal Bach1-2/+2
2020-08-05nixos/postgresql: replace deprecated usage of PermissionsStartOnlyAaron Andersen1-39/+40
2020-08-05nixos/postgresql: conditionally provision data directory with StateDirectoryAaron Andersen1-11/+13
2020-08-05nixos/postgresql: use a standard default value for dataDirAaron Andersen1-5/+3
2020-05-15postgresql: Use runuser instead of sudoEelco Dolstra1-1/+1
2020-05-14Merge pull request #87219 from serokell/kirelagin/postgres-no-timeLinus Heckemann1-0/+12