nixpkgs/pkgs/top-level
Eelco Dolstra 22d4472d27 postgresql: Make 9.2 the default
PostgreSQL 8.3 is end-of-life so it shouldn't be our default anymore.

The problem with changing the default PostgreSQL is that it breaks
NixOS installations that have PostgreSQL enabled without specifying an
explicit PostgreSQL version, because PostgreSQL does not do automatic
schema migration if the major version changes.

Thus, it's always a good idea to specify the desired major version
explicitly:

  services.postgresql.package = pkgs.postgresql92;

(In fact, maybe we should remove the default value for
services.postgresql.package.)
2013-04-04 18:13:09 +02:00
..
all-packages.nix postgresql: Make 9.2 the default 2013-04-04 18:13:09 +02:00
guile-2-test.nix
haskell-defaults.nix haskell-defaults.nix: remove useless for cabal2nix on GHC 6.10.4 2013-03-30 00:12:36 +01:00
haskell-packages.nix Merge pull request #442 from pSub/keter 2013-04-04 06:44:59 -07:00
make-tarball.nix Add an "unstable" aggregate to replace the "unstable" view 2013-03-26 11:59:00 +01:00
mingw.nix
node-packages.nix nodePackages.patchLatest: Handle tarballs whose root directories are already named 'package' 2013-04-03 07:41:02 -04:00
perl-packages.nix Allow overriding perlPackages 2013-03-29 12:41:38 -04:00
platforms.nix fuloong linux: add CGROUPS and disable FTRACE 2013-03-30 23:38:39 +01:00
python-packages.nix flexget: run time dependency on deluge (plugin) 2013-04-01 22:55:33 +02:00
release-cross.nix release-lib.nix: Make the set of supported platforms an argument 2013-03-26 13:12:25 +01:00
release-haskell.nix pkgs/top-level/release-haskell.nix: sort attributes alphabetically 2013-04-04 16:18:09 +02:00
release-lib.nix release-lib.nix: Make the set of supported platforms an argument 2013-03-26 13:12:25 +01:00
release-python.nix Remove some references to non-existent packages 2013-03-08 16:36:59 -05:00
release-small.nix tinycc: updating it to 0.9.26 2013-04-01 12:50:45 +02:00
release.nix tinycc: updating it to 0.9.26 2013-04-01 12:50:45 +02:00