Commit Graph

60 Commits (d029c0a9b9a9f73438780598fc113460b0d8d522)

Author SHA1 Message Date
Brett Koonce 7b65d5ade8 Fix spelling mistakes
Closes Homebrew/homebrew#9449.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06 09:43:54 -06:00
Jay Levitt fb10972fc2 PostgreSQL 9.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-10 13:38:04 -08:00
Keith Marcum 027c7e9946 Postgres changed their ftp urls
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-04 11:57:29 -08:00
Pete Deffendol 2162f86e63 PostgreSQL 9.1.1
* Cleaned up the build process, thanks to GitHub user daddy2times
 * Cleaned up caveats and added information about upgrading pre-9.1 databases

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-09 21:18:18 -08:00
Cameron Walters (cee-dub) 4dbdc64830 PostgreSQL: set a StandardErrorPath
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 11:59:12 -07:00
Adam Vandenberg d205c72966 Fix plist permissions for Lion 2011-09-02 14:41:57 -07:00
Kashif Rasul b2fc901d5c postgresql: option to dtrace probes
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-27 11:26:54 -07:00
Adam Vandenberg 1cb28f7581 postgresql: add caveat about shared memory 2011-06-03 21:04:27 -07:00
Pete Deffendol 8d99104efe PostgreSQL 9.0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-26 13:40:07 -07:00
Adam Vandenberg 121e4f8614 Normalize use of MACOS_VERSION 2011-04-09 09:36:30 -07:00
Matt Wildig bac1930b6d Tidy up postgresql share/ and include docs
Files go into share/postgresql and docs into share/docs/postgresql
instead of directly into share and share/docs.

Also include docs (man & html) which weren't being included in install
step of build (see
http://archives.postgresql.org/pgsql-bugs/2010-10/msg00156.php).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-01 15:49:55 -07:00
Adam Vandenberg 7689fb8fd2 Replace snow_leopard_64? in brews. 2011-03-18 10:30:47 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Carlos Rodriguez 9c6a41ddc6 Clean up LaunchAgent caveats.
Documentation now has instructions on creating ~/Library/LaunchAgents
directory for first time installs of Formulas.
Appending trailing slash to Formula documentation in regards to copying
plists to LaunchAgents directory.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-05 10:13:14 -08:00
Pavel Lazureykis c63c1b498c postgres updated to 9.0.3
Signed-off-by: Pavel Lazureykis <lazureykis@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-07 12:28:32 -08:00
Grant Hutchins fdd98170e6 postgresql: install all contrib modules
Closes Homebrew/homebrew#3559.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-20 22:40:09 +00:00
Charlie Sharpsteen 880341dfec Bumped PostgreSQL to 9.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-01 16:53:37 -08:00
Dan Callahan ebe8f5fe8a Fix typo in PostgreSQL formula
Closes Homebrew/homebrew#3752.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 15:27:17 +00:00
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
Adam Vandenberg b77fed05c8 Postgresql - add link about build failures 2010-10-30 22:02:59 -07:00
seb ea3c4280e7 recommend pg gem instead of outdated postgres gem
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-07 06:56:55 -07:00
Michael Weisman b73d5e9398 postgresql - add hstore contrib module
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06 06:42:39 -07:00
Michael Weisman 7bb09290d7 upgraded postgres to 9.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06 06:42:25 -07:00
Jannis Leidel a84e55eaf7 Postgresql 9.0: add pg_upgrade to the extensions
Useful for 8.X > 9.X upgrades

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20 15:26:40 -07:00
Aku Kotkavuo 997cf2668e Update PostgreSQL to 9.0.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-19 11:22:56 -07:00
Gerad Suyderhoud 3561f49015 update the postgres formula to build the intarray contrib module
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-16 09:31:26 -07:00
Adam Vandenberg 576185d345 Define "snow_leopard_64?"
snow_leopard_64? (defined in Hardware) is a short-cut for:
  MACOS_VERSION >= 10.6 and Hardware.is_64_bit?

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 20:11:03 -07:00
Jesse Storimer 97c4518ae3 Fix typo in postgres formula caveats.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18 19:59:00 -07:00
Adam Vandenberg 72e19eb542 Don't need +x on these 2010-08-13 16:00:17 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Max Howell 1f7bc468bd Use new symlink aliases 2010-08-07 18:08:50 -07:00
Adam Vandenberg 90e85f9fed Fix typo in PostreSQL caveats 2010-08-02 06:41:57 -07:00
Adam Vandenberg 9e8c3f4355 Build PostgreSQL with common contrib modules.
We now build PostgreSQL with the same list of contrib modules that
MacPorts does.
2010-07-27 22:28:55 -07:00
Lee Packham 0000d151d6 Fix typo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-25 19:27:07 -07:00
Lee Packham 05791feed5 Make the autologin information correct (by using the cp of the plist to ~/Library/LaunchAgents)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-25 11:26:38 -07:00
Paul Sadauskas 26d9dc72b5 UUID for postgres contrib 2010-06-10 11:21:44 -07:00
David Höppner 8cf2988911 postgresql: update version to 8.4.4 2010-05-16 12:35:18 +02:00
Adam Vandenberg d6881f9d7d PostgreSQL - Update warning for 32-bit Python.
Having a 32-bit framework Python in "/Library/Frameworks" seems
to trip up configure. Changed the warning to be more explicit
about what to try.
2010-05-04 21:24:32 -07:00
Adam Vandenberg b7a190c140 PostgreSQL - instructions on how to manually choose a Python. 2010-04-14 09:43:06 -07:00
Adam Vandenberg 281b0e6b9f PostreSQL 8.4.3 2010-04-04 11:09:37 -07:00
Adam Vandenberg e61a56c08b PostgreSQL - Python build fixes
* Allow building w/o Python or Perl support.
* Warn if a Framework Python is detected that is missing x64.

Fixes Homebrew/homebrew#73.
Fixes Homebrew/homebrew#671.
2010-03-29 12:51:23 -07:00
Adam Vandenberg b68bcc9b59 Postgresql - use shorter path references 2010-03-13 09:42:01 -08:00
Max Howell 67493c7492 Fixes Homebrew/homebrew#481; brew info postgresql broken 2010-01-16 20:25:50 +00:00
Max Howell 7b011c6718 chomp whoami usage for plists
Fixes Homebrew/homebrew#424
2010-01-16 15:48:56 +00:00
Simon Willison 88111ccfa1 Use HTTP instead of FTP (to work around nuisance proxies), bumped to postgresql 8.4.2 from 8.4.1 2010-01-13 14:55:31 +00:00
Max Howell 6f2adfeb56 Don't show non-64 bit caveats on non-64 bit systems
Also don't use HOMEBREW_PREFIX/bin, assume we're in the PATH, as it's most likely true, and if not, the guy has other problems or knows what he is doing.
2010-01-13 11:23:15 +00:00
Max Howell d9f78ca8f1 Fix Postgresql libxml2 compile failure
Fixes Homebrew/homebrew#143
2009-12-31 02:04:13 +00:00
Max Howell e2f188c040 ENV.libxml2 seemingly required for some people 2009-12-05 19:09:16 +00:00
Max Howell 0531c8081f Some more aliases 2009-12-04 14:16:45 +00:00
Max Howell 69ed3c7a3b Really use a working mirror this time
This one is what MacPorts use so I'm guessing it works for real.
2009-11-09 22:22:55 +00:00