aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
AgeCommit message (Collapse)Author
2014-10-20postgresql: fix TCL support on 10.7 and 10.8Jack Nagel
2014-10-20postgresql: update devel version to 9.4 beta3Clemens Gruber
Signed-off-by: Clemens Gruber <clemensgru@gmail.com> Closes #33284. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-17postgresql: add yosemite bottle.Mike McQuaid
2014-09-25postgresql: fix 32-bit arch flagsJack Nagel
2014-09-16postgres: find tcl on Xcode-onlyMisty De Meo
Fixes #32338.
2014-08-27Enable PostreSQL 9.4 Native UUID SupportFelix Bünemann
Closes #31779. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-25postgresql: update 9.3.5_1 bottle.BrewTestBot
2014-08-24postgresql: update 9.3.5_1 bottle.BrewTestBot
2014-08-24openssl: disable SSLv2 support.Dominyk Tiller
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles everything that relies on OpenSSL from the master branch to enforce the new OpenSSL no-ssl2 rule.
2014-07-29postgresql 9.4beta2 (devel)Alexander Graefe
Closes #31211. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-24postgresql: update 9.3.5 bottle.BrewTestBot
Closes #31086. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-24postgresql 9.3.5Joep Loijens
2014-06-01postgresql: disable ossp-uuid support for devel buildsJack Nagel
2014-06-01postgresql: remove deprecated --with-krb5 optionJack Nagel
2014-06-01postgresql-9.4beta1 in develKashif Rasul
Closes #29679. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-15postgresql: update 9.3.4 bottle.BrewTestBot
2014-05-15postgresql: make python an optional dependency.Mike McQuaid
2014-04-15postgresql: update 9.3.4 bottle.BrewTestBot
2014-04-15postgresql: use Homebrew's opensslJack Nagel
2014-03-26postgresql: a testTed Pennings
Closes #27805. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-20postgresql: use patch DSLJack Nagel
2014-03-20postgresql: update 9.3.4 bottle.BrewTestBot
2014-03-20postgresql 9.3.4Joep Loijens
Closes #27738. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-14postgresql: Remove encoding from initdb commandPeter Eisentraut
This is either redundant or will create a failure when the user has a non-UTF8 locale set. Closes #27556. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-07use opt shortcutsAdam Vandenberg
2014-02-21postgresql: add 9.3.3 bottle.BrewTestBot
Closes #26882. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-21postgresql 9.3.3Joep Loijens
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-12-05postgresql 9.3.2Jack Nagel
2013-11-27postgresql: fix attribute orderJack Nagel
2013-11-19postgresql: add bottle.BrewTestBot
2013-11-19postgresql: move caveats to commands.Mike McQuaid
Mirrors the `mysql` formula. Instead of telling people to type commands actually run them for them instead. Also, use the shorter, foreground manual run. Closes #24437.
2013-10-10postgresql 9.3.1Peter Eisentraut
Closes #23176. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-03postgresql: fix commentPeter Baker
Closes #22975. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-20postgresql: fix caveat indentationJustin Pitts
The extra-indented section was causing the first 4 characters of the following section to be truncated. Closes #22706. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19postgresql 9.3.0Peter Eisentraut
- Use sha256 instead of sha1, because the upstream download site provides the former. - Remove various workarounds for PL/Python build issues. These have all been fixed upstream. - Remove caveat about shared memory configuration, which is no longer applicable. Closes #22411. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-05postgres usage in caveats; Closes #21920Max Howell
As a PostgreSQL n00b, this is the information I wanted. Ideally we’d set a default configuration location for postgres to look, however apparently, this is not possible. Side note: it's about time we split caveats out. One of these is advise for failed builds, and I just added usage. Usage is hardly caveats, but generally usage is cool and we should encourage it as a separate section, and encourage people to add links perhaps.
2013-08-15Add MacOS.preferred_archMisty De Meo
Replaced the plethora of ternaries we've used all over the place to determine whether x86_64 or i386 is called for.
2013-08-15Remove ugly and confusing double-newlinesMax Howell
It made the output harder to read.
2013-08-06postgres: fix nestingAdam Vandenberg
2013-08-06posgresql: restore Python arch checkAdam Vandenberg
The Python arch check in the Postgres formula was changed to use the new python helper. This was incorrect. We specifically want to check for a 32-bit python located in /Library.
2013-07-19postgresql: tcl is optionalAdam Vandenberg
Closes #21099.
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-06-30postgresql: Build with TclPeter Eisentraut
Closes #20766. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-21postgresl: remove extension caveatsAdam Vandenberg
2013-06-19postgresql: Enable LDAP and PAM build optionsPeter Eisentraut
Closes #20603. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-07postgresql: style cleanupsJack Nagel
This brings the formula in line with the postgres formulae in homebrew-versions.
2013-04-06Remove unnecessary/unused UserName plist keys.Mike McQuaid
Fixes #18293.
2013-04-04postgresql 9.2.4 (security update)Peter Eisentraut
Security update: CVE-2013-1899 CVE-2013-1900 CVE-2013-1901 Closes #18960. Signed-off-by: Adam Vandenberg <flangy@gmail.com>