William A. Kennington III
5486c08dc2
postgresql: 9.3.6 -> 9.3.7
2015-05-23 19:34:28 -07:00
William A. Kennington III
7174391e5b
postgresql: Consolidate patches
2015-05-23 19:34:00 -07:00
William A. Kennington III
d9efd0676f
postgresql: Correct propagated readline
2015-05-23 19:30:30 -07:00
William A. Kennington III
601e713bb8
postgresql: 9.2.10 -> 9.2.11
2015-05-23 19:18:26 -07:00
William A. Kennington III
e9d0c395d1
postgresql: Add myself as maintainer
2015-05-23 19:07:36 -07:00
William A. Kennington III
243dc10b0b
postgresql: Add schema version
2015-05-23 19:07:14 -07:00
William A. Kennington III
be94d4bc25
postgresql: 9.1.15 -> 9.1.16
2015-05-23 19:07:14 -07:00
William A. Kennington III
8c99f2e3d6
postgresql: 9.0.19 -> 9.0.20
2015-05-23 19:07:13 -07:00
William A. Kennington III
1bb67e514b
postgresql: Refactor 8.4 into generic
2015-05-23 19:07:13 -07:00
William A. Kennington III
c078890a19
postgres: Cleanup meta
2015-05-23 19:07:12 -07:00
Alexander Flatter
e8df73e508
Compile postgresql with openssl
2015-03-23 18:51:45 +01:00
j-keck
1c45287baf
postgresql: Update to 9.0.19, 9.1.15, 9.2.10, 9.3.6, 9.4.1
2015-02-12 20:38:35 +01:00
j-keck
021e557be3
postgresql: remove 9.4betaX
...
final version 9.4.0 added per commit: 73839ca
2015-01-07 13:59:38 +01:00
j-keck
356d05dbc0
postgresql: add version 9.4.0
2015-01-07 13:21:18 +01:00
Aristid Breitkreuz
53c287f5cd
postgresql 9.4beta3, but keep beta2 around because they are not compatible
2014-10-31 22:21:16 +01:00
Aristid Breitkreuz
0d2989f438
postgresql84: update from 8.4.21 to 8.4.22
2014-10-07 20:54:22 +02:00
Aristid Breitkreuz
559045d98c
fix license for postgresql packages
2014-09-04 20:38:12 +02:00
Aristid Breitkreuz
73e569bf01
add postgresql 9.4beta2
2014-09-04 20:36:43 +02:00
Eelco Dolstra
e4e5502966
postgresql: Update to 9.0.18, 9.1.14, 9.2.9, 9.3.5
2014-07-30 18:13:51 +02:00
Eelco Dolstra
a986bbf4ba
postgresql: Update to latest versions
2014-05-01 13:49:31 +02:00
Jaka Hudoklin
88691049ae
postgresql93: fix darwin builds
...
ossp-uuid does not build on darwin
2014-04-10 21:00:26 +02:00
Shea Levy
6da2d89016
Merge branch 'postgresql93-ossp-uuid-clean' of git://github.com/basvandijk/nixpkgs
...
Configure postgresql-9.3 with support for the ossp-uuid module
Conflicts:
pkgs/servers/sql/postgresql/9.3.x.nix
2014-03-14 19:52:43 -04:00
Shea Levy
15d6da8740
psql: Use less as the default pager
...
less is more common and better than more
Fixes #1681
2014-03-04 14:52:43 -05:00
Oliver Charles
3f95f39bab
postgresql: Build all versions on Hydra (Linux)
...
Additionally, add @ocharles to the list of maintainers.
I am only building these on Linux environments in Hydra for now, as
that's the only environment I can be a maintainer for.
2014-02-23 11:25:18 +01:00
Oliver Charles
a188cfd37d
postgresql: Update to latest releases
2014-02-22 18:13:28 +01:00
Bas van Dijk
91c9027691
Configure postgresql-9.3 with support for the ossp-uuid module
2014-01-29 01:12:41 +01:00
Bas van Dijk
9068ba2bb4
postgresql: Add version 9.3
2014-01-20 14:58:09 +01:00
Eelco Dolstra
e9211e60ac
postgresql-jdbc: Fix build
2014-01-03 14:33:17 +01:00
Eelco Dolstra
e1f7144aa8
postgresql-jdbc: Update to 9.3-1100
2014-01-03 11:56:41 +01:00
Eelco Dolstra
0c93c758bf
postgresql: Update to 8.4.19, 9.0.15, 9.1.11, 9.2.6
...
This is a critical update fixing several data corruption issues:
http://www.postgresql.org/about/news/1492/
2014-01-03 11:54:52 +01:00
Eelco Dolstra
ca8de63797
postgresql-8.3: Remove
...
The 8.3 branch is no longer maintained so it shouldn't be used.
2014-01-03 11:51:02 +01:00
Michael Raskin
2b8cdc8434
Merge pull request #686 from ocharles/postgres92
...
Disable exec symlink resolution for PostgreSQL 9.2
2013-11-07 02:53:37 -08:00
Eelco Dolstra
34d61c53c2
postgresql: Update to latest versions
2013-10-17 13:29:49 +02:00
Oliver Charles
912a825d1e
Disable exec symlink resolution for PostgreSQL 9.2
...
When building PostgreSQL with plugins under NixOS, NixOS will create a
postgresql-and-plugins directory which symlinks PostgreSQL and all the plugins
into a single directory. Unfortunately, the plugins will not actually be usable
by PostgreSQL because it will still try and locate them in the original
PostgreSQL share directory, not postgresql-and-plugins.
In this commit, I have patched resolve_symlinks to always return success, which
matches the behavior if HAVE_READLINK is false (so presumably invalid paths are
never passed to this function).
2013-06-27 14:09:39 +01:00
Shea Levy
a32e208ded
Set psqlSchema properly for postgres 9.2.x
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 07:48:44 -04:00
Shea Levy
fad10ddb82
postgresql-9.2.x: Build the world
...
This builds the man pages as well as contributed program like pg_upgrade
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 07:16:05 -04:00
Eelco Dolstra
071987601a
postgresql: Update to latest versions
...
CVE-2013-1899, CVE-2013-1900, CVE-2013-1901.
2013-04-04 15:45:48 +02:00
Eelco Dolstra
4515ba0e48
postgresql: Update to latest versions
...
CVE-2013-0255
2013-02-07 16:37:12 +01:00
Eelco Dolstra
bbffdd4702
postgresql: Add version 9.2
2012-12-19 13:51:28 +01:00
Eelco Dolstra
88dcdc9bed
postgresql: Update to latest versions
2012-12-11 14:08:41 +01:00
Eelco Dolstra
156e1f1e1f
Add psqlodbc for iodbc
2012-10-09 14:02:09 -04:00
Eelco Dolstra
925aeb98d5
PostgreSQL updates
2012-10-04 11:26:19 -04:00
Eelco Dolstra
bc8b1376da
postgresql-jdbc: Update to 9.1-902
2012-08-27 14:02:39 -04:00
Eelco Dolstra
606e6acd6f
postgresql: Update to latest versions
...
Fixes CVE-2012-3488, CVE-2012-3489.
2012-08-21 08:42:44 -04:00
Eelco Dolstra
73a1d5e27f
* PostgreSQL updates.
...
svn path=/nixpkgs/trunk/; revision=34361
2012-06-05 15:24:16 +00:00
Yury G. Kudryashov
0210e20b5a
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
2012-03-01 07:04:39 +00:00
Eelco Dolstra
6c13f317e9
* Latest PostgreSQL releases.
...
svn path=/nixpkgs/trunk/; revision=32684
2012-02-28 18:40:27 +00:00
Yury G. Kudryashov
38e3d7bc86
svn merge ^/nixpkgs/trunk
...
Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you
please look at this?
svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
2012-02-23 20:06:21 +00:00
Eelco Dolstra
2ceb07c28f
* PostgreSQL 9.1: install the manpages.
...
svn path=/nixpkgs/trunk/; revision=32476
2012-02-22 17:27:06 +00:00
Eelco Dolstra
476ece2de0
* Added PostgreSQL 9.1.2. Updated PostgreSQL to 8.3.17 and 8.4.10.
...
svn path=/nixpkgs/trunk/; revision=32475
2012-02-22 16:40:10 +00:00